[AArch64][PATCH 2/14] Support ARMv8.2 FP16 Vector Three Same instructions.
[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
This page took 0.031103 seconds and 4 git commands to generate.