Remove the ldmx mnemonic that never made it into POWER9.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mt / allinsn.s
CommitLineData
a0defb2e
AH
1 .data
2foodata: .word 42
3 .text
4footext:
5 .text
6 .global add
7add:
8 add R0,R0,R0
9 .text
10 .global addu
11addu:
12 addu R0,R0,R0
13 .text
14 .global addi
15addi:
16 addi R0,R0,#0
17 .text
18 .global addui
19addui:
20 addui R0,R0,#0
21 .text
22 .global sub
23sub:
24 sub R0,R0,R0
25 .text
26 .global subu
27subu:
28 subu R0,R0,R0
29 .text
30 .global subi
31subi:
32 subi R0,R0,#0
33 .text
34 .global subui
35subui:
36 subui R0,R0,#0
37 .text
38 .global and
39and:
40 and R0,R0,R0
41 .text
42 .global andi
43andi:
44 andi R0,R0,#0
45 .text
46 .global or
47or:
48 or R0,R0,R1
49 .text
50 .global ori
51ori:
52 ori R0,R0,#0
53 .text
54 .global xor
55xor:
56 xor R0,R0,R0
57 .text
58 .global xori
59xori:
60 xori R0,R0,#0
61 .text
62 .global nand
63nand:
64 nand R0,R0,R0
65 .text
66 .global nandi
67nandi:
68 nandi R0,R0,#0
69 .text
70 .global nor
71nor:
72 nor R0,R0,R0
73 .text
74 .global nori
75nori:
76 nori R0,R0,#0
77 .text
78 .global xnor
79xnor:
80 xnor R0,R0,R0
81 .text
82 .global xnori
83xnori:
84 xnori R0,R0,#0
85 .text
86 .global ldui
87ldui:
88 ldui R0,#0
89 .text
90 .global lsl
91lsl:
92 lsl R0,R0,R0
93 .text
94 .global lsli
95lsli:
96 lsli R0,R0,#0
97 .text
98 .global lsr
99lsr:
100 lsr R0,R0,R0
101 .text
102 .global lsri
103lsri:
104 lsri R0,R0,#0
105 .text
106 .global asr
107asr:
108 asr R0,R0,R0
109 .text
110 .global asri
111asri:
112 asri R0,R0,#0
113 .text
114 .global brlt
115brlt:
116 brlt R0,R0,0
117 .text
118 .global brle
119brle:
120 brle R0,R0,0
121 .text
122 .global breq
123breq:
124 breq R0,R0,0
125 .text
126 .global jmp
127jmp:
128 jmp 0
129 .text
130 .global jal
131jal:
132 jal R0,R0
133 .text
134 .global ei
135ei:
136 ei
137 .text
138 .global di
139di:
140 di
141 .text
142 .global reti
143reti:
144 reti R0
145 .text
146 .global ldw
147ldw:
148 ldw R0,R0,#0
149 .text
150 .global stw
151stw:
152 stw R0,R0,#0
153 .text
154 .global si
155si:
156 si R0
157 .global brne
158brne:
159 brne R0,R0,0
160 .global break
161break:
162 break
163 .text
164 .global nop
165nop:
166 nop
This page took 0.588732 seconds and 4 git commands to generate.