Add swap byte (swapb) and swap halfword (swaph) opcodes.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / microblaze / allinsn.d
1 #as:
2 #objdump: -d
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 00000000 <lbur>:
9 0: c0000200 lbur r0, r0, r0
10
11 00000004 <lhur>:
12 4: c4000200 lhur r0, r0, r0
13
14 00000008 <lwr>:
15 8: c8000200 lwr r0, r0, r0
16
17 0000000c <sbr>:
18 c: d0000200 sbr r0, r0, r0
19
20 00000010 <shr>:
21 10: d4000200 shr r0, r0, r0
22
23 00000014 <swr>:
24 14: d8000200 swr r0, r0, r0
25
26 00000018 <clz>:
27 18: 900000e0 clz r0, r0
28
29 0000001c <mbar>:
30 1c: b8420004 mbar 2
31
32 00000020 <sleep>:
33 20: ba020004 sleep
34
35 00000024 <regslr>:
36 24: b0000000 imm 0
37 28: 31600000 addik r11, r0, 0
38 2c: 940bc800 mts rslr, r11
39
40 00000030 <regshr>:
41 30: b0000000 imm 0
42 34: 31600000 addik r11, r0, 0
43 38: 940bc802 mts rshr, r11
44
45 0000003c <swapb>:
46 3c: 900001e0 swapb r0, r0
47
48 00000040 <swaph>:
49 40: 900001e2 swaph r0, r0
This page took 0.030267 seconds and 4 git commands to generate.