Lines Matching refs:fs
797 void swc1(FPURegister fs, const MemOperand& dst);
798 void sdc1(FPURegister fs, const MemOperand& dst);
800 void mtc1(Register rt, FPURegister fs);
801 void mfc1(Register rt, FPURegister fs);
803 void ctc1(Register rt, FPUControlRegister fs);
804 void cfc1(Register rt, FPUControlRegister fs);
807 void add_d(FPURegister fd, FPURegister fs, FPURegister ft);
808 void sub_d(FPURegister fd, FPURegister fs, FPURegister ft);
809 void mul_d(FPURegister fd, FPURegister fs, FPURegister ft);
810 void div_d(FPURegister fd, FPURegister fs, FPURegister ft);
811 void abs_d(FPURegister fd, FPURegister fs);
812 void mov_d(FPURegister fd, FPURegister fs);
813 void neg_d(FPURegister fd, FPURegister fs);
814 void sqrt_d(FPURegister fd, FPURegister fs);
817 void cvt_w_s(FPURegister fd, FPURegister fs);
818 void cvt_w_d(FPURegister fd, FPURegister fs);
819 void trunc_w_s(FPURegister fd, FPURegister fs);
820 void trunc_w_d(FPURegister fd, FPURegister fs);
821 void round_w_s(FPURegister fd, FPURegister fs);
822 void round_w_d(FPURegister fd, FPURegister fs);
823 void floor_w_s(FPURegister fd, FPURegister fs);
824 void floor_w_d(FPURegister fd, FPURegister fs);
825 void ceil_w_s(FPURegister fd, FPURegister fs);
826 void ceil_w_d(FPURegister fd, FPURegister fs);
828 void cvt_l_s(FPURegister fd, FPURegister fs);
829 void cvt_l_d(FPURegister fd, FPURegister fs);
830 void trunc_l_s(FPURegister fd, FPURegister fs);
831 void trunc_l_d(FPURegister fd, FPURegister fs);
832 void round_l_s(FPURegister fd, FPURegister fs);
833 void round_l_d(FPURegister fd, FPURegister fs);
834 void floor_l_s(FPURegister fd, FPURegister fs);
835 void floor_l_d(FPURegister fd, FPURegister fs);
836 void ceil_l_s(FPURegister fd, FPURegister fs);
837 void ceil_l_d(FPURegister fd, FPURegister fs);
839 void cvt_s_w(FPURegister fd, FPURegister fs);
840 void cvt_s_l(FPURegister fd, FPURegister fs);
841 void cvt_s_d(FPURegister fd, FPURegister fs);
843 void cvt_d_w(FPURegister fd, FPURegister fs);
844 void cvt_d_l(FPURegister fd, FPURegister fs);
845 void cvt_d_s(FPURegister fd, FPURegister fs);
849 FPURegister ft, FPURegister fs, uint16_t cc = 0);
1158 FPURegister fs,
1165 FPURegister fs,
1172 FPUControlRegister fs,