]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/rx/push.d
Fix an assertion failure in the AArch64 assembler triggered by incorrect instruction...
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / rx / push.d
CommitLineData
171b8e19 1#source: ./push.s
c7927a3c
NC
2#objdump: -dr
3
4abd8e8d 4.*: file format .*
c7927a3c
NC
5
6
7Disassembly of section \.text:
8
900000000 <\.text>:
10 0: 7e 80 push\.b r0
11 2: 7e 8f push\.b r15
12 4: 7e 90 push\.w r0
13 6: 7e 9f push\.w r15
14 8: 7e a0 push\.l r0
15 a: 7e af push\.l r15
16 c: f4 08 push\.b \[r0\]
17 e: f4 f8 push\.b \[r15\]
18 10: f5 08 fc push\.b 252\[r0\]
19 13: f5 f8 fc push\.b 252\[r15\]
20 16: f6 08 fc ff push\.b 65532\[r0\]
21 1a: f6 f8 fc ff push\.b 65532\[r15\]
22 1e: f4 09 push\.w \[r0\]
23 20: f4 f9 push\.w \[r15\]
24 22: f5 09 7e push\.w 252\[r0\]
25 25: f5 f9 7e push\.w 252\[r15\]
26 28: f6 09 fe 7f push\.w 65532\[r0\]
27 2c: f6 f9 fe 7f push\.w 65532\[r15\]
28 30: f4 0a push\.l \[r0\]
29 32: f4 fa push\.l \[r15\]
30 34: f5 0a 3f push\.l 252\[r0\]
31 37: f5 fa 3f push\.l 252\[r15\]
32 3a: f6 0a ff 3f push\.l 65532\[r0\]
33 3e: f6 fa ff 3f push\.l 65532\[r15\]