Lines Matching refs:w7

79   COMPARE_MACRO(Mov(w6, Operand(w7, LSL, 5)), "lsl w6, w7, #5");
90 COMPARE_MACRO(Mvn(w6, Operand(w7, LSL, 12)), "mvn w6, w7, lsl #12");
121 COMPARE(movk(w7, 0x1234), "movk w7, #0x1234");
278 COMPARE(add(w6, w7, Operand(w8, LSL, 1)), "add w6, w7, w8, lsl #1");
291 COMPARE(add(w6, wsp, Operand(w7, LSL, 3)), "add w6, wsp, w7, lsl #3");
304 COMPARE(sub(w6, w7, Operand(w8, LSL, 1)), "sub w6, w7, w8, lsl #1");
321 COMPARE(sub(w6, wsp, Operand(w7, LSL, 3)), "sub w6, wsp, w7, lsl #3");
334 COMPARE(add(w6, w7, Operand(w8, UXTH, 2)), "add w6, w7, w8, uxth #2");
360 COMPARE(sub(w6, w7, Operand(w8, UXTH, 2)), "sub w6, w7, w8, uxth #2");
386 COMPARE(adcs(w6, w7, Operand(w8)), "adcs w6, w7, w8");
439 COMPARE(udiv(w6, w7, w8), "udiv w6, w7, w8");
531 COMPARE(sxth(x6, x7), "sxth x6, w7");
640 COMPARE(crc32ch(w5, w6, w7), "crc32ch w5, w6, w7");
651 COMPARE(crc32cw(w6, w7, w8), "crc32cw w6, w7, w8");
652 COMPARE(crc32cw(w7, w18, w28), "crc32cw w7, w18, w28");
662 COMPARE(crc32cx(w7, w8, x9), "crc32cx w7, w8, x9");
675 COMPARE(extr(w6, w7, w8, 31), "extr w6, w7, w8, #31");
752 COMPARE(orr(w7, w8, Operand(0xaaaaaaaa)), "orr w7, w8, #0xaaaaaaaa");
807 COMPARE(and_(w6, w7, Operand(w8, LSR, 2)), "and w6, w7, w8, lsr #2");
819 COMPARE(orr(w6, w7, Operand(w8, LSR, 10)), "orr w6, w7, w8, lsr #10");
831 COMPARE(eor(w6, w7, Operand(w8, LSR, 18)), "eor w6, w7, w8, lsr #18");
843 COMPARE(ands(w6, w7, Operand(w8, LSR, 2)), "ands w6, w7, w8, lsr #2");
877 COMPARE(lsrv(w6, w7, w8), "lsr w6, w7, w8");
945 COMPARE_PREFIX(tbz(x7, 31, INST_OFF(0x4)), "tbz w7, #31, #+0x4");
1455 COMPARE(ldp(w6, w7, MemOperand(x8, 4)), "ldp w6, w7, [x8, #4]");
1520 COMPARE(stp(w6, w7, MemOperand(x8, 4)), "stp w6, w7, [x8, #4]");
1653 COMPARE(ldxrh(w7, MemOperand(sp)), "ldxrh w7, [sp]");
1679 COMPARE(stlxr(x7, x8, MemOperand(sp)), "stlxr w7, x8, [sp]");
1695 COMPARE(stlxp(x7, x8, x9, MemOperand(sp)), "stlxp w7, x8, x9, [sp]");
1712 COMPARE(stllrb(w7, MemOperand(x8)), "stllrb w7, [x8]");
1777 COMPARE(caslh(w7, w8, MemOperand(x9)), "caslh w7, w8, [x9]");
1798 COMPARE(caspl(w4, w5, w6, w7, MemOperand(sp)), "caspl w4, w5, w6, w7, [sp]");
1915 COMPARE(ldapurh(w7, MemOperand(x8)), "ldapurh w7, [x8]");
1962 COMPARE(ldnp(w6, w7, MemOperand(x8, -256)), "ldnp w6, w7, [x8, #-256]");
2247 COMPARE(csinc(w6, w7, w8, hs), "csinc w6, w7, w8, hs");
2910 COMPARE_MACRO(Bic(w6, w7, 0), "mov w6, w7");