Lines Matching refs:fs
861 void sel(SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft);
862 void sel_s(FPURegister fd, FPURegister fs, FPURegister ft);
863 void sel_d(FPURegister fd, FPURegister fs, FPURegister ft);
865 void seleqz(SecondaryField fmt, FPURegister fd, FPURegister fs,
868 void selnez(SecondaryField fmt, FPURegister fd, FPURegister fs,
870 void seleqz_d(FPURegister fd, FPURegister fs, FPURegister ft);
871 void seleqz_s(FPURegister fd, FPURegister fs, FPURegister ft);
872 void selnez_d(FPURegister fd, FPURegister fs, FPURegister ft);
873 void selnez_s(FPURegister fd, FPURegister fs, FPURegister ft);
875 void movz_s(FPURegister fd, FPURegister fs, Register rt);
876 void movz_d(FPURegister fd, FPURegister fs, Register rt);
877 void movt_s(FPURegister fd, FPURegister fs, uint16_t cc = 0);
878 fs, uint16_t cc = 0);
879 void movf_s(FPURegister fd, FPURegister fs, uint16_t cc = 0);
880 void movf_d(FPURegister fd, FPURegister fs, uint16_t cc = 0);
881 void movn_s(FPURegister fd, FPURegister fs, Register rt);
882 void movn_d(FPURegister fd, FPURegister fs, Register rt);
903 void swc1(FPURegister fs, const MemOperand& dst);
904 void sdc1(FPURegister fs, const MemOperand& dst);
906 void mtc1(Register rt, FPURegister fs);
907 void mthc1(Register rt, FPURegister fs);
908 void dmtc1(Register rt, FPURegister fs);
910 void mfc1(Register rt, FPURegister fs);
911 void mfhc1(Register rt, FPURegister fs);
912 void dmfc1(Register rt, FPURegister fs);
914 void ctc1(Register rt, FPUControlRegister fs);
915 void cfc1(Register rt, FPUControlRegister fs);
918 void add_s(FPURegister fd, FPURegister fs, FPURegister ft);
919 void add_d(FPURegister fd, FPURegister fs, FPURegister ft);
920 void sub_s(FPURegister fd, FPURegister fs, FPURegister ft);
921 void sub_d(FPURegister fd, FPURegister fs, FPURegister ft);
922 void mul_s(FPURegister fd, FPURegister fs, FPURegister ft);
923 void mul_d(FPURegister fd, FPURegister fs, FPURegister ft);
924 void madd_d(FPURegister fd, FPURegister fr, FPURegister fs, FPURegister ft);
925 void div_s(FPURegister fd, FPURegister fs, FPURegister ft);
926 void div_d(FPURegister fd, FPURegister fs, FPURegister ft);
927 void abs_s(FPURegister fd, FPURegister fs);
928 void abs_d(FPURegister fd, FPURegister fs);
929 void mov_d(FPURegister fd, FPURegister fs);
930 void mov_s(FPURegister fd, FPURegister fs);
931 void neg_s(FPURegister fd, FPURegister fs);
932 void neg_d(FPURegister fd, FPURegister fs);
933 void sqrt_s(FPURegister fd, FPURegister fs);
934 void sqrt_d(FPURegister fd, FPURegister fs);
935 void rsqrt_s(FPURegister fd, FPURegister fs);
936 void rsqrt_d(FPURegister fd, FPURegister fs);
937 void recip_d(FPURegister fd, FPURegister fs);
938 void recip_s(FPURegister fd, FPURegister fs);
941 void cvt_w_s(FPURegister fd, FPURegister fs);
942 void cvt_w_d(FPURegister fd, FPURegister fs);
943 void trunc_w_s(FPURegister fd, FPURegister fs);
944 void trunc_w_d(FPURegister fd, FPURegister fs);
945 void round_w_s(FPURegister fd, FPURegister fs);
946 void round_w_d(FPURegister fd, FPURegister fs);
947 void floor_w_s(FPURegister fd, FPURegister fs);
948 void floor_w_d(FPURegister fd, FPURegister fs);
949 void ceil_w_s(FPURegister fd, FPURegister fs);
950 void ceil_w_d(FPURegister fd, FPURegister fs);
951 void rint_s(FPURegister fd, FPURegister fs);
952 void rint_d(FPURegister fd, FPURegister fs);
953 void rint(SecondaryField fmt, FPURegister fd, FPURegister fs);
956 void cvt_l_s(FPURegister fd, FPURegister fs);
957 void cvt_l_d(FPURegister fd, FPURegister fs);
958 void trunc_l_s(FPURegister fd, FPURegister fs);
959 void trunc_l_d(FPURegister fd, FPURegister fs);
960 void round_l_s(FPURegister fd, FPURegister fs);
961 void round_l_d(FPURegister fd, FPURegister fs);
962 void floor_l_s(FPURegister fd, FPURegister fs);
963 void floor_l_d(FPURegister fd, FPURegister fs);
964 void ceil_l_s(FPURegister fd, FPURegister fs);
965 void ceil_l_d(FPURegister fd, FPURegister fs);
967 void class_s(FPURegister fd, FPURegister fs);
968 void class_d(FPURegister fd, FPURegister fs);
970 void min(SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft);
971 void mina(SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft);
972 void max(SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft);
973 void maxa(SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft);
974 void min_s(FPURegister fd, FPURegister fs, FPURegister ft);
975 void min_d(FPURegister fd, FPURegister fs, FPURegister ft);
976 void max_s(FPURegister fd, FPURegister fs, FPURegister ft);
977 void max_d(FPURegister fd, FPURegister fs, FPURegister ft);
978 void mina_s(FPURegister fd, FPURegister fs, FPURegister ft);
979 void mina_d(FPURegister fd, FPURegister fs, FPURegister ft);
980 void maxa_s(FPURegister fd, FPURegister fs, FPURegister ft);
981 void maxa_d(FPURegister fd, FPURegister fs, FPURegister ft);
983 void cvt_s_w(FPURegister fd, FPURegister fs);
984 void cvt_s_l(FPURegister fd, FPURegister fs);
985 void cvt_s_d(FPURegister fd, FPURegister fs);
987 void cvt_d_w(FPURegister fd, FPURegister fs);
988 void cvt_d_l(FPURegister fd, FPURegister fs);
989 void cvt_d_s(FPURegister fd, FPURegister fs);
993 FPURegister fd, FPURegister ft, FPURegister fs);
994 void cmp_s(FPUCondition cond, FPURegister fd, FPURegister fs, FPURegister ft);
995 void cmp_d(FPUCondition cond, FPURegister fd, FPURegister fs, FPURegister ft);
1008 FPURegister ft, FPURegister fs, uint16_t cc = 0);
1009 void c_s(FPUCondition cond, FPURegister ft, FPURegister fs, uint16_t cc = 0);
1010 void c_d(FPUCondition cond, FPURegister ft, FPURegister fs, uint16_t cc = 0);
1359 FPURegister fs,
1366 FPURegister fs,
1373 FPURegister fs,
1380 FPUControlRegister fs,