Lines Matching refs:fs
814 void sel(SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft);
815 void sel_s(FPURegister fd, FPURegister fs, FPURegister ft);
816 void sel_d(FPURegister fd, FPURegister fs, FPURegister ft);
818 void seleqz(SecondaryField fmt, FPURegister fd, FPURegister fs,
821 void selnez(SecondaryField fmt, FPURegister fd, FPURegister fs,
823 void seleqz_d(FPURegister fd, FPURegister fs, FPURegister ft);
824 void seleqz_s(FPURegister fd, FPURegister fs, FPURegister ft);
825 void selnez_d(FPURegister fd, FPURegister fs, FPURegister ft);
826 void selnez_s(FPURegister fd, FPURegister fs, FPURegister ft);
828 void movz_s(FPURegister fd, FPURegister fs, Register rt);
829 void movz_d(FPURegister fd, FPURegister fs, Register rt);
830 void movt_s(FPURegister fd, FPURegister fs, uint16_t cc = 0);
831 void movt_d(FPURegister fd, FPURegister fs, uint16_t cc = 0);
832 void movf_s(FPURegister fd, FPURegister fs, uint16_t cc = 0);
833 void movf_d(FPURegister fd, FPURegister fs, uint16_t cc = 0);
834 void movn_s(FPURegister fd, FPURegister fs, Register rt);
835 void movn_d(FPURegister fd, FPURegister fs, Register rt);
849 void swc1(FPURegister fs, const MemOperand& dst);
850 void sdc1(FPURegister fs, const MemOperand& dst);
852 void mtc1(Register rt, FPURegister fs);
853 void mthc1(Register rt, FPURegister fs);
855 void mfc1(Register rt, FPURegister fs);
856 void mfhc1(Register rt, FPURegister fs);
858 void ctc1(Register rt, FPUControlRegister fs);
859 void cfc1(Register rt, FPUControlRegister fs);
862 void add_s(FPURegister fd, FPURegister fs, FPURegister ft);
863 void add_d(FPURegister fd, FPURegister fs, FPURegister ft);
864 void sub_s(FPURegister fd, FPURegister fs, FPURegister ft);
865 void sub_d(FPURegister fd, FPURegister fs, FPURegister ft);
866 void mul_s(FPURegister fd, FPURegister fs, FPURegister ft);
867 void mul_d(FPURegister fd, FPURegister fs, FPURegister ft);
868 void madd_d(FPURegister fd, FPURegister fr, FPURegister fs, FPURegister ft);
869 void div_s(FPURegister fd, FPURegister fs, FPURegister ft);
870 void div_d(FPURegister fd, FPURegister fs, FPURegister ft);
871 void abs_s(FPURegister fd, FPURegister fs);
872 void abs_d(FPURegister fd, FPURegister fs);
873 void mov_d(FPURegister fd, FPURegister fs);
874 void mov_s(FPURegister fd, FPURegister fs);
875 void neg_s(FPURegister fd, FPURegister fs);
876 void neg_d(FPURegister fd, FPURegister fs);
877 void sqrt_s(FPURegister fd, FPURegister fs);
878 void sqrt_d(FPURegister fd, FPURegister fs);
879 fs);
880 void rsqrt_d(FPURegister fd, FPURegister fs);
881 void recip_d(FPURegister fd, FPURegister fs);
882 void recip_s(FPURegister fd, FPURegister fs);
885 void cvt_w_s(FPURegister fd, FPURegister fs);
886 void cvt_w_d(FPURegister fd, FPURegister fs);
887 void trunc_w_s(FPURegister fd, FPURegister fs);
888 void trunc_w_d(FPURegister fd, FPURegister fs);
889 void round_w_s(FPURegister fd, FPURegister fs);
890 void round_w_d(FPURegister fd, FPURegister fs);
891 void floor_w_s(FPURegister fd, FPURegister fs);
892 void floor_w_d(FPURegister fd, FPURegister fs);
893 void ceil_w_s(FPURegister fd, FPURegister fs);
894 void ceil_w_d(FPURegister fd, FPURegister fs);
895 void rint_s(FPURegister fd, FPURegister fs);
896 void rint_d(FPURegister fd, FPURegister fs);
897 void rint(SecondaryField fmt, FPURegister fd, FPURegister fs);
899 void cvt_l_s(FPURegister fd, FPURegister fs);
900 void cvt_l_d(FPURegister fd, FPURegister fs);
901 void trunc_l_s(FPURegister fd, FPURegister fs);
902 void trunc_l_d(FPURegister fd, FPURegister fs);
903 void round_l_s(FPURegister fd, FPURegister fs);
904 void round_l_d(FPURegister fd, FPURegister fs);
905 void floor_l_s(FPURegister fd, FPURegister fs);
906 void floor_l_d(FPURegister fd, FPURegister fs);
907 void ceil_l_s(FPURegister fd, FPURegister fs);
908 void ceil_l_d(FPURegister fd, FPURegister fs);
910 void class_s(FPURegister fd, FPURegister fs);
911 void class_d(FPURegister fd, FPURegister fs);
913 void min(SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft);
914 void mina(SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft);
915 void max(SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft);
916 void maxa(SecondaryField fmt, FPURegister fd, FPURegister fs, FPURegister ft);
917 void min_s(FPURegister fd, FPURegister fs, FPURegister ft);
918 void min_d(FPURegister fd, FPURegister fs, FPURegister ft);
919 void max_s(FPURegister fd, FPURegister fs, FPURegister ft);
920 void max_d(FPURegister fd, FPURegister fs, FPURegister ft);
921 void mina_s(FPURegister fd, FPURegister fs, FPURegister ft);
922 void mina_d(FPURegister fd, FPURegister fs, FPURegister ft);
923 void maxa_s(FPURegister fd, FPURegister fs, FPURegister ft);
924 void maxa_d(FPURegister fd, FPURegister fs, FPURegister ft);
926 void cvt_s_w(FPURegister fd, FPURegister fs);
927 void cvt_s_l(FPURegister fd, FPURegister fs);
928 void cvt_s_d(FPURegister fd, FPURegister fs);
930 void cvt_d_w(FPURegister fd, FPURegister fs);
931 void cvt_d_l(FPURegister fd, FPURegister fs);
932 void cvt_d_s(FPURegister fd, FPURegister fs);
936 FPURegister fd, FPURegister ft, FPURegister fs);
937 void cmp_s(FPUCondition cond, FPURegister fd, FPURegister fs, FPURegister ft);
938 void cmp_d(FPUCondition cond, FPURegister fd, FPURegister fs, FPURegister ft);
951 FPURegister ft, FPURegister fs, uint16_t cc = 0);
952 void c_s(FPUCondition cond, FPURegister ft, FPURegister fs, uint16_t cc = 0);
953 void c_d(FPUCondition cond, FPURegister ft, FPURegister fs, uint16_t cc = 0);
1292 FPURegister fs,
1299 FPURegister fs,
1306 FPURegister fs,
1313 FPUControlRegister fs,