Lines Matching refs:rn
191 void Mov(const VRegister& vd, int vd_index, const Register& rn) {
193 mov(vd, vd_index, rn);
615 inline void Asr(const Register& rd, const Register& rn, unsigned shift);
616 inline void Asr(const Register& rd, const Register& rn, const Register& rm);
663 void LogicalMacro(const Register& rd, const Register& rn,
665 void AddSubMacro(const Register& rd, const Register& rn,
667 inline void Orr(const Register& rd, const Register& rn,
673 inline void Orn(const Register& rd, const Register& rn,
675 inline void Eor(const Register& rd, const Register& rn,
677 inline void Eon(const Register& rd, const Register& rn,
679 inline void And(const Register& rd, const Register& rn,
681 inline void Ands(const Register& rd, const Register& rn,
683 inline void Tst(const Register& rn, const Operand& operand);
684 inline void Bic(const Register& rd, const Register& rn,
687 inline void Cmp(const Register& rn, const Operand& operand);
688 inline void CmpTagged(const Register& rn, const Operand& operand);
689 inline void Subs(const Register& rd, const Register& rn,
691 void Csel(const Register& rd, const Register& rn, const Operand& operand,
772 inline void Add(const Register& rd, const Register& rn,
774 inline void Adds(const Register& rd, const Register& rn,
776 inline void Sub(const Register& rd, const Register& rn,
923 inline void Fmov(VRegister fd, Register rn);
1020 inline void Mul(const Register& rd, const Register& rn, const Register& rm);
1040 inline void Madd(const Register& rd, const Register& rn, const Register& rm,
1042 inline void Mneg(const Register& rd, const Register& rn, const Register& rm);
1043 inline void Sdiv(const Register& rd, const Register& rn, const Register& rm);
1044 inline void Udiv(const Register& rd, const Register& rn, const Register& rm);
1045 inline void Msub(const Register& rd, const Register& rn, const Register& rm,
1048 inline void Lsl(const Register& rd, const Register& rn, unsigned shift);
1049 inline void Lsl(const Register& rd, const Register& rn, const Register& rm);
1050 inline void Umull(const Register& rd, const Register& rn, const Register& rm);
1051 inline void Smull(const Register& rd, const Register& rn, const Register& rm);
1053 inline void Sxtb(const Register& rd, const Register& rn);
1054 inline void Sxth(const Register& rd, const Register& rn);
1055 inline void Sxtw(const Register& rd, const Register& rn);
1056 inline void Ubfiz(const Register& rd, const Register& rn, unsigned lsb,
1058 inline void Ubfx(const Register& rd, const Register& rn, unsigned lsb,
1060 inline void Lsr(const Register& rd, const Register& rn, unsigned shift);
1061 inline void Lsr(const Register& rd, const Register& rn, const Register& rm);
1063 inline void Ror(const Register& rd, const Register& rn, const Register& rm);
1064 inline void Cmn(const Register& rn, const Operand& operand);
1080 inline void Rbit(const Register& rd, const Register& rn);
1081 inline void Rev(const Register& rd, const Register& rn);
1093 inline void Adc(const Register& rd, const Register& rn,
1097 inline void Ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv,
1099 inline void CcmpTagged(const Register& rn, const Operand& operand,
1102 inline void Clz(const Register& rd, const Register& rn);
1125 inline void Sbfx(const Register& rd, const Register& rn, unsigned lsb,
1128 inline void Bfi(const Register& rd, const Register& rn, unsigned lsb,
1131 inline void Scvtf(const VRegister& fd, const Register& rn,
1137 inline void Ucvtf(const VRegister& fd, const Register& rn,
1148 inline void CmovX(const Register& rd, const Register& rn, Condition cond);
1153 inline void Csinc(const Register& rd, const Register& rn, const Register& rm,
1165 void Ins(const VRegister& vd, int vd_index, const Register& rn) {
1167 ins(vd, vd_index, rn);
1173 inline void Uxtb(const Register& rd, const Register& rn);
1174 inline void Uxth(const Register& rd, const Register& rn);
1175 inline void Uxtw(const Register& rd, const Register& rn);
1181 void Dup(const VRegister& vd, const Register& rn) {
1183 dup(vd, rn);
1296 inline void FN(const Register& rt, const Register& rn);
1358 inline void Cls(const Register& rd, const Register& rn);
1359 inline void Cneg(const Register& rd, const Register& rn, Condition cond);
1360 inline void Rev16(const Register& rd, const Register& rn);
1361 inline void Rev32(const Register& rd, const Register& rn);
1471 void ConditionalCompareMacro(const Register& rn, const Operand& operand,
1475 void AddSubWithCarryMacro(const Register& rd, const Register& rn,
1534 inline void Bics(const Register& rd, const Register& rn,
1537 inline void Adcs(const Register& rd, const Register& rn,
1539 inline void Sbc(const Register& rd, const Register& rn,
1541 inline void Sbcs(const Register& rd, const Register& rn,
1546 inline void Ccmn(const Register& rn, const Operand& operand, StatusFlags nzcv,
1550 inline void FN(const Register& rs, const Register& rt, const Register& rn);
1559 inline void Bfxil(const Register& rd, const Register& rn, unsigned lsb,
1561 inline void Cinc(const Register& rd, const Register& rn, Condition cond);
1562 inline void Cinv(const Register& rd, const Register& rn, Condition cond);
1564 inline void Csinv(const Register& rd, const Register& rn, const Register& rm,
1566 inline void Csneg(const Register& rd, const Register& rn, const Register& rm,
1568 inline void Extr(const Register& rd, const Register& rn, const Register& rm,
1617 inline void Rev(const Register& rd, const Register& rn);
1618 inline void Sbfiz(const Register& rd, const Register& rn, unsigned lsb,
1620 inline void Smaddl(const Register& rd, const Register& rn, const Register& rm,
1622 inline void Smsubl(const Register& rd, const Register& rn, const Register& rm,
1624 inline void Smulh(const Register& rd, const Register& rn, const Register& rm);
1627 inline void Umaddl(const Register& rd, const Register& rn, const Register& rm,
1629 inline void Umsubl(const Register& rd, const Register& rn, const Register& rm,