Lines Matching full:x19
203 COMPARE(movn(x19, 0x5555, 32), "movn x19, #0x555500000000");
288 COMPARE(cmn(x19, Operand(0xff000)), "cmn x19, #0xff000 (1044480)");
318 COMPARE(cmp(x19, Operand(0xff000)), "cmp x19, #0xff000 (1044480)");
395 COMPARE(add(x18, x19, Operand(x20, SXTB, 3)), "add x18, x19, w20, sxtb #3");
421 COMPARE(sub(x18, x19, Operand(x20, SXTB, 3)), "sub x18, x19, w20, sxtb #3");
478 COMPARE(msub(x18, x19, x20, x21), "msub x18, x19, x20, x21");
543 COMPARE(uxtw(x18, x19), "ubfx x18, x19, #0, #32");
561 COMPARE(ubfiz(x19, x20, 10, 11), "ubfiz x19, x20, #10, #11");
719 COMPARE(bic(x18, x19, Operand(x20, LSL, 5)), "bic x18, x19, x20, lsl #5");
731 COMPARE(orn(x18, x19, Operand(x20, LSL, 13)), "orn x18, x19, x20, lsl #13");
743 COMPARE(eon(x18, x19, Operand(x20, LSL, 21)), "eon x18, x19, x20, lsl #21");
755 COMPARE(bics(x18, x19, Operand(x20, LSL, 5)), "bics x18, x19, x20, lsl #5");
860 COMPARE(str(x18, MemOperand(x19)), "str x18, [x19]");
873 COMPARE(str(x18, MemOperand(x19, 8, PreIndex)), "str x18, [x19, #8]!");
886 COMPARE(str(x18, MemOperand(x19, 8, PostIndex)), "str x18, [x19], #8");
915 COMPARE(ldr(w18, MemOperand(x19, x20, SXTX)), "ldr w18, [x19, x20, sxtx]");
925 COMPARE(ldr(x18, MemOperand(x19, x20, SXTX)), "ldr x18, [x19, x20, sxtx]");
936 COMPARE(str(w18, MemOperand(x19, x20, SXTX)), "str w18, [x19, x20, sxtx]");
946 COMPARE(str(x18, MemOperand(x19, x20, SXTX)), "str x18, [x19, x20, sxtx]");
953 COMPARE(ldrb(w18, MemOperand(x19, x20, SXTX)), "ldrb w18, [x19, x20, sxtx]");
957 COMPARE(strb(w18, MemOperand(x19, x20, SXTX)), "strb w18, [x19, x20, sxtx]");
967 COMPARE(ldrh(w18, MemOperand(x19, x20, SXTX)), "ldrh w18, [x19, x20, sxtx]");
978 COMPARE(strh(w18, MemOperand(x19, x20, SXTX)), "strh w18, [x19, x20, sxtx]");
1003 COMPARE(strb(w18, MemOperand(x19, 4095)), "strb w18, [x19, #4095]");
1035 COMPARE(strh(w18, MemOperand(x19, 8190)), "strh w18, [x19, #8190]");
1070 COMPARE(str(d18, MemOperand(x19)), "str d18, [x19]");
1083 COMPARE(str(d18, MemOperand(x19, 8, PreIndex)), "str d18, [x19, #8]!");
1096 COMPARE(str(d18, MemOperand(x19, 8, PostIndex)), "str d18, [x19], #8");
1122 COMPARE(str(w18, MemOperand(x19, -1)), "stur w18, [x19, #-1]");
1171 COMPARE(ldp(s17, s18, MemOperand(x19)), "ldp s17, s18, [x19]");
1182 COMPARE(ldp(d17, d18, MemOperand(x19)), "ldp d17, d18, [x19]");
1219 COMPARE(stp(s17, s18, MemOperand(x19)), "stp s17, s18, [x19]");
1230 COMPARE(stp(d17, d18, MemOperand(x19)), "stp d17, d18, [x19]");
1245 COMPARE(stp(x18, x19, MemOperand(jssp, -8, PreIndex)),
1246 "stp x18, x19, [jssp, #-8]!");
1697 COMPARE(Bic(x18, x19, 0xffffffff), "and x18, x19, #0xffffffff00000000");
1698 COMPARE(Bic(x18, x19, 0xffffffffffffffff), "movz x18, #0x0");