Home | History | Annotate | Download | only in test

Lines Matching refs:x17

120   COMPARE(Mov(x16, Operand(x17, SXTW, 3)), "sbfiz x16, x17, #3, #32");
154 COMPARE(movn(x17, 0xaaaa000000000000), "movn x17, #0xaaaa000000000000");
236 COMPARE(adds(x16, x17, Operand(0xaa000)), "adds x16, x17, #0xaa000 (696320)");
265 COMPARE(subs(x16, x17, Operand(0xaa000)), "subs x16, x17, #0xaa000 (696320)");
287 COMPARE(add(x15, x16, Operand(x17, LSR, 4)), "add x15, x16, x17, lsr #4");
313 COMPARE(sub(x15, x16, Operand(x17, LSR, 4)), "sub x15, x16, x17, lsr #4");
395 COMPARE(sbc(x15, x16, Operand(x17)), "sbc x15, x16, x17");
476 COMPARE(clz(x16, x17), "clz x16, x17");
499 COMPARE(uxth(x16, x17), "uxth x16, w17");
616 COMPARE(eor(x17, x18, Operand(0x0000000000000003)),
617 "eor x17, x18, #0x3");
730 COMPARE(orr(x16, xzr, Operand(x17, ASR, 2)), "orr x16, xzr, x17, asr #2");
744 COMPARE(asrv(x15, x16, x17), "asr x15, x16, x17");
815 COMPARE(str(w16, MemOperand(x17, 16380)), "str w16, [x17, #16380]");
828 COMPARE(str(w16, MemOperand(x17, -256, PreIndex)), "str w16, [x17, #-256]!");
841 COMPARE(str(w16, MemOperand(x17, -256, PostIndex)), "str w16, [x17], #-256");
956 COMPARE(strb(x16, MemOperand(x17)), "strb w16, [x17]");
987 COMPARE(strh(x16, MemOperand(x17)), "strh w16, [x17]");
1021 COMPARE(str(s16, MemOperand(x17, 16380)), "str s16, [x17, #16380]");
1034 COMPARE(str(s16, MemOperand(x17, -256, PreIndex)), "str s16, [x17, #-256]!");
1047 COMPARE(str(s16, MemOperand(x17, -256, PostIndex)), "str s16, [x17], #-256");
1072 COMPARE(str(w16, MemOperand(x17, 1)), "stur w16, [x17, #1]");
1101 COMPARE(ldp(x15, x16, MemOperand(x17, 504)), "ldp x15, x16, [x17, #504]");
1149 COMPARE(stp(x15, x16, MemOperand(x17, 504)), "stp x15, x16, [x17, #504]");
1219 COMPARE(stnp(x15, x16, MemOperand(x17, -512)), "stnp x15, x16, [x17, #-512]");
1249 COMPARE(csinv(x15, x16, x17, pl), "csinv x15, x16, x17, pl");
1675 COMPARE(Eor(x16, x17, 0xffffffff), "eor x16, x17, #0xffffffff");
1676 COMPARE(Eor(x16, x17, 0xffffffffffffffff), "mvn x16, x17");