x86-64: fix handling of PUSH/POP of segment register
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / common.s
1 .text
2 start:
3 and. 3,4,5
4 and 3,4,5
5 andc 13,14,15
6 andc. 16,17,18
7 ba label_abs
8 bc 0,1,foo
9 bca 4,5,foo_abs
10 bcl 2,3,foo
11 bcla 10,7,foo_abs
12 bctr
13 bctrl
14 bdza foo_abs
15 bdz foo
16 bdzla foo_abs
17 bdzl foo
18 beq 0,foo
19 beqa 2,foo_abs
20 beql 1,foo
21 beqla 3,foo_abs
22 bge 0,foo
23 bgea 4,foo_abs
24 bgel 2,foo
25 bgela 6,foo_abs
26 bgt 4,foo
27 bgta 6,foo_abs
28 bgtl 5,foo
29 bgtla 7,foo_abs
30 b label
31 bla label_abs
32 ble 0,foo
33 blea 4,foo
34 blel 2,foo
35 blela 6,foo_abs
36 bl label
37 blt 0,foo
38 blta 2,foo_abs
39 bltl 1,foo
40 bltla 3,foo_abs
41 bne 0,foo
42 bnea 2,foo
43 bnel 1,foo
44 bnela 3,foo_abs
45 bng 1,foo
46 bnga 5,foo_abs
47 bngl 3,foo
48 bngla 7,foo_abs
49 bnl 1,foo
50 bnla 5,foo_abs
51 bnll 3,foo
52 bnlla 7,foo_abs
53 bns 4,foo
54 bnsa 6,foo_abs
55 bnsl 5,foo
56 bnsla 7,foo_abs
57 bso 4,foo
58 bsoa 6,foo_abs
59 bsol 5,foo
60 bsola 7,foo_abs
61 crand 4,5,6
62 crandc 3,4,5
63 creqv 7,0,1
64 crnand 1,2,3
65 crnor 0,1,2
66 cror 5,6,7
67 crmove 5,6
68 cror 5,6,6
69 crorc 2,3,4
70 crxor 6,7,0
71 eqv. 10,11,12
72 eqv 10,11,12
73 fabs. 21,31
74 fabs 21,31
75 fcmpo 3,10,11
76 fcmpu 3,4,5
77 fmr. 3,4
78 fmr 3,4
79 fnabs. 20,30
80 fnabs 20,30
81 fneg. 3,4
82 fneg 3,4
83 frsp 6,7
84 frsp. 8,9
85 lbz 9,0(1)
86 lbzu 10,1(1)
87 lbzux 20,21,22
88 lbzx 3,4,5
89 lfd 21,8(1)
90 lfdu 22,16(1)
91 lfdux 20,21,22
92 lfdx 13,14,15
93 lfs 19,0(1)
94 lfsu 20,4(1)
95 lfsux 10,11,12
96 lfsx 10,11,12
97 lha 15,6(1)
98 lhau 16,8(1)
99 lhaux 9,10,11
100 lhax 9,10,11
101 lhbrx 3,4,5
102 lhz 13,0(1)
103 lhzu 14,2(1)
104 lhzux 20,22,24
105 lhzx 23,24,25
106 mcrf 0,1
107 mcrfs 3,4
108 mcrxr 3
109 mfcr 3
110 mfctr 3
111 mfdar 5
112 mfdsisr 4
113 mffs 30
114 mffs. 31
115 mflr 2
116 mfmsr 19
117 mfocrf 3,0x80
118 mfrtcl 1
119 mfrtcu 0
120 mfsdr1 6
121 mfspr 3,0x80
122 mfsrr0 7
123 mfsrr1 8
124 mfxer 30
125 mr. 30,31
126 or. 30,31,31
127 mr 30,31
128 or 30,31,31
129 mtcr 3
130 mtcrf 0x80,3
131 mtctr 19
132 mtdar 21
133 mtdec 24
134 mtdsisr 20
135 mtfsb0. 3
136 mtfsb0 3
137 mtfsb1. 3
138 mtfsb1 3
139 mtfsf 6,10
140 mtfsf. 6,11
141 mtfsfi 6,0
142 mtfsfi. 6,15
143 mtlr 18
144 mtmsr 10
145 mtocrf 0x80,3
146 mtrtcl 23
147 mtrtcu 22
148 mtsdr1 25
149 mtspr 0x80,3
150 mtsrr0 26
151 mtsrr1 27
152 mtxer 17
153 nand. 28,29,30
154 nand 28,29,30
155 neg. 3,4
156 neg 3,4
157 nego 16,17
158 nego. 18,19
159 nor. 20,21,22
160 nor 20,21,22
161 not. 20,21
162 nor. 20,21,21
163 not 20,21
164 nor 20,21,21
165 or 0,2,4
166 or. 12,14,16
167 orc 15,16,17
168 orc. 18,19,20
169 rfi
170 stb 11,2(1)
171 stbu 12,3(1)
172 stbux 13,14,15
173 stbx 3,4,5
174 stfd 25,32(1)
175 stfdu 26,40(1)
176 stfdux 0,1,2
177 stfdx 29,30,31
178 stfs 23,20(1)
179 stfsu 24,24(1)
180 stfsux 26,27,28
181 stfsx 23,24,25
182 sth 17,10(1)
183 sthbrx 6,7,8
184 sthu 18,12(1)
185 sthux 21,22,23
186 sthx 12,13,14
187 xor. 29,30,31
188 xor 29,30,31
189 nop
190 ori 0,0,0
191 xnop
192 xori 0,0,0
This page took 0.035415 seconds and 4 git commands to generate.