Home | History | Annotate | Download | only in utils

Lines Matching refs:FPReg

53          typename FPReg,
438 std::string RepeatFRIb(void (Ass::*f)(FPReg, Reg, ImmType),
442 return RepeatTemplatedRegistersImmBits<FPReg, Reg, ImmType>(f,
452 std::string RepeatFF(void (Ass::*f)(FPReg, FPReg), const std::string& fmt) {
453 return RepeatTemplatedRegisters<FPReg, FPReg>(f,
461 std::string RepeatFFF(void (Ass::*f)(FPReg, FPReg, FPReg), const std::string& fmt) {
462 return RepeatTemplatedRegisters<FPReg, FPReg, FPReg>(f,
472 std::string RepeatFFR(void (Ass::*f)(FPReg, FPReg, Reg), const std::string& fmt) {
473 return RepeatTemplatedRegisters<FPReg, FPReg, Reg>(
484 std::string RepeatFFI(void (Ass::*f)(FPReg, FPReg, const Imm&),
487 return RepeatTemplatedRegistersImm<FPReg, FPReg>(f,
497 std::string RepeatFFIb(void (Ass::*f)(FPReg, FPReg, ImmType),
500 return RepeatTemplatedRegistersImmBits<FPReg, FPReg, ImmType>(f,
510 std::string RepeatIbFF(void (Ass::*f)(ImmType, FPReg, FPReg),
513 return RepeatTemplatedImmBitsRegisters<ImmType, FPReg, FPReg>(f,
522 std::string RepeatFR(void (Ass::*f)(FPReg, Reg), const std::string& fmt) {
523 return RepeatTemplatedRegisters<FPReg, Reg>(f,
531 std::string RepeatFr(void (Ass::*f)(FPReg, Reg), const std::string& fmt) {
532 return RepeatTemplatedRegisters<FPReg, Reg>(f,
540 std::string RepeatRF(void (Ass::*f)(Reg, FPReg), const std::string& fmt) {
541 return RepeatTemplatedRegisters<Reg, FPReg>(f,
549 std::string RepeatrF(void (Ass::*f)(Reg, FPReg), const std::string& fmt) {
550 return RepeatTemplatedRegisters<Reg, FPReg>(f,
703 virtual std::vector<FPReg*> GetFPRegisters() {
1015 std::string RepeatFA(void (Ass::*f)(FPReg, const Addr&), const std::string& fmt) {
1021 std::string RepeatFA(void (Ass::*f)(FPReg, const Addr&),
1024 return RepeatTemplatedRegMem<FPReg, Addr>(
1110 std::string RepeatAF(void (Ass::*f)(const Addr&, FPReg), const std::string& fmt) {
1116 std::string RepeatAF(void (Ass::*f)(const Addr&, FPReg),
1119 return RepeatTemplatedMemReg<Addr, FPReg>(
1520 std::string GetFPRegName(const FPReg& reg) {