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