tizen 2.4 release
[external/binutils.git] / gas / testsuite / gas / microblaze / allinsn.s
1     .text
2 footext:
3     .text
4     .global lbur
5 lbur:
6     lbur r0,r0,r0
7     .text
8     .global lhur
9 lhur:
10     lhur r0,r0,r0
11     .text
12     .global lwr
13 lwr:
14     lwr r0,r0,r0
15     .text
16     .global sbr
17 sbr:
18     sbr r0,r0,r0
19     .text
20     .global shr
21 shr:
22     shr r0,r0,r0
23     .text
24     .global swr
25 swr:
26     swr r0,r0,r0
27     .text
28     .global clz
29 clz:
30     clz r0,r0
31     .text
32     .global mbar
33 mbar:
34     mbar 2
35     .text
36     .global sleep
37 sleep:
38     sleep
39     .text
40     .global regslr
41 regslr:
42     la r11,r0,r0
43     mts rslr,r11
44     .text
45     .global regshr
46 regshr:
47     la r11,r0,r0
48     mts rshr,r11
49     .text
50     .global swapb
51 swapb:
52     swapb r0,r0
53     .text
54     .global swaph
55 swaph:
56     swaph r0,r0
57