• Home
  • Raw
  • Download

Lines Matching defs:fd

156 void Mips64Assembler::EmitFR(int opcode, int fmt, FpuRegister ft, FpuRegister fs, FpuRegister fd,  in EmitFR()
701 void Mips64Assembler::AddS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in AddS()
705 void Mips64Assembler::SubS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SubS()
709 void Mips64Assembler::MulS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MulS()
713 void Mips64Assembler::DivS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in DivS()
717 void Mips64Assembler::AddD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in AddD()
721 void Mips64Assembler::SubD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SubD()
725 void Mips64Assembler::MulD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MulD()
729 void Mips64Assembler::DivD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in DivD()
733 void Mips64Assembler::SqrtS(FpuRegister fd, FpuRegister fs) { in SqrtS()
737 void Mips64Assembler::SqrtD(FpuRegister fd, FpuRegister fs) { in SqrtD()
741 void Mips64Assembler::AbsS(FpuRegister fd, FpuRegister fs) { in AbsS()
745 void Mips64Assembler::AbsD(FpuRegister fd, FpuRegister fs) { in AbsD()
749 void Mips64Assembler::MovS(FpuRegister fd, FpuRegister fs) { in MovS()
753 void Mips64Assembler::MovD(FpuRegister fd, FpuRegister fs) { in MovD()
757 void Mips64Assembler::NegS(FpuRegister fd, FpuRegister fs) { in NegS()
761 void Mips64Assembler::NegD(FpuRegister fd, FpuRegister fs) { in NegD()
765 void Mips64Assembler::RoundLS(FpuRegister fd, FpuRegister fs) { in RoundLS()
769 void Mips64Assembler::RoundLD(FpuRegister fd, FpuRegister fs) { in RoundLD()
773 void Mips64Assembler::RoundWS(FpuRegister fd, FpuRegister fs) { in RoundWS()
777 void Mips64Assembler::RoundWD(FpuRegister fd, FpuRegister fs) { in RoundWD()
781 void Mips64Assembler::TruncLS(FpuRegister fd, FpuRegister fs) { in TruncLS()
785 void Mips64Assembler::TruncLD(FpuRegister fd, FpuRegister fs) { in TruncLD()
789 void Mips64Assembler::TruncWS(FpuRegister fd, FpuRegister fs) { in TruncWS()
793 void Mips64Assembler::TruncWD(FpuRegister fd, FpuRegister fs) { in TruncWD()
797 void Mips64Assembler::CeilLS(FpuRegister fd, FpuRegister fs) { in CeilLS()
801 void Mips64Assembler::CeilLD(FpuRegister fd, FpuRegister fs) { in CeilLD()
805 void Mips64Assembler::CeilWS(FpuRegister fd, FpuRegister fs) { in CeilWS()
809 void Mips64Assembler::CeilWD(FpuRegister fd, FpuRegister fs) { in CeilWD()
813 void Mips64Assembler::FloorLS(FpuRegister fd, FpuRegister fs) { in FloorLS()
817 void Mips64Assembler::FloorLD(FpuRegister fd, FpuRegister fs) { in FloorLD()
821 void Mips64Assembler::FloorWS(FpuRegister fd, FpuRegister fs) { in FloorWS()
825 void Mips64Assembler::FloorWD(FpuRegister fd, FpuRegister fs) { in FloorWD()
829 void Mips64Assembler::SelS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SelS()
833 void Mips64Assembler::SelD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SelD()
837 void Mips64Assembler::RintS(FpuRegister fd, FpuRegister fs) { in RintS()
841 void Mips64Assembler::RintD(FpuRegister fd, FpuRegister fs) { in RintD()
845 void Mips64Assembler::ClassS(FpuRegister fd, FpuRegister fs) { in ClassS()
849 void Mips64Assembler::ClassD(FpuRegister fd, FpuRegister fs) { in ClassD()
853 void Mips64Assembler::MinS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MinS()
857 void Mips64Assembler::MinD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MinD()
861 void Mips64Assembler::MaxS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MaxS()
865 void Mips64Assembler::MaxD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in MaxD()
869 void Mips64Assembler::CmpUnS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUnS()
873 void Mips64Assembler::CmpEqS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpEqS()
877 void Mips64Assembler::CmpUeqS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUeqS()
881 void Mips64Assembler::CmpLtS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLtS()
885 void Mips64Assembler::CmpUltS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUltS()
889 void Mips64Assembler::CmpLeS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLeS()
893 void Mips64Assembler::CmpUleS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUleS()
897 void Mips64Assembler::CmpOrS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpOrS()
901 void Mips64Assembler::CmpUneS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUneS()
905 void Mips64Assembler::CmpNeS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpNeS()
909 void Mips64Assembler::CmpUnD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUnD()
913 void Mips64Assembler::CmpEqD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpEqD()
917 void Mips64Assembler::CmpUeqD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUeqD()
921 void Mips64Assembler::CmpLtD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLtD()
925 void Mips64Assembler::CmpUltD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUltD()
929 void Mips64Assembler::CmpLeD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLeD()
933 void Mips64Assembler::CmpUleD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUleD()
937 void Mips64Assembler::CmpOrD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpOrD()
941 void Mips64Assembler::CmpUneD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpUneD()
945 void Mips64Assembler::CmpNeD(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpNeD()
949 void Mips64Assembler::Cvtsw(FpuRegister fd, FpuRegister fs) { in Cvtsw()
953 void Mips64Assembler::Cvtdw(FpuRegister fd, FpuRegister fs) { in Cvtdw()
957 void Mips64Assembler::Cvtsd(FpuRegister fd, FpuRegister fs) { in Cvtsd()
961 void Mips64Assembler::Cvtds(FpuRegister fd, FpuRegister fs) { in Cvtds()
965 void Mips64Assembler::Cvtsl(FpuRegister fd, FpuRegister fs) { in Cvtsl()
969 void Mips64Assembler::Cvtdl(FpuRegister fd, FpuRegister fs) { in Cvtdl()