Lines Matching defs:Reg
63 std::string RepeatR(void (Ass::*f)(Reg), std::string fmt) { in RepeatR()
70 std::string Repeatr(void (Ass::*f)(Reg), std::string fmt) { in Repeatr()
77 std::string RepeatRR(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRR() argument
86 std::string RepeatRRNoDupes(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRRNoDupes() argument
95 std::string Repeatrr(void (Ass::*f)(Reg, Reg), std::string fmt) { in Repeatrr() argument
104 std::string RepeatRRR(void (Ass::*f)(Reg, Reg, Reg), std::string fmt) { in RepeatRRR() argument
115 std::string Repeatrb(void (Ass::*f)(Reg, Reg), std::string fmt) { in Repeatrb() argument
124 std::string RepeatRr(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRr() argument
133 std::string RepeatRI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, std::string fmt) { in RepeatRI()
137 std::string Repeatri(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, std::string fmt) { in Repeatri()
284 std::string RepeatRRIb(void (Ass::*f)(Reg, Reg, ImmType), int imm_bits, std::string fmt) { in RepeatRRIb()
295 std::string RepeatRIb(void (Ass::*f)(Reg, ImmType), int imm_bits, std::string fmt) { in RepeatRIb()
304 std::string RepeatFRIb(void (Ass::*f)(FPReg, Reg, ImmType), int imm_bits, std::string fmt) { in RepeatFRIb() argument
357 std::string RepeatFR(void (Ass::*f)(FPReg, Reg), std::string fmt) { in RepeatFR() argument
366 std::string RepeatFr(void (Ass::*f)(FPReg, Reg), std::string fmt) { in RepeatFr() argument
375 std::string RepeatRF(void (Ass::*f)(Reg, FPReg), std::string fmt) { in RepeatRF()
384 std::string RepeatrF(void (Ass::*f)(Reg, FPReg), std::string fmt) { in RepeatrF()
870 std::string RepeatRegisterImm(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, in RepeatRegisterImm()