Home | History | Annotate | Download | only in cctest

Lines Matching full:x21

340   COMPARE(add(x21, x22, Operand(x23, ASR, 6)), "add x21, x22, x23, asr #6");
366 COMPARE(sub(x21, x22, Operand(x23, ASR, 6)), "sub x21, x22, x23, asr #6");
448 COMPARE(sbcs(x21, x22, Operand(x23)), "sbcs x21, x22, x23");
478 COMPARE(msub(x18, x19, x20, x21), "msub x18, x19, x20, x21");
521 COMPARE(cls(x20, x21), "cls x20, x21");
676 COMPARE(eon(x21, x22, Operand(0xc000000000000003L)),
677 "eor x21, x22, #0x3ffffffffffffffc");
789 COMPARE(rorv(x21, x22, x23), "ror x21, x22, x23");
861 COMPARE(str(x20, MemOperand(x21, 8)), "str x20, [x21, #8]");
874 COMPARE(str(x20, MemOperand(x21, 255, PreIndex)), "str x20, [x21, #255]!");
887 COMPARE(str(x20, MemOperand(x21, 255, PostIndex)), "str x20, [x21], #255");
926 COMPARE(ldr(x21, MemOperand(x22, x23, SXTX, 3)),
927 "ldr x21, [x22, x23, sxtx #3]");
947 COMPARE(str(x21, MemOperand(x22, x23, SXTX, 3)),
948 "str x21, [x22, x23, sxtx #3]");
1004 COMPARE(strb(w20, MemOperand(x21, 255, PreIndex)), "strb w20, [x21, #255]!");
1036 COMPARE(strh(w20, MemOperand(x21, 255, PreIndex)), "strh w20, [x21, #255]!");
1071 COMPARE(str(d20, MemOperand(x21, 8)), "str d20, [x21, #8]");
1084 COMPARE(str(d20, MemOperand(x21, 255, PreIndex)), "str d20, [x21, #255]!");
1097 COMPARE(str(d20, MemOperand(x21, 255, PostIndex)), "str d20, [x21], #255");
1123 COMPARE(str(w20, MemOperand(x21, 255)), "stur w20, [x21, #255]");
1153 COMPARE(ldp(x21, x22, MemOperand(x23, -512)), "ldp x21, x22, [x23, #-512]");
1201 COMPARE(stp(x21, x22, MemOperand(x23, -512)), "stp x21, x22, [x23, #-512]");
1286 COMPARE(csneg(x21, x22, x23, vc), "csneg x21, x22, x23, vc");
1700 COMPARE(Orn(x20, x21, 0xffffffff), "orr x20, x21, #0xffffffff00000000");
1701 COMPARE(Orn(x20, x21, 0xffffffffffffffff), "mov x20, x21");