Fix the read/write flag for these registers on AArch64
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / fpmov.s
1 // fpmov.s Test file for AArch64 floating-point move instructions.
2
3 .text
4
5 // fp mov immediate
6 fmov s0, 12.0
7 fmov s0, 1.2e1
8 fmov s0, 0x41400000
9 fmov s0, -12.0
10 fmov s0, -1.2e1
11 fmov s0, 0xc1400000
12 fmov d0, -12.0
13 fmov d0, -1.2e1
14 fmov d0, 0xC028000000000000
15 fmov d0, 0.2421875
16 fmov d0, 0x3fcf000000000000
17 fmov s0, 0x3e780000
18
19 fmov d0, #2
20 fmov d0, #-2
21 fmov s0, 2
22 fmov s0, -2
This page took 0.04764 seconds and 4 git commands to generate.