Lines Matching refs:SXTW

84   COMPARE_MACRO(Mov(x16, Operand(x17, SXTW, 3)), "sbfiz x16, x17, #3, #32");
101 COMPARE_MACRO(Mvn(x0, Operand(w1, SXTW)),
104 COMPARE_MACRO(Mvn(x0, Operand(x0, SXTW)),
340 COMPARE(add(x24, x25, Operand(x26, SXTW, 1)), "add x24, x25, w26, sxtw #1");
366 COMPARE(sub(x24, x25, Operand(x26, SXTW, 1)), "sub x24, x25, w26, sxtw #1");
1106 COMPARE(ldr(w12, MemOperand(x13, w14, SXTW)), "ldr w12, [x13, w14, sxtw]");
1107 COMPARE(ldr(w15, MemOperand(x16, w17, SXTW, 2)),
1116 COMPARE(ldr(x12, MemOperand(x13, w14, SXTW)), "ldr x12, [x13, w14, sxtw]");
1117 COMPARE(ldr(x15, MemOperand(x16, w17, SXTW, 3)),
1127 COMPARE(str(w12, MemOperand(x13, w14, SXTW)), "str w12, [x13, w14, sxtw]");
1128 COMPARE(str(w15, MemOperand(x16, w17, SXTW, 2)),
1137 COMPARE(str(x12, MemOperand(x13, w14, SXTW)), "str x12, [x13, w14, sxtw]");
1138 COMPARE(str(x15, MemOperand(x16, w17, SXTW, 3)),
1146 COMPARE(ldrb(w12, MemOperand(x13, w14, SXTW)), "ldrb w12, [x13, w14, sxtw]");
1150 COMPARE(strb(w12, MemOperand(x13, w14, SXTW)), "strb w12, [x13, w14, sxtw]");
1158 COMPARE(ldrh(w12, MemOperand(x13, w14, SXTW)), "ldrh w12, [x13, w14, sxtw]");
1159 COMPARE(ldrh(w15, MemOperand(x16, w17, SXTW, 1)),
1169 COMPARE(strh(w12, MemOperand(x13, w14, SXTW)), "strh w12, [x13, w14, sxtw]");
1170 COMPARE(strh(w15, MemOperand(x16, w17, SXTW, 1)),
1176 COMPARE(ldr(x0, MemOperand(sp, wzr, SXTW)), "ldr x0, [sp, wzr, sxtw]");
2112 COMPARE(prfm(PLIL1STRM, MemOperand(x3, w4, SXTW)),
2118 COMPARE(prfm(PLIL3KEEP, MemOperand(sp, wzr, SXTW)),
2863 COMPARE_MACRO(Adds(x0, xzr, Operand(w1, SXTW)),
2872 COMPARE_MACRO(Subs(x0, xzr, Operand(w1, SXTW)),
2887 COMPARE_MACRO(Adcs(x0, xzr, Operand(w1, SXTW)),
2896 COMPARE_MACRO(Sbcs(x0, xzr, Operand(w1, SXTW)),
2960 COMPARE_MACRO(Orn(x0, xzr, Operand(w1, SXTW)),
2969 COMPARE_MACRO(Tst(xzr, Operand(w1, SXTW)),