Lines Matching refs:str

50   COMPARE(str(s12, MemOperand(x13)), "str s12, [x13]");
51 COMPARE(str(s14, MemOperand(x15, 4)), "str s14, [x15, #4]");
52 COMPARE(str(s16, MemOperand(x17, 16380)), "str s16, [x17, #16380]");
53 COMPARE(str(d18, MemOperand(x19)), "str d18, [x19]");
54 COMPARE(str(d20, MemOperand(x21, 8)), "str d20, [x21, #8]");
55 COMPARE(str(d22, MemOperand(x23, 32760)), "str d22, [x23, #32760]");
66 COMPARE(str(b18, MemOperand(x19)), "str b18, [x19]");
67 COMPARE(str(b20, MemOperand(x21, 1)), "str b20, [x21, #1]");
68 COMPARE(str(b22, MemOperand(x23, 4095)), "str b22, [x23, #4095]");
69 COMPARE(str(h24, MemOperand(x25)), "str h24, [x25]");
70 COMPARE(str(h26, MemOperand(x27, 2)), "str h26, [x27, #2]");
71 COMPARE(str(h28, MemOperand(x29, 8190)), "str h28, [x29, #8190]");
72 COMPARE(str(q30, MemOperand(x30)), "str q30, [x30]");
73 COMPARE(str(q31, MemOperand(x1, 16)), "str q31, [x1, #16]");
74 COMPARE(str(q0, MemOperand(x3, 65520)), "str q0, [x3, #65520]");
96 COMPARE(str(s12, MemOperand(x13, 4, PreIndex)), "str s12, [x13, #4]!");
97 COMPARE(str(s14, MemOperand(x15, 255, PreIndex)), "str s14, [x15, #255]!");
98 COMPARE(str(s16, MemOperand(x17, -256, PreIndex)), "str s16, [x17, #-256]!");
99 COMPARE(str(d18, MemOperand(x19, 8, PreIndex)), "str d18, [x19, #8]!");
100 COMPARE(str(d20, MemOperand(x21, 255, PreIndex)), "str d20, [x21, #255]!");
101 COMPARE(str(d22, MemOperand(x23, -256, PreIndex)), "str d22, [x23, #-256]!");
113 COMPARE(str(b18, MemOperand(x19, 1, PreIndex)), "str b18, [x19, #1]!");
114 COMPARE(str(b20, MemOperand(x21, 255, PreIndex)), "str b20, [x21, #255]!");
115 COMPARE(str(b22, MemOperand(x23, -256, PreIndex)), "str b22, [x23, #-256]!");
116 COMPARE(str(h24, MemOperand(x25, 2, PreIndex)), "str h24, [x25, #2]!");
117 COMPARE(str(h26, MemOperand(x27, 255, PreIndex)), "str h26, [x27, #255]!");
118 COMPARE(str(h28, MemOperand(x29, -256, PreIndex)), "str h28, [x29, #-256]!");
119 COMPARE(str(q30, MemOperand(x1, 16, PreIndex)), "str q30, [x1, #16]!");
120 COMPARE(str(q31, MemOperand(x3, 255, PreIndex)), "str q31, [x3, #255]!");
121 COMPARE(str(q0, MemOperand(x5, -256, PreIndex)), "str q0, [x5, #-256]!");
123 COMPARE(str(b24, MemOperand(sp, 1, PreIndex)), "str b24, [sp, #1]!");
124 COMPARE(str(h25, MemOperand(sp, -2, PreIndex)), "str h25, [sp, #-2]!");
125 COMPARE(str(s26, MemOperand(sp, 4, PreIndex)), "str s26, [sp, #4]!");
126 COMPARE(str(d27, MemOperand(sp, -8, PreIndex)), "str d27, [sp, #-8]!");
127 COMPARE(str(q28, MemOperand(sp, 16, PreIndex)), "str q28, [sp, #16]!");
134 COMPARE(str(b0, MemOperand(x1, 0, PreIndex)), "str b0, [x1, #0]!");
135 COMPARE(str(h2, MemOperand(x3, 0, PreIndex)), "str h2, [x3, #0]!");
136 COMPARE(str(s4, MemOperand(x5, 0, PreIndex)), "str s4, [x5, #0]!");
137 COMPARE(str(d6, MemOperand(x7, 0, PreIndex)), "str d6, [x7, #0]!");
138 COMPARE(str(q8, MemOperand(x9, 0, PreIndex)), "str q8, [x9, #0]!");
154 COMPARE(str(s12, MemOperand(x13, 4, PostIndex)), "str s12, [x13], #4");
155 COMPARE(str(s14, MemOperand(x15, 255, PostIndex)), "str s14, [x15], #255");
156 COMPARE(str(s16, MemOperand(x17, -256, PostIndex)), "str s16, [x17], #-256");
157 COMPARE(str(d18, MemOperand(x19, 8, PostIndex)), "str d18, [x19], #8");
158 COMPARE(str(d20, MemOperand(x21, 255, PostIndex)), "str d20, [x21], #255");
159 COMPARE(str(d22, MemOperand(x23, -256, PostIndex)), "str d22, [x23], #-256");
171 COMPARE(str(b18, MemOperand(x19, 4, PostIndex)), "str b18, [x19], #4");
172 COMPARE(str(b20, MemOperand(x21, 255, PostIndex)), "str b20, [x21], #255");
173 COMPARE(str(b22, MemOperand(x23, -256, PostIndex)), "str b22, [x23], #-256");
174 COMPARE(str(h24, MemOperand(x25, 8, PostIndex)), "str h24, [x25], #8");
175 COMPARE(str(h26, MemOperand(x27, 255, PostIndex)), "str h26, [x27], #255");
176 COMPARE(str(h28, MemOperand(x29, -256, PostIndex)), "str h28, [x29], #-256");
177 COMPARE(str(q30, MemOperand(x1, 8, PostIndex)), "str q30, [x1], #8");
178 COMPARE(str(q31, MemOperand(x3, 255, PostIndex)), "str q31, [x3], #255");
179 COMPARE(str(q0, MemOperand(x5, -256, PostIndex)), "str q0, [x5], #-256");
192 COMPARE(str(b0, MemOperand(x1, 0, PostIndex)), "str b0, [x1], #0");
193 COMPARE(str(h2, MemOperand(x3, 0, PostIndex)), "str h2, [x3], #0");
194 COMPARE(str(s4, MemOperand(x5, 0, PostIndex)), "str s4, [x5], #0");
195 COMPARE(str(d6, MemOperand(x7, 0, PostIndex)), "str d6, [x7], #0");
196 COMPARE(str(q8, MemOperand(x9, 0, PostIndex)), "str q8, [x9], #0");
249 COMPARE(str(b0, MemOperand(x1, x2)), "str b0, [x1, x2]");
250 COMPARE(str(b1, MemOperand(x2, w3, UXTW)), "str b1, [x2, w3, uxtw]");
251 COMPARE(str(b2, MemOperand(x3, w4, SXTW)), "str b2, [x3, w4, sxtw]");
253 COMPARE(dci(0x3c257883), "str b3, [x4, x5, lsl #0]");
254 COMPARE(str(b30, MemOperand(sp, xzr)), "str b30, [sp, xzr]");
255 COMPARE(str(b31, MemOperand(sp, wzr, UXTW)), "str b31, [sp, wzr, uxtw]");
257 COMPARE(str(h0, MemOperand(x1, x2)), "str h0, [x1, x2]");
258 COMPARE(str(h1, MemOperand(x2, w3, UXTW)), "str h1, [x2, w3, uxtw]");
259 COMPARE(str(h2, MemOperand(x3, w4, SXTW)), "str h2, [x3, w4, sxtw]");
260 COMPARE(str(h3, MemOperand(x4, w5, UXTW, 1)), "str h3, [x4, w5, uxtw #1]");
261 COMPARE(str(h4, MemOperand(x5, w5, SXTW, 1)), "str h4, [x5, w5, sxtw #1]");
262 COMPARE(str(h30, MemOperand(sp, xzr)), "str h30, [sp, xzr]");
263 COMPARE(str(h31, MemOperand(sp, wzr, SXTW, 1)),
264 "str h31, [sp, wzr, sxtw #1]");
266 COMPARE(str(s0, MemOperand(x1, x2)), "str s0, [x1, x2]");
267 COMPARE(str(s1, MemOperand(x2, w3, UXTW)), "str s1, [x2, w3, uxtw]");
268 COMPARE(str(s2, MemOperand(x3, w4, SXTW)), "str s2, [x3, w4, sxtw]");
269 COMPARE(str(s3, MemOperand(x4, w5, UXTW, 2)), "str s3, [x4, w5, uxtw #2]");
270 COMPARE(str(s4, MemOperand(x5, w5, SXTW, 2)), "str s4, [x5, w5, sxtw #2]");
271 COMPARE(str(s30, MemOperand(sp, xzr)), "str s30, [sp, xzr]");
272 COMPARE(str(s31, MemOperand(sp, wzr, SXTW, 2)),
273 "str s31, [sp, wzr, sxtw #2]");
275 COMPARE(str(d0, MemOperand(x1, x2)), "str d0, [x1, x2]");
276 COMPARE(str(d1, MemOperand(x2, w3, UXTW)), "str d1, [x2, w3, uxtw]");
277 COMPARE(str(d2, MemOperand(x3, w4, SXTW)), "str d2, [x3, w4, sxtw]");
278 COMPARE(str(d3, MemOperand(x4, w5, UXTW, 3)), "str d3, [x4, w5, uxtw #3]");
279 COMPARE(str(d4, MemOperand(x5, w5, SXTW, 3)), "str d4, [x5, w5, sxtw #3]");
280 COMPARE(str(d30, MemOperand(sp, xzr)), "str d30, [sp, xzr]");
281 COMPARE(str(d31, MemOperand(sp, wzr, SXTW, 3)),
282 "str d31, [sp, wzr, sxtw #3]");
284 COMPARE(str(q0, MemOperand(x1, x2)), "str q0, [x1, x2]");
285 COMPARE(str(q1, MemOperand(x2, w3, UXTW)), "str q1, [x2, w3, uxtw]");
286 COMPARE(str(q2, MemOperand(x3, w4, SXTW)), "str q2, [x3, w4, sxtw]");
287 COMPARE(str(q3, MemOperand(x4, w5, UXTW, 4)), "str q3, [x4, w5, uxtw #4]");
288 COMPARE(str(q4, MemOperand(x5, w5, SXTW, 4)), "str q4, [x5, w5, sxtw #4]");
289 COMPARE(str(q30, MemOperand(sp, xzr)), "str q30, [sp, xzr]");
290 COMPARE(str(q31, MemOperand(sp, wzr, SXTW, 4)),
291 "str q31, [sp, wzr, sxtw #4]");