[AArch64, Binutils] Make hint space instructions valid for Armv8-a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / programmer-friendly.d
CommitLineData
1bec0c86 1#as: -mabi=lp64
a06ea964
NC
2#objdump: -dr
3
4.*: file format .*
5
6Disassembly of section \.text:
7
80000000000000000 <.*>:
9 0: 4f03e420 movi v0\.16b, #0x61
67a32447 10 4: 98000241 ldrsw x1, 4c <\.text\+0x4c>
a06ea964
NC
11 8: 98000007 ldrsw x7, 0 <\.text>
12 8: R_AARCH64_LD_PREL_LO19 \.data\+0x4
bb7eff52 13 c: fa42a02a ccmp x1, x2, #0xa, ge // ge = tcont
a06ea964
NC
14 10: 53001eaf uxtb w15, w21
15 14: 53003f67 uxth w7, w27
16 18: 2a1f03e8 mov w8, wzr
17 1c: ab2013e0 adds x0, sp, w0, uxtb #4
18 20: ab2033e0 adds x0, sp, w0, uxth #4
19 24: ab2053e0 adds x0, sp, w0, uxtw #4
20 28: ab2083e0 adds x0, sp, w0, sxtb
21 2c: ab20a7e0 adds x0, sp, w0, sxth #1
22 30: ab20cbe0 adds x0, sp, w0, sxtw #2
67a32447
YZ
23 34: 9c000160 ldr q0, 60 <\.text\+0x60>
24 38: 5c0000c0 ldr d0, 50 <\.text\+0x50>
25 3c: 580000a0 ldr x0, 50 <\.text\+0x50>
26 40: 1c000060 ldr s0, 4c <\.text\+0x4c>
27 44: 18000040 ldr w0, 4c <\.text\+0x4c>
28 48: 58000080 ldr x0, 58 <\.text\+0x58>
29 4c: deadbeef \.word 0xdeadbeef
30 50: .* \.word 0x.*
31 54: .* \.word 0x.*
32 ...
33 58: R_AARCH64_ABS64 \.data
34 60: .* \.word 0x.*
35 64: .* \.word 0x.*
36 68: .* \.word 0x.*
37 6c: .* \.word 0x.*
This page took 0.533244 seconds and 4 git commands to generate.