Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv7e-m+fpv5-sp-d16.s
1 .syntax unified
2 .text
3 .arch armv7e-m
4 .fpu fpv5-sp-d16
5
6 .thumb
7 vseleq.f32 s0, s0, s0
8 vselvs.f32 s1, s1, s1
9 vselge.f32 s30, s30, s30
10 vselgt.f32 s31, s31, s31
11 vmaxnm.f32 s0, s0, s0
12 vmaxnm.f32 s1, s1, s1
13 vmaxnm.f32 s30, s30, s30
14 vmaxnm.f32 s31, s31, s31
15 vminnm.f32 s0, s0, s0
16 vminnm.f32 s1, s1, s1
17 vminnm.f32 s30, s30, s30
18 vminnm.f32 s31, s31, s31
19 vcvta.s32.f32 s0, s0
20 vcvtn.s32.f32 s1, s1
21 vcvtp.u32.f32 s30, s30
22 vcvtm.u32.f32 s31, s31
23 vrintz.f32 s0, s0
24 vrintx.f32 s1, s1
25 vrintr.f32 s30, s30
26 vrinta.f32 s0, s0
27 vrintn.f32 s1, s1
28 vrintp.f32 s30, s30
29 vrintm.f32 s31, s31
This page took 0.032236 seconds and 4 git commands to generate.