• Home
  • Raw
  • Download

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()
563 std::string RepeatFFR(void (Ass::*f)(FPReg, FPReg, Reg), const std::string& fmt) { in RepeatFFR() argument
613 std::string RepeatRFF(void (Ass::*f)(Reg, FPReg, FPReg), const std::string& fmt) { in RepeatRFF()
626 std::string RepeatRFIb(void (Ass::*f)(Reg, FPReg, ImmType), in RepeatRFIb()
639 std::string RepeatFR(void (Ass::*f)(FPReg, Reg), const std::string& fmt) { in RepeatFR() argument
648 std::string RepeatFr(void (Ass::*f)(FPReg, Reg), const std::string& fmt) { in RepeatFr() argument
657 std::string RepeatRF(void (Ass::*f)(Reg, FPReg), const std::string& fmt) { in RepeatRF()
666 std::string RepeatrF(void (Ass::*f)(Reg, FPReg), const std::string& fmt) { in RepeatrF()
724 std::string RepeatVVR(void (Ass::*f)(VecReg, VecReg, Reg), const std::string& fmt) { in RepeatVVR() argument
736 std::string RepeatVR(void (Ass::*f)(VecReg, Reg), const std::string& fmt) { in RepeatVR() argument
764 std::string RepeatRV(void (Ass::*f)(Reg, VecReg), const std::string& fmt) { in RepeatRV()
1047 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatRA()
1053 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), in RepeatRA()
1066 std::string RepeatrA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatrA()
1072 std::string RepeatrA(void (Ass::*f)(Reg, const Addr&), in RepeatrA()
1085 std::string RepeatwA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatwA()
1091 std::string RepeatwA(void (Ass::*f)(Reg, const Addr&), in RepeatwA()
1104 std::string RepeatbA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatbA()
1110 std::string RepeatbA(void (Ass::*f)(Reg, const Addr&), in RepeatbA()
1142 std::string RepeatAR(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAR() argument
1148 std::string RepeatAR(void (Ass::*f)(const Addr&, Reg), in RepeatAR() argument
1161 std::string RepeatAr(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAr() argument
1167 std::string RepeatAr(void (Ass::*f)(const Addr&, Reg), in RepeatAr() argument
1180 std::string RepeatAw(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAw() argument
1186 std::string RepeatAw(void (Ass::*f)(const Addr&, Reg), in RepeatAw() argument
1199 std::string RepeatAb(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) { in RepeatAb() argument
1205 std::string RepeatAb(void (Ass::*f)(const Addr&, Reg), in RepeatAb() argument
1608 std::string RepeatRegisterImm(void (Ass::*f)(Reg, const Imm&), in RepeatRegisterImm()