First version committed to git
[zpugcc/jano.git] / toolchain / binutils / gas / testsuite / gas / sh / err-sh4a-fp.s
blobd15736c78b1d4f1ea190303f620933059abc6ae3
1 ! { dg-do assemble }
3 .text
4 .p2align 2
6 fpchg fpul ! { dg-error "excess operands" }
8 fsrra fr1, fr2 ! { dg-error "excess operands" }
9 fsrra ! { dg-error "invalid operands|missing operand" }
10 fsrra fpul ! { dg-error "invalid operands" }
11 fsrra dr0, dr2 ! { dg-error "invalid operands" }
13 fsca dr0, fpul ! { dg-error "invalid operands" }
14 fsca fpul, fr0 ! { dg-error "invalid operands" }
15 fsca fpul ! { dg-error "invalid operands|missing operand" }