Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / vcmp-zero-bad.s
1 .text
2 .arm
3 .syntax unified
4
5 vcmp.f32 s0, #0.01
6 vcmp.f32 s1, #2
7 vcmpe.f32 s3, 5
8 vcmpe.f32 s4, #-0.0
9
10 vcmp.f64 d0, #-1
11 vcmpe.f64 d3, #0x35
12 vcmpe.f64 d4, 0xf
This page took 0.029416 seconds and 4 git commands to generate.