gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rx / shll.d
CommitLineData
171b8e19 1#source: ./shll.s
c7927a3c
NC
2#objdump: -dr
3
4abd8e8d 4.*: file format .*
c7927a3c
NC
5
6
7Disassembly of section \.text:
8
900000000 <\.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
This page took 0.480243 seconds and 4 git commands to generate.