x86: Add -O[2|s] assembler command-line options
[deliverable/binutils-gdb.git] / gas / testsuite / gas / visium / fcmp.s
1 ; Test error messages for new syntax of FCMP/FCMPE
2
3 ; { dg-do assemble }
4 ; { dg-options "-mtune=gr6" }
5
6 .text
7 foo:
8 fcmp r1, f1, f2 ; { dg-error "can only use r0 as Dest register" }
9 fcmp r0, f1, f2
10 fcmp f1, f2
11 .end
This page took 0.029308 seconds and 4 git commands to generate.