Lines Matching defs:Reg
79 std::string RepeatR(void (Ass::*f)(Reg), const std::string& fmt) { in RepeatR()
86 std::string Repeatr(void (Ass::*f)(Reg), const std::string& fmt) { in Repeatr()
105 std::string RepeatRRNoDupes(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRRNoDupes() argument
150 std::string RepeatRRR(void (Ass::*f)(Reg, Reg, Reg), const std::string& fmt) { in RepeatRRR() argument
185 std::string RepeatRI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, const std::string& fmt) { in RepeatRI()
189 std::string RepeatrI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, const std::string& fmt) { in RepeatrI()
193 std::string RepeatwI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, const std::string& fmt) { in RepeatwI()
197 std::string RepeatbI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, const std::string& fmt) { in RepeatbI()
552 std::string RepeatFFR(void (Ass::*f)(FPReg, FPReg, Reg), const std::string& fmt) { in RepeatFFR() argument
602 std::string RepeatRFF(void (Ass::*f)(Reg, FPReg, FPReg), const std::string& fmt) { in RepeatRFF()
615 std::string RepeatRFIb(void (Ass::*f)(Reg, FPReg, ImmType), in RepeatRFIb()
628 std::string RepeatFR(void (Ass::*f)(FPReg, Reg), const std::string& fmt) { in RepeatFR() argument
637 std::string RepeatFr(void (Ass::*f)(FPReg, Reg), const std::string& fmt) { in RepeatFr() argument
646 std::string RepeatRF(void (Ass::*f)(Reg, FPReg), const std::string& fmt) { in RepeatRF()
655 std::string RepeatrF(void (Ass::*f)(Reg, FPReg), const std::string& fmt) { in RepeatrF()
713 std::string RepeatVVR(void (Ass::*f)(VecReg, VecReg, Reg), const std::string& fmt) { in RepeatVVR() argument
725 std::string RepeatVR(void (Ass::*f)(VecReg, Reg), const std::string& fmt) { in RepeatVR() argument
753 std::string RepeatRV(void (Ass::*f)(Reg, VecReg), const std::string& fmt) { in RepeatRV()
1036 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatRA()
1042 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), in RepeatRA()
1055 std::string RepeatrA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatrA()
1061 std::string RepeatrA(void (Ass::*f)(Reg, const Addr&), in RepeatrA()
1074 std::string RepeatwA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatwA()
1080 std::string RepeatwA(void (Ass::*f)(Reg, const Addr&), in RepeatwA()
1093 std::string RepeatbA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatbA()
1099 std::string RepeatbA(void (Ass::*f)(Reg, const Addr&), in RepeatbA()
1131 std::string RepeatAR(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAR() argument
1137 std::string RepeatAR(void (Ass::*f)(const Addr&, Reg), in RepeatAR() argument
1150 std::string RepeatAr(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAr() argument
1156 std::string RepeatAr(void (Ass::*f)(const Addr&, Reg), in RepeatAr() argument
1169 std::string RepeatAw(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAw() argument
1175 std::string RepeatAw(void (Ass::*f)(const Addr&, Reg), in RepeatAw() argument
1188 std::string RepeatAb(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAb() argument
1194 std::string RepeatAb(void (Ass::*f)(const Addr&, Reg), in RepeatAb() argument
1597 std::string RepeatRegisterImm(void (Ass::*f)(Reg, const Imm&), in RepeatRegisterImm()