Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / vfpv3-ldr_immediate.s
CommitLineData
ba592044
AM
1.arm
2.syntax unified
3 # 15 * 2^-7 =0.1171875 Not convertible to VMOV
4 .align 3
5 vldr d0,=0x3FBE000000000000
6 vldr s0,=0x3df00000
7 .pool
8
9 # -16 * 2^-7 =-0.125 Convertible to VMOV
10 .align 3
11 vldr d0,=0xbfc0000000000000
12 vldr s0,=0xbe000000
13 .pool
14
15 # 16 * 2^-7 =0.125 Convertible to VMOV
16 .align 3
17 vldr d0,=0x3fc0000000000000
18 vldr s0,=0x3e000000
19 .pool
20
21 # 16.5 * 2^-7 =0.125 Not convertible to VMOV
22 .align 3
23 vldr d0,=0x3fe0800000000000
24 vldr s0,=0x3f040000
25 .pool
26
27 # 31 * 2^-5 = 0.96875 Convertible to VMOV
28 .align 3
29 vldr d0,=0x3fef000000000000
30 vldr s0,=0x3f780000
31 .pool
32
33 # 31 * 2^ 0 = 31 Convertible to VMOV
34 .align 3
35 vldr d0,=0x403F000000000000
36 vldr s0,=0x41f80000
37 .pool
38
39 # 16 * 2^ 1 = 32 Not convertible to VMOV
40 .align 3
41 vldr d0,=0x4040000000000000
42 vldr s0,=0x42000000
43 .pool
44
934c2632
CZL
45 # PR 20067
46 FLDD D11, =0
47 .pool
ba592044 48
This page took 0.183467 seconds and 4 git commands to generate.