Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / ual-vcmp.s
CommitLineData
aacf0b33
KT
1.text
2.arm
3.syntax unified
4
5vcmp.f32 s0, #0.0
6vcmp.f32 s1, #0
7vcmpe.f32 s3, #0.0
8vcmpe.f32 s4, #0
9vcmp.f32 s5, #0.0e2
10vcmp.f32 s6, #0e-3
11vcmpe.f32 s7, #0.0000
12vcmpe.f32 s8, #.0
0900a05b
JW
13vcmp.f32 s9, #0x0
14vcmpe.f32 s10, #0x0
aacf0b33
KT
15
16vcmp.f64 d0, #0.0
17vcmp.f64 d1, #0
18vcmpe.f64 d2, #0.0
19vcmpe.f64 d3, #0
20vcmp.f64 d4, #0.0e5
21vcmp.f64 d5, #0e-2
22vcmpe.f64 d6, #0.00
23vcmpe.f64 d7, #.0
0900a05b
JW
24vcmp.f64 d8, #0x0
25vcmpe.f64 d9, #0x0
This page took 0.217605 seconds and 4 git commands to generate.