Home | History | Annotate | Download | only in aarch64

Lines Matching full:w16

430   COMPARE(adds(w15, w16, Operand(w17, SXTB, 4)), "adds w15, w16, w17, sxtb #4");
456 COMPARE(subs(w15, w16, Operand(w17, SXTB, 4)), "subs w15, w16, w17, sxtb #4");
523 COMPARE(madd(w30, w21, w22, w16), "madd w30, w21, w22, w16");
542 COMPARE(msub(w30, w21, w22, w16), "msub w30, w21, w22, w16");
643 COMPARE(crc32w(w13, w13, w16), "crc32w w13, w13, w16");
664 COMPARE(crc32cb(w5, w16, w26), "crc32cb w5, w16, w26");
676 COMPARE(crc32ch(w16, w16, w2), "crc32ch w16, w16, w2");
789 COMPARE(eor(w15, w16, Operand(0x00000001)), "eor w15, w16, #0x1");
845 COMPARE(bic(w15, w16, Operand(w17)), "bic w15, w16, w17");
857 COMPARE(orn(w15, w16, Operand(w17)), "orn w15, w16, w17");
869 COMPARE(eon(w15, w16, Operand(w17)), "eon w15, w16, w17");
881 COMPARE(bics(w15, w16, Operand(w17)), "bics w15, w16, w17");
899 COMPARE(orr(w16, wzr, Operand(w17, LSL, 1)), "orr w16, wzr, w17, lsl #1");
1004 COMPARE(str(w16, MemOperand(x17, 16380)), "str w16, [x17, #16380]");
1017 COMPARE(str(w16, MemOperand(x17, -256, PreIndex)), "str w16, [x17, #-256]!");
1030 COMPARE(str(w16, MemOperand(x17, -256, PostIndex)), "str w16, [x17], #-256");
1145 COMPARE(strb(x16, MemOperand(x17)), "strb w16, [x17]");
1176 COMPARE(strh(x16, MemOperand(x17)), "strh w16, [x17]");
1442 COMPARE(sturb(x16, MemOperand(x17, 1)), "sturb w16, [x17, #1]");
1452 COMPARE(sturh(x16, MemOperand(x17, 2)), "sturh w16, [x17, #2]");
1463 COMPARE(stur(w16, MemOperand(x17, 248)), "stur w16, [x17, #248]");
1496 COMPARE(str(w16, MemOperand(x17, 1)), "stur w16, [x17, #1]");
1534 COMPARE(sturb(x16, MemOperand(x17, 1), option), "sturb w16, [x17, #1]");
1544 COMPARE(sturh(x16, MemOperand(x17, 2), option), "sturh w16, [x17, #2]");
1555 COMPARE(stur(w16, MemOperand(x17, 248), option), "stur w16, [x17, #248]");
1591 COMPARE(str(w16, MemOperand(x17, 1), option), "stur w16, [x17, #1]");
1746 COMPARE(ldp(w16, w17, MemOperand(sp, 4, PostIndex)),
1747 "ldp w16, w17, [sp], #4");
1776 COMPARE(stxrh(w15, x16, MemOperand(x17)), "stxrh w15, w16, [x17]");
1804 COMPARE(stlxrb(w15, x16, MemOperand(x17)), "stlxrb w15, w16, [x17]");
1852 COMPARE(ldarh(x16, MemOperand(x17)), "ldarh w16, [x17]");
2302 "mov w16, #0xaa\n"
2304 "csel w21, w16, w17, eq");
2324 "mov w16, #0xaa\n"
2325 "csel w23, w16, wzr, ne");
2991 COMPARE_MACRO(Eor(w16, w17, 0xffffffff), "mvn w16, w17");