]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/all/float.s
2.41 Release sources
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / all / float.s
CommitLineData
252b5132
RH
1 .text
2foo: .single 0r1.2345e+06
3 .single 0f3.14159
4 .double 0r2.718282
a3197745
BG
5 .double .0000000000000000000001
6 .double 1e-22
bb32eac5
JB
7
8 .dc.s 1
9 .dc.s 0f:1234
f0dec3f4 10 .dc.s Inf
6e425ff4 11 .ifdef hasnan
f0dec3f4
JB
12 .dc.s NaN
13 .dc.s QNaN
14 .dc.s SNaN
6e425ff4 15 .endif
bcd17d4f 16 .dcb.s 1
bb32eac5
JB
17 .dcb.s 1, 1
18 .dcb.s 1, 0s:4321
19 .ds.s 1, -1
20
21 .dc.d 1
22 .dc.d 0d:1234
f0dec3f4 23 .dc.d +Inf
6e425ff4 24 .ifdef hasnan
f0dec3f4
JB
25 .dc.d -NaN
26 .dc.d +QNaN
27 .dc.d -SNaN
6e425ff4 28 .endif
bcd17d4f 29 .dcb.d 1
bb32eac5
JB
30 .dcb.d 1, 1
31 .dcb.d 1, 0r:4321
32 .ds.d 1, -1
33
34 .dc.x 0x:1234
bcd17d4f 35 .dcb.x 1
bb32eac5
JB
36 .dcb.x 1, 0x:4321
37 .ds.x 1, -1