Lines Matching defs:fmt
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()
86 std::string RepeatRRNoDupes(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRRNoDupes()
95 std::string Repeatrr(void (Ass::*f)(Reg, Reg), std::string fmt) { in Repeatrr()
104 std::string RepeatRRR(void (Ass::*f)(Reg, Reg, Reg), std::string fmt) { in RepeatRRR()
115 std::string Repeatrb(void (Ass::*f)(Reg, Reg), std::string fmt) { in Repeatrb()
124 std::string RepeatRr(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRr()
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()
148 std::string fmt) { in RepeatTemplatedRegistersImmBits()
198 std::string fmt) { in RepeatTemplatedImmBitsRegisters()
248 std::string fmt) { in RepeatTemplatedRegisterImmBits()
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()
314 std::string RepeatFF(void (Ass::*f)(FPReg, FPReg), std::string fmt) { in RepeatFF()
323 std::string RepeatFFF(void (Ass::*f)(FPReg, FPReg, FPReg), std::string fmt) { in RepeatFFF()
336 std::string fmt) { in RepeatFFI()
347 std::string RepeatIbFF(void (Ass::*f)(ImmType, FPReg, FPReg), int imm_bits, std::string fmt) { in RepeatIbFF()
357 std::string RepeatFR(void (Ass::*f)(FPReg, Reg), std::string fmt) { in RepeatFR()
366 std::string RepeatFr(void (Ass::*f)(FPReg, Reg), std::string fmt) { in RepeatFr()
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()
626 std::string fmt) { in RepeatTemplatedRegister()
654 std::string fmt) { in RepeatTemplatedRegisters()
692 std::string fmt) { in RepeatTemplatedRegistersNoDupes()
733 std::string fmt) { in RepeatTemplatedRegisters()
778 std::string fmt) { in RepeatTemplatedRegistersImm()
871 std::string fmt) { in RepeatRegisterImm()