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