aarch64: override default elf .set handling in gas
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ia64 / opc-x.s
CommitLineData
800eeca4
JW
1.text
2 .type _start,@function
3_start:
4
5 break.x 0
6 break.x 0x3fffffffffffffff
c10d9d8f 7
800eeca4
JW
8 nop.x 0
9 nop.x 0x3fffffffffffffff
10
11 movl r4 = 0
12 movl r4 = 0xffffffffffffffff
13 movl r4 = 0x1234567890abcdef
14
c10d9d8f
JW
15 # instructions added by SDM2.1:
16
17 hint.x 0
18 hint.x @pause
19 hint.x 0x3fffffffffffffff
This page took 0.878119 seconds and 4 git commands to generate.