[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / visium / fcmp.s
CommitLineData
b6605ddd
EB
1; Test error messages for new syntax of FCMP/FCMPE
2
3; { dg-do assemble }
4; { dg-options "-mtune=gr6" }
5
6 .text
7foo:
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.080602 seconds and 4 git commands to generate.