Lines Matching refs:w17

140   COMPARE(mov(w17, 0xaaaaffff), "mov w17, #0xaaaaffff");
337 COMPARE(adds(w15, w16, Operand(w17, SXTB, 4)), "adds w15, w16, w17, sxtb #4");
363 COMPARE(subs(w15, w16, Operand(w17, SXTB, 4)), "subs w15, w16, w17, sxtb #4");
493 COMPARE(clz(w16, w17), "clz w16, w17");
540 COMPARE(uxth(x16, x17), "uxth x16, w17");
558 COMPARE(ubfiz(w17, w18, 9, 12), "ubfiz w17, w18, #9, #12");
641 COMPARE(crc32ch(w6, w17, w27), "crc32ch w6, w17, w27");
653 COMPARE(crc32cw(w17, w17, w3), "crc32cw w17, w17, w3");
811 COMPARE(bic(w15, w16, Operand(w17)), "bic w15, w16, w17");
823 COMPARE(orn(w15, w16, Operand(w17)), "orn w15, w16, w17");
835 COMPARE(eon(w15, w16, Operand(w17)), "eon w15, w16, w17");
847 COMPARE(bics(w15, w16, Operand(w17)), "bics w15, w16, w17");
865 COMPARE(orr(w16, wzr, Operand(w17, LSL, 1)), "orr w16, wzr, w17, lsl #1");
1107 COMPARE(ldr(w15, MemOperand(x16, w17, SXTW, 2)),
1108 "ldr w15, [x16, w17, sxtw #2]");
1117 COMPARE(ldr(x15, MemOperand(x16, w17, SXTW, 3)),
1118 "ldr x15, [x16, w17, sxtw #3]");
1128 COMPARE(str(w15, MemOperand(x16, w17, SXTW, 2)),
1129 "str w15, [x16, w17, sxtw #2]");
1138 COMPARE(str(x15, MemOperand(x16, w17, SXTW, 3)),
1139 "str x15, [x16, w17, sxtw #3]");
1159 COMPARE(ldrh(w15, MemOperand(x16, w17, SXTW, 1)),
1160 "ldrh w15, [x16, w17, sxtw #1]");
1170 COMPARE(strh(w15, MemOperand(x16, w17, SXTW, 1)),
1171 "strh w15, [x16, w17, sxtw #1]");
1583 COMPARE(ldp(w16, w17, MemOperand(sp, 4, PostIndex)),
1584 "ldp w16, w17, [sp], #4");
1660 COMPARE(stxp(w17, w18, w19, MemOperand(x20)), "stxp w17, w18, w19, [x20]");
1685 COMPARE(ldaxrh(w17, MemOperand(sp)), "ldaxrh w17, [sp]");
1739 COMPARE(ldlarb(x17, MemOperand(sp)), "ldlarb w17, [sp]");
1768 COMPARE(casab(w16, w17, MemOperand(sp)), "casab w16, w17, [sp]");
1790 COMPARE(caspa(w14, w15, w16, w17, MemOperand(sp)),
1791 "caspa w14, w15, w16, w17, [sp]");
1945 COMPARE_MACRO(Stlrb(w17, MemOperand(sp, 64)), "stlurb w17, [sp, #64]");
2396 "mov w17, #0xbb\n"
2397 "csel w21, w16, w17, eq");
2924 COMPARE_MACRO(Eor(w16, w17, 0xffffffff), "mvn w16, w17");
3319 COMPARE_MACRO(Smin(w11, w8, w17), "smin w11, w8, w17");
3323 COMPARE_MACRO(Umin(w11, w8, w17), "umin w11, w8, w17");