Lines Matching refs:wsp
233 COMPARE(add(w0, wsp, Operand(0)), "mov w0, wsp");
236 COMPARE(add(w1, wsp, Operand(8)), "add w1, wsp, #0x8 (8)");
238 COMPARE(add(wsp, wsp, Operand(42)), "add wsp, wsp, #0x2a (42)");
240 COMPARE(adds(wzr, wsp, Operand(9)), "cmn wsp, #0x9 (9)");
263 COMPARE(sub(w1, wsp, Operand(8)), "sub w1, wsp, #0x8 (8)");
265 COMPARE(sub(wsp, wsp, Operand(42)), "sub wsp, wsp, #0x2a (42)");
267 COMPARE(subs(wzr, wsp, Operand(9)), "cmp wsp, #0x9 (9)");
288 COMPARE(add(w2, wsp, Operand(w3)), "add w2, wsp, w3");
291 COMPARE(add(w6, wsp, Operand(w7, LSL, 3)), "add w6, wsp, w7, lsl #3");
318 COMPARE(sub(w2, wsp, Operand(w3)), "sub w2, wsp, w3");
321 COMPARE(sub(w6, wsp, Operand(w7, LSL, 3)), "sub w6, wsp, w7, lsl #3");
345 COMPARE(add(w0, wsp, Operand(w1, UXTB)), "add w0, wsp, w1, uxtb");
347 COMPARE(add(wsp, wsp, Operand(w4, UXTW, 2)), "add wsp, wsp, w4, lsl #2");
371 COMPARE(sub(w0, wsp, Operand(w1, UXTB)), "sub w0, wsp, w1, uxtb");
373 COMPARE(sub(wsp, wsp, Operand(w4, UXTW, 2)), "sub wsp, wsp, w4, lsl #2");
776 COMPARE(and_(wsp, wzr, Operand(7)), "and wsp, wzr, #0x7");
779 COMPARE(eor(wsp, w0, Operand(31)), "eor wsp, w0, #0x1f");
2938 COMPARE_MACRO(Orr(wsp, w5, 0x1234),
2941 "mov wsp, w16");