]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/rx/shlr.d
Fix an assertion failure in the AArch64 assembler triggered by incorrect instruction...
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / rx / shlr.d
1 #source: ./shlr.s
2 #objdump: -dr
3
4 .*: file format .*
5
6
7 Disassembly of section \.text:
8
9 00000000 <\.text>:
10 0: 68 00 shlr #0, r0
11 2: 68 0f shlr #0, r15
12 4: 69 f0 shlr #31, r0
13 6: 69 ff shlr #31, r15
14 8: fd 60 00 shlr r0, r0
15 b: fd 60 0f shlr r0, r15
16 e: fd 60 f0 shlr r15, r0
17 11: fd 60 ff shlr r15, r15
18 14: fd 80 00 shlr #0, r0, r0
19 17: fd 80 0f shlr #0, r0, r15
20 1a: fd 80 f0 shlr #0, r15, r0
21 1d: fd 80 ff shlr #0, r15, r15
22 20: fd 9f 00 shlr #31, r0, r0
23 23: fd 9f 0f shlr #31, r0, r15
24 26: fd 9f f0 shlr #31, r15, r0
25 29: fd 9f ff shlr #31, r15, r15