Lines Matching refs:fmt

63   std::string RepeatR(void (Ass::*f)(Reg), std::string fmt) {  in RepeatR()  argument
67 fmt); in RepeatR()
70 std::string Repeatr(void (Ass::*f)(Reg), std::string fmt) { in Repeatr() argument
74 fmt); in Repeatr()
77 std::string RepeatRR(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRR() argument
83 fmt); in RepeatRR()
86 std::string Repeatrr(void (Ass::*f)(Reg, Reg), std::string fmt) { in Repeatrr() argument
92 fmt); in Repeatrr()
95 std::string Repeatrb(void (Ass::*f)(Reg, Reg), std::string fmt) { in Repeatrb() argument
101 fmt); in Repeatrb()
104 std::string RepeatRr(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRr() argument
110 fmt); in RepeatRr()
113 std::string RepeatRI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, std::string fmt) { in RepeatRI() argument
114 return RepeatRegisterImm<RegisterView::kUsePrimaryName>(f, imm_bytes, fmt); in RepeatRI()
117 std::string Repeatri(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, std::string fmt) { in Repeatri() argument
118 return RepeatRegisterImm<RegisterView::kUseSecondaryName>(f, imm_bytes, fmt); in Repeatri()
121 std::string RepeatFF(void (Ass::*f)(FPReg, FPReg), std::string fmt) { in RepeatFF() argument
127 fmt); in RepeatFF()
130 …std::string RepeatFFI(void (Ass::*f)(FPReg, FPReg, const Imm&), size_t imm_bytes, std::string fmt)… in RepeatFFI() argument
137 fmt); in RepeatFFI()
140 std::string RepeatFR(void (Ass::*f)(FPReg, Reg), std::string fmt) { in RepeatFR() argument
146 fmt); in RepeatFR()
149 std::string RepeatFr(void (Ass::*f)(FPReg, Reg), std::string fmt) { in RepeatFr() argument
155 fmt); in RepeatFr()
158 std::string RepeatRF(void (Ass::*f)(Reg, FPReg), std::string fmt) { in RepeatRF() argument
164 fmt); in RepeatRF()
167 std::string RepeatrF(void (Ass::*f)(Reg, FPReg), std::string fmt) { in RepeatrF() argument
173 fmt); in RepeatrF()
176 std::string RepeatI(void (Ass::*f)(const Imm&), size_t imm_bytes, std::string fmt,
186 std::string base = fmt;
349 std::string fmt) { in RepeatTemplatedRegister() argument
353 std::string base = fmt; in RepeatTemplatedRegister()
377 std::string fmt) { in RepeatTemplatedRegisters() argument
384 std::string base = fmt; in RepeatTemplatedRegisters()
416 std::string fmt) { in RepeatTemplatedRegistersImm() argument
426 std::string base = fmt; in RepeatTemplatedRegistersImm()
508 std::string fmt) { in RepeatRegisterImm() argument
519 std::string base = fmt; in RepeatRegisterImm()