Lines Matching refs:fj
539 void Neg_s(FPURegister fd, FPURegister fj);
543 void Trunc_uw_s(FPURegister fd, FPURegister fj, FPURegister scratch);
544 void Trunc_uw_s(Register rd, FPURegister fj, FPURegister scratch);
563 void Fst_s(FPURegister fj, const MemOperand& dst);
566 void Fst_d(FPURegister fj, const MemOperand& dst);
665 void Ffint_d_uw(FPURegister fd, FPURegister fj);
669 void Ffint_d_ul(FPURegister fd, FPURegister fj);
673 void Ffint_s_uw(FPURegister fd, FPURegister fj);
677 void Ffint_s_ul(FPURegister fd, FPURegister fj);
681 void Ftintrz_uw_d(FPURegister fd, FPURegister fj, FPURegister scratch);
682 void Ftintrz_uw_d(Register rd, FPURegister fj, FPURegister scratch);
689 void Ftintrz_ul_d(FPURegister fd, FPURegister fj, FPURegister scratch,
691 void Ftintrz_ul_d(Register rd, FPURegister fj, FPURegister scratch,
695 void Ftintrz_ul_s(FPURegister fd, FPURegister fj, FPURegister scratch,
697 void Ftintrz_ul_s(Register rd, FPURegister fj, FPURegister scratch,
701 void Trunc_d(FPURegister fd, FPURegister fj);
702 void Round_d(FPURegister fd, FPURegister fj);
703 void Floor_d(FPURegister fd, FPURegister fj);
704 void Ceil_d(FPURegister fd, FPURegister fj);
707 void Trunc_s(FPURegister fd, FPURegister fj);
708 void Round_s(FPURegister fd, FPURegister fj);
709 void Floor_s(FPURegister fd, FPURegister fj);
710 void Ceil_s(FPURegister fd, FPURegister fj);
868 void Ftintrz_l_ud(FPURegister fd, FPURegister fj, FPURegister scratch);
870 void Ftintrz_l_d(FPURegister fd, FPURegister fj);
871 void Ftintrne_l_d(FPURegister fd, FPURegister fj);
872 void Ftintrm_l_d(FPURegister fd, FPURegister fj);
873 void Ftintrp_l_d(FPURegister fd, FPURegister fj);
875 void Ftintrz_w_d(FPURegister fd, FPURegister fj);
876 void Ftintrne_w_d(FPURegister fd, FPURegister fj);
877 void Ftintrm_w_d(FPURegister fd, FPURegister fj);
878 void Ftintrp_w_d(FPURegister fd, FPURegister fj);
880 void Madd_s(FPURegister fd, FPURegister fa, FPURegister fj, FPURegister fk);
881 void Madd_d(FPURegister fd, FPURegister fa, FPURegister fj, FPURegister fk);
882 void Msub_s(FPURegister fd, FPURegister fa, FPURegister fj, FPURegister fk);
883 void Msub_d(FPURegister fd, FPURegister fa, FPURegister fj, FPURegister fk);