x86: Add -O[2|s] assembler command-line options
[deliverable/binutils-gdb.git] / gas / testsuite / gas / crx / shift_insn.d
1 #as:
2 #objdump: -dr
3 #name: shift_insn
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 00000000 <sllb>:
10 0: 71 fc sllb \$0x7, r1
11 2: 23 4d sllb r2, r3
12
13 00000004 <srlb>:
14 4: d4 fc srlb \$0x5, r4
15 6: 56 4e srlb r5, r6
16
17 00000008 <srab>:
18 8: 47 fd srab \$0x4, r7
19 a: 89 4f srab r8, r9
20
21 0000000c <sllw>:
22 c: fa b6 sllw \$0xf, r10
23 e: bc 5d sllw r11, r12
24
25 00000010 <srlw>:
26 10: ed b7 srlw \$0xe, r13
27 12: ef 5e srlw r14, r15
28
29 00000014 <sraw>:
30 14: de b8 sraw \$0xd, r14
31 16: f1 5f sraw r15, r1
32
33 00000018 <slld>:
34 18: f2 f1 slld \$0x1f, r2
35 1a: 34 6d slld r3, r4
36
37 0000001c <srld>:
38 1c: f5 f3 srld \$0x1f, r5
39 1e: 67 6e srld r6, r7
40
41 00000020 <srad>:
42 20: 28 f5 srad \$0x12, r8
43 22: 9a 6f srad r9, r10
This page took 0.032604 seconds and 4 git commands to generate.