2008-11-06 Chao-ying Fu <fu@mips.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / crx / shift_insn.d
CommitLineData
42851540
NC
1#as:
2#objdump: -dr
3#name: shift_insn
4
5.*: +file format .*
6
7Disassembly of section .text:
8
900000000 <sllb>:
10 0: 71 fc sllb \$0x7, r1
11 2: 23 4d sllb r2, r3
12
1300000004 <srlb>:
14 4: d4 fc srlb \$0x5, r4
15 6: 56 4e srlb r5, r6
16
1700000008 <srab>:
18 8: 47 fd srab \$0x4, r7
19 a: 89 4f srab r8, r9
20
210000000c <sllw>:
22 c: fa b6 sllw \$0xf, r10
23 e: bc 5d sllw r11, r12
24
2500000010 <srlw>:
26 10: ed b7 srlw \$0xe, r13
27 12: ef 5e srlw r14, r15
28
2900000014 <sraw>:
30 14: de b8 sraw \$0xd, r14
31 16: f1 5f sraw r15, r1
32
3300000018 <slld>:
34 18: f2 f1 slld \$0x1f, r2
35 1a: 34 6d slld r3, r4
36
370000001c <srld>:
38 1c: f5 f3 srld \$0x1f, r5
39 1e: 67 6e srld r6, r7
40
4100000020 <srad>:
42 20: 28 f5 srad \$0x12, r8
43 22: 9a 6f srad r9, r10
This page took 0.168271 seconds and 4 git commands to generate.