Lines Matching defs:fd
164 void Mips64Assembler::EmitFR(int opcode, int fmt, FpuRegister ft, FpuRegister fs, FpuRegister fd, in EmitFR()
977 void Mips64Assembler::AddS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in AddS()
981 void Mips64Assembler::SubS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SubS()
985 void Mips64Assembler::MulS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MulS()
989 void Mips64Assembler::DivS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in DivS()
993 void Mips64Assembler::AddD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in AddD()
997 void Mips64Assembler::SubD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SubD()
1001 void Mips64Assembler::MulD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MulD()
1005 void Mips64Assembler::DivD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in DivD()
1009 void Mips64Assembler::SqrtS(FpuRegister fd, FpuRegister fs) { in SqrtS()
1013 void Mips64Assembler::SqrtD(FpuRegister fd, FpuRegister fs) { in SqrtD()
1017 void Mips64Assembler::AbsS(FpuRegister fd, FpuRegister fs) { in AbsS()
1021 void Mips64Assembler::AbsD(FpuRegister fd, FpuRegister fs) { in AbsD()
1025 void Mips64Assembler::MovS(FpuRegister fd, FpuRegister fs) { in MovS()
1029 void Mips64Assembler::MovD(FpuRegister fd, FpuRegister fs) { in MovD()
1033 void Mips64Assembler::NegS(FpuRegister fd, FpuRegister fs) { in NegS()
1037 void Mips64Assembler::NegD(FpuRegister fd, FpuRegister fs) { in NegD()
1041 void Mips64Assembler::RoundLS(FpuRegister fd, FpuRegister fs) { in RoundLS()
1045 void Mips64Assembler::RoundLD(FpuRegister fd, FpuRegister fs) { in RoundLD()
1049 void Mips64Assembler::RoundWS(FpuRegister fd, FpuRegister fs) { in RoundWS()
1053 void Mips64Assembler::RoundWD(FpuRegister fd, FpuRegister fs) { in RoundWD()
1057 void Mips64Assembler::TruncLS(FpuRegister fd, FpuRegister fs) { in TruncLS()
1061 void Mips64Assembler::TruncLD(FpuRegister fd, FpuRegister fs) { in TruncLD()
1065 void Mips64Assembler::TruncWS(FpuRegister fd, FpuRegister fs) { in TruncWS()
1069 void Mips64Assembler::TruncWD(FpuRegister fd, FpuRegister fs) { in TruncWD()
1073 void Mips64Assembler::CeilLS(FpuRegister fd, FpuRegister fs) { in CeilLS()
1077 void Mips64Assembler::CeilLD(FpuRegister fd, FpuRegister fs) { in CeilLD()
1081 void Mips64Assembler::CeilWS(FpuRegister fd, FpuRegister fs) { in CeilWS()
1085 void Mips64Assembler::CeilWD(FpuRegister fd, FpuRegister fs) { in CeilWD()
1089 void Mips64Assembler::FloorLS(FpuRegister fd, FpuRegister fs) { in FloorLS()
1093 void Mips64Assembler::FloorLD(FpuRegister fd, FpuRegister fs) { in FloorLD()
1097 void Mips64Assembler::FloorWS(FpuRegister fd, FpuRegister fs) { in FloorWS()
1101 void Mips64Assembler::FloorWD(FpuRegister fd, FpuRegister fs) { in FloorWD()
1105 void Mips64Assembler::SelS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SelS()
1109 void Mips64Assembler::SelD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SelD()
1113 void Mips64Assembler::SeleqzS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SeleqzS()
1117 void Mips64Assembler::SeleqzD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SeleqzD()
1121 void Mips64Assembler::SelnezS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SelnezS()
1125 void Mips64Assembler::SelnezD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SelnezD()
1129 void Mips64Assembler::RintS(FpuRegister fd, FpuRegister fs) { in RintS()
1133 void Mips64Assembler::RintD(FpuRegister fd, FpuRegister fs) { in RintD()
1137 void Mips64Assembler::ClassS(FpuRegister fd, FpuRegister fs) { in ClassS()
1141 void Mips64Assembler::ClassD(FpuRegister fd, FpuRegister fs) { in ClassD()
1145 void Mips64Assembler::MinS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MinS()
1149 void Mips64Assembler::MinD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MinD()
1153 void Mips64Assembler::MaxS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MaxS()
1157 void Mips64Assembler::MaxD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MaxD()
1161 void Mips64Assembler::CmpUnS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUnS()
1165 void Mips64Assembler::CmpEqS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpEqS()
1169 void Mips64Assembler::CmpUeqS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUeqS()
1173 void Mips64Assembler::CmpLtS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLtS()
1177 void Mips64Assembler::CmpUltS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUltS()
1181 void Mips64Assembler::CmpLeS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLeS()
1185 void Mips64Assembler::CmpUleS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUleS()
1189 void Mips64Assembler::CmpOrS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpOrS()
1193 void Mips64Assembler::CmpUneS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUneS()
1197 void Mips64Assembler::CmpNeS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpNeS()
1201 void Mips64Assembler::CmpUnD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUnD()
1205 void Mips64Assembler::CmpEqD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpEqD()
1209 void Mips64Assembler::CmpUeqD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUeqD()
1213 void Mips64Assembler::CmpLtD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLtD()
1217 void Mips64Assembler::CmpUltD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUltD()
1221 void Mips64Assembler::CmpLeD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLeD()
1225 void Mips64Assembler::CmpUleD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUleD()
1229 void Mips64Assembler::CmpOrD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpOrD()
1233 void Mips64Assembler::CmpUneD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUneD()
1237 void Mips64Assembler::CmpNeD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpNeD()
1241 void Mips64Assembler::Cvtsw(FpuRegister fd, FpuRegister fs) { in Cvtsw()
1245 void Mips64Assembler::Cvtdw(FpuRegister fd, FpuRegister fs) { in Cvtdw()
1249 void Mips64Assembler::Cvtsd(FpuRegister fd, FpuRegister fs) { in Cvtsd()
1253 void Mips64Assembler::Cvtds(FpuRegister fd, FpuRegister fs) { in Cvtds()
1257 void Mips64Assembler::Cvtsl(FpuRegister fd, FpuRegister fs) { in Cvtsl()
1261 void Mips64Assembler::Cvtdl(FpuRegister fd, FpuRegister fs) { in Cvtdl()