x86: Force relocation against local absolute symbol
[deliverable/binutils-gdb.git] / gas / testsuite / gas / microblaze / allinsn.s
CommitLineData
e692c217
ME
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
ed8ec0ec
ME
27 .text
28 .global clz
29clz:
30 clz r0,r0
d3da7741
ME
31 .text
32 .global mbar
33mbar:
34 mbar 2
35 .text
36 .global sleep
37sleep:
38 sleep
0db4b326
ME
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
abe9f67d
ME
49 .text
50 .global swapb
51swapb:
52 swapb r0,r0
53 .text
54 .global swaph
55swaph:
56 swaph r0,r0
e692c217 57
This page took 0.398271 seconds and 4 git commands to generate.