Home | History | Annotate | Download | only in test

Lines Matching refs:SXTW

101   COMPARE(dci(0x93407c00), "sxtw x0, w0");
120 COMPARE(Mov(x16, Operand(x17, SXTW, 3)), "sbfiz x16, x17, #3, #32");
346 COMPARE(add(x24, x25, Operand(x26, SXTW, 1)), "add x24, x25, w26, sxtw #1");
372 COMPARE(sub(x24, x25, Operand(x26, SXTW, 1)), "sub x24, x25, w26, sxtw #1");
491 COMPARE(sxtw(x8, x9), "sxtw x8, w9");
494 COMPARE(sxtw(x4, w5), "sxtw x4, w5");
867 COMPARE(ldr(w12, MemOperand(x13, w14, SXTW)), "ldr w12, [x13, w14, sxtw]");
868 COMPARE(ldr(w15, MemOperand(x16, w17, SXTW, 2)),
869 "ldr w15, [x16, w17, sxtw #2]");
877 COMPARE(ldr(x12, MemOperand(x13, w14, SXTW)), "ldr x12, [x13, w14, sxtw]");
878 COMPARE(ldr(x15, MemOperand(x16, w17, SXTW, 3)),
879 "ldr x15, [x16, w17, sxtw #3]");
888 COMPARE(str(w12, MemOperand(x13, w14, SXTW)), "str w12, [x13, w14, sxtw]");
889 COMPARE(str(w15, MemOperand(x16, w17, SXTW, 2)),
890 "str w15, [x16, w17, sxtw #2]");
898 COMPARE(str(x12, MemOperand(x13, w14, SXTW)), "str x12, [x13, w14, sxtw]");
899 COMPARE(str(x15, MemOperand(x16, w17, SXTW, 3)),
900 "str x15, [x16, w17, sxtw #3]");
907 COMPARE(ldrb(w12, MemOperand(x13, w14, SXTW)), "ldrb w12, [x13, w14, sxtw]");
911 COMPARE(strb(w12, MemOperand(x13, w14, SXTW)), "strb w12, [x13, w14, sxtw]");
919 COMPARE(ldrh(w12, MemOperand(x13, w14, SXTW)), "ldrh w12, [x13, w14, sxtw]");
920 COMPARE(ldrh(w15, MemOperand(x16, w17, SXTW, 1)),
921 "ldrh w15, [x16, w17, sxtw #1]");
930 COMPARE(strh(w12, MemOperand(x13, w14, SXTW)), "strh w12, [x13, w14, sxtw]");
931 COMPARE(strh(w15, MemOperand(x16, w17, SXTW, 1)),
932 "strh w15, [x16, w17, sxtw #1]");
937 COMPARE(ldr(x0, MemOperand(sp, wzr, SXTW)), "ldr x0, [sp, wzr, sxtw]");