Home | History | Annotate | Download | only in cctest

Lines Matching refs:SXTW

125   COMPARE(dci(0x93407c00), "sxtw x0, w0");
145 COMPARE(Mov(x16, Operand(x20, SXTW, 3)), "sbfiz x16, x20, #3, #32");
385 COMPARE(add(x24, x25, Operand(x26, SXTW, 1)), "add x24, x25, w26, sxtw #1");
411 COMPARE(sub(x24, x25, Operand(x26, SXTW, 1)), "sub x24, x25, w26, sxtw #1");
522 COMPARE(sxtw(x8, x9), "sxtw x8, w9");
525 COMPARE(sxtw(x4, w5), "sxtw x4, w5");
900 COMPARE(ldr(w12, MemOperand(x13, w14, SXTW)), "ldr w12, [x13, w14, sxtw]");
901 COMPARE(ldr(w15, MemOperand(x16, w17, SXTW, 2)),
902 "ldr w15, [x16, w17, sxtw #2]");
910 COMPARE(ldr(x12, MemOperand(x13, w14, SXTW)), "ldr x12, [x13, w14, sxtw]");
911 COMPARE(ldr(x15, MemOperand(x16, w17, SXTW, 3)),
912 "ldr x15, [x16, w17, sxtw #3]");
921 COMPARE(str(w12, MemOperand(x13, w14, SXTW)), "str w12, [x13, w14, sxtw]");
922 COMPARE(str(w15, MemOperand(x16, w17, SXTW, 2)),
923 "str w15, [x16, w17, sxtw #2]");
931 COMPARE(str(x12, MemOperand(x13, w14, SXTW)), "str x12, [x13, w14, sxtw]");
932 COMPARE(str(x15, MemOperand(x16, w17, SXTW, 3)),
933 "str x15, [x16, w17, sxtw #3]");
940 COMPARE(ldrb(w12, MemOperand(x13, w14, SXTW)), "ldrb w12, [x13, w14, sxtw]");
944 COMPARE(strb(w12, MemOperand(x13, w14, SXTW)), "strb w12, [x13, w14, sxtw]");
952 COMPARE(ldrh(w12, MemOperand(x13, w14, SXTW)), "ldrh w12, [x13, w14, sxtw]");
953 COMPARE(ldrh(w15, MemOperand(x16, w17, SXTW, 1)),
954 "ldrh w15, [x16, w17, sxtw #1]");
963 COMPARE(strh(w12, MemOperand(x13, w14, SXTW)), "strh w12, [x13, w14, sxtw]");
964 COMPARE(strh(w15, MemOperand(x16, w17, SXTW, 1)),
965 "strh w15, [x16, w17, sxtw #1]");
971 COMPARE(ldr(x0, MemOperand(jssp, wzr, SXTW)), "ldr x0, [jssp, wzr, sxtw]");