Lines Matching refs:w28

154   COMPARE(movn(w28, 0xffff), "movn w28, #0xffff");
312 COMPARE(neg(w28, Operand(w29)), "neg w28, w29");
394 COMPARE(ngcs(w28, Operand(w29)), "ngcs w28, w29");
547 COMPARE(lsl(w28, w29, 10), "lsl w28, w29, #10");
652 COMPARE(crc32cw(w7, w18, w28), "crc32cw w7, w18, w28");
771 COMPARE(bics(w27, w28, Operand(0xfffffff7)), "ands w27, w28, #0x8");
815 COMPARE(bic(w27, w28, Operand(w29, ROR, 8)), "bic w27, w28, w29, ror #8");
827 COMPARE(orn(w27, w28, Operand(w29, ROR, 16)), "orn w27, w28, w29, ror #16");
839 COMPARE(eon(w27, w28, Operand(w29, ROR, 24)), "eon w27, w28, w29, ror #24");
851 COMPARE(bics(w27, w28, Operand(w29, ROR, 8)), "bics w27, w28, w29, ror #8");
1207 COMPARE(ldrb(w28, MemOperand(sp, 3, PostIndex)), "ldrb w28, [sp], #3");
1244 COMPARE(ldrh(w28, MemOperand(sp, 3, PostIndex)), "ldrh w28, [sp], #3");
1647 COMPARE(stxr(x28, x29, MemOperand(sp)), "stxr w28, x29, [sp]");
1663 COMPARE(stxp(x28, x29, x30, MemOperand(sp)), "stxp w28, x29, x30, [sp]");
1675 COMPARE(stlxrh(x28, x29, MemOperand(sp)), "stlxrh w28, w29, [sp]");
1692 COMPARE(stlxp(w27, w28, w29, MemOperand(x30)), "stlxp w27, w28, w29, [x30]");
1705 COMPARE(stlrh(w28, MemOperand(sp)), "stlrh w28, [sp]");
1726 COMPARE(ldarb(x28, MemOperand(x29)), "ldarb w28, [x29]");
1773 COMPARE(cash(w28, w29, MemOperand(x30)), "cash w28, w29, [x30]");
1796 COMPARE(caspl(w28, w29, w0, w1, MemOperand(x2)),
1797 "caspl w28, w29, w0, w1, [x2]");
1929 COMPARE(stlur(w28, MemOperand(x29)), "stlur w28, [x29]");
2257 COMPARE(cinc(w28, w29, gt), "cinc w28, w29, gt");