Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / mov.d
1 #objdump: -dr
2
3 .*: file format .*
4
5 Disassembly of section \.text:
6
7 0000000000000000 <.*>:
8 0: 110003ef mov w15, wsp
9 4: 910003ef mov x15, sp
10 8: 110000ff mov wsp, w7
11 c: 910000ff mov sp, x7
12 10: 110003ff mov wsp, wsp
13 14: 910003ff mov sp, sp
14 18: aa0f03e7 mov x7, x15
15 1c: 2a0f03e7 mov w7, w15
16 20: 52800b01 movz w1, #0x58
17 24: 12800000 movn w0, #0x0
18 28: b2607fe0 orr x0, xzr, #0xffffffff00000000
19 2c: b2400fff orr sp, xzr, #0xf
20 30: 32000fff orr wsp, wzr, #0xf
21 34: d28001ff movz xzr, #0xf
22 38: 528001ff movz wzr, #0xf
23 3c: 0e1c3de7 mov w7, v15\.s\[3\]
24 40: 4e183fef mov x15, v31\.d\[1\]
25 44: d2801fe0 movz x0, #0xff
26 48: 320de400 orr w0, w0, #0x99999999
This page took 0.035431 seconds and 4 git commands to generate.