Lines Matching refs:w16

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");
450 COMPARE(madd(w30, w21, w22, w16), "madd w30, w21, w22, w16");
469 COMPARE(msub(w30, w21, w22, w16), "msub w30, w21, w22, w16");
493 COMPARE(clz(w16, w17), "clz w16, w17");
609 COMPARE(crc32w(w13, w13, w16), "crc32w w13, w13, w16");
630 COMPARE(crc32cb(w5, w16, w26), "crc32cb w5, w16, w26");
642 COMPARE(crc32ch(w16, w16, w2), "crc32ch w16, w16, w2");
755 COMPARE(eor(w15, w16, Operand(0x00000001)), "eor w15, w16, #0x1");
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");
1050 COMPARE(str(w16, MemOperand(x17, 16380)), "str w16, [x17, #16380]");
1063 COMPARE(str(w16, MemOperand(x17, -256, PreIndex)), "str w16, [x17, #-256]!");
1078 COMPARE(str(w16, MemOperand(x17, -256, PostIndex)), "str w16, [x17], #-256");
1195 COMPARE(ldrb(w16, MemOperand(x17, 0, PostIndex)), "ldrb w16, [x17], #0");
1197 COMPARE(strb(x16, MemOperand(x17)), "strb w16, [x17]");
1232 COMPARE(ldrh(w16, MemOperand(x17, 0, PostIndex)), "ldrh w16, [x17], #0");
1234 COMPARE(strh(x16, MemOperand(x17)), "strh w16, [x17]");
1269 COMPARE(sturb(x16, MemOperand(x17, 1)), "sturb w16, [x17, #1]");
1279 COMPARE(sturh(x16, MemOperand(x17, 2)), "sturh w16, [x17, #2]");
1290 COMPARE(stur(w16, MemOperand(x17, 248)), "stur w16, [x17, #248]");
1323 COMPARE(str(w16, MemOperand(x17, 1)), "stur w16, [x17, #1]");
1361 COMPARE(sturb(x16, MemOperand(x17, 1), option), "sturb w16, [x17, #1]");
1371 COMPARE(sturh(x16, MemOperand(x17, 2), option), "sturh w16, [x17, #2]");
1382 COMPARE(stur(w16, MemOperand(x17, 248), option), "stur w16, [x17, #248]");
1418 COMPARE(str(w16, MemOperand(x17, 1), option), "stur w16, [x17, #1]");
1583 COMPARE(ldp(w16, w17, MemOperand(sp, 4, PostIndex)),
1584 "ldp w16, w17, [sp], #4");
1642 COMPARE(stxrh(w15, x16, MemOperand(x17)), "stxrh w15, w16, [x17]");
1670 COMPARE(stlxrb(w15, x16, MemOperand(x17)), "stlxrb w15, w16, [x17]");
1718 COMPARE(stllrh(x16, MemOperand(x17)), "stllrh w16, [x17]");
1768 COMPARE(casab(w16, w17, MemOperand(sp)), "casab w16, w17, [sp]");
1780 COMPARE(casalh(w15, w16, MemOperand(sp)), "casalh w15, w16, [sp]");
1790 COMPARE(caspa(w14, w15, w16, w17, MemOperand(sp)),
1791 "caspa w14, w15, w16, w17, [sp]");
1920 COMPARE(ldapur(w16, MemOperand(x17, 13)), "ldapur w16, [x17, #13]");
2395 "mov w16, #0xaa\n"
2397 "csel w21, w16, w17, eq");
2417 "mov w16, #0xaa\n"
2418 "csel w23, w16, wzr, ne");
2924 COMPARE_MACRO(Eor(w16, w17, 0xffffffff), "mvn w16, w17");
2939 "mov w16, #0x1234\n"
2940 "orr w16, w5, w16\n"
2941 "mov wsp, w16");
3336 "mov w16, #0x80\n"
3337 "smax w5, w6, w16");
3342 "mov w16, #0x80\n"
3343 "smin w5, w6, w16");
3348 "mov w16, #0x100\n"
3349 "umax w5, w6, w16");
3354 "mov w16, #0x100\n"
3355 "umin w5, w6, w16");