• Home
  • Raw
  • Download

Lines Matching refs:FPURegister

296   inline void Move_d(FPURegister dst, FPURegister src) {  in Move_d()
302 inline void Move_s(FPURegister dst, FPURegister src) { in Move_s()
308 inline void Move(FPURegister dst, FPURegister src) { Move_d(dst, src); } in Move()
310 inline void Move(Register dst_low, Register dst_high, FPURegister src) { in Move()
315 inline void Move(Register dst, FPURegister src) { dmfc1(dst, src); } in Move()
317 inline void Move(FPURegister dst, Register src) { dmtc1(src, dst); } in Move()
319 inline void FmoveHigh(Register dst_high, FPURegister src) { in FmoveHigh()
323 inline void FmoveHigh(FPURegister dst, Register src_high) { in FmoveHigh()
327 inline void FmoveLow(Register dst_low, FPURegister src) { in FmoveLow()
331 void FmoveLow(FPURegister dst, Register src_low);
333 inline void Move(FPURegister dst, Register src_low, Register src_high) { in Move()
338 void Move(FPURegister dst, float imm);
339 void Move(FPURegister dst, double imm);
602 FPURegister value,
708 void Ulwc1(FPURegister fd, const MemOperand& rs, Register scratch);
709 void Uswc1(FPURegister fd, const MemOperand& rs, Register scratch);
711 void Uldc1(FPURegister fd, const MemOperand& rs, Register scratch);
712 void Usdc1(FPURegister fd, const MemOperand& rs, Register scratch);
852 void Neg_s(FPURegister fd, FPURegister fs);
853 void Neg_d(FPURegister fd, FPURegister fs);
863 void Cvt_d_uw(FPURegister fd, FPURegister fs);
864 void Cvt_d_uw(FPURegister fd, Register rs);
867 void Cvt_d_ul(FPURegister fd, FPURegister fs);
868 void Cvt_d_ul(FPURegister fd, Register rs);
871 void Cvt_s_uw(FPURegister fd, FPURegister fs);
872 void Cvt_s_uw(FPURegister fd, Register rs);
875 void Cvt_s_ul(FPURegister fd, FPURegister fs);
876 void Cvt_s_ul(FPURegister fd, Register rs);
879 void Trunc_l_ud(FPURegister fd, FPURegister fs, FPURegister scratch);
881 void Trunc_l_d(FPURegister fd, FPURegister fs);
882 void Round_l_d(FPURegister fd, FPURegister fs);
883 void Floor_l_d(FPURegister fd, FPURegister fs);
884 void Ceil_l_d(FPURegister fd, FPURegister fs);
887 void Trunc_uw_d(FPURegister fd, FPURegister fs, FPURegister scratch);
888 void Trunc_uw_d(FPURegister fd, Register rs, FPURegister scratch);
891 void Trunc_uw_s(FPURegister fd, FPURegister fs, FPURegister scratch);
892 void Trunc_uw_s(FPURegister fd, Register rs, FPURegister scratch);
895 void Trunc_ul_d(FPURegister fd, FPURegister fs, FPURegister scratch,
897 void Trunc_ul_d(FPURegister fd, Register rs, FPURegister scratch,
901 void Trunc_ul_s(FPURegister fd, FPURegister fs, FPURegister scratch,
903 void Trunc_ul_s(FPURegister fd, Register rs, FPURegister scratch,
906 void Trunc_w_d(FPURegister fd, FPURegister fs);
907 void Round_w_d(FPURegister fd, FPURegister fs);
908 void Floor_w_d(FPURegister fd, FPURegister fs);
909 void Ceil_w_d(FPURegister fd, FPURegister fs);
912 void SubNanPreservePayloadAndSign_s(FPURegister fd, FPURegister fs,
913 FPURegister ft);
914 void SubNanPreservePayloadAndSign_d(FPURegister fd, FPURegister fs,
915 FPURegister ft);
917 void Madd_s(FPURegister fd, FPURegister fr, FPURegister fs, FPURegister ft,
918 FPURegister scratch);
919 void Madd_d(FPURegister fd, FPURegister fr, FPURegister fs, FPURegister ft,
920 FPURegister scratch);
921 void Msub_s(FPURegister fd, FPURegister fr, FPURegister fs, FPURegister ft,
922 FPURegister scratch);
923 void Msub_d(FPURegister fd, FPURegister fr, FPURegister fs, FPURegister ft,
924 FPURegister scratch);
928 FPURegister cmp1, FPURegister cmp2,
934 FPURegister cmp1, FPURegister cmp2,
941 Condition cc, FPURegister cmp1, FPURegister cmp2) { in BranchF64()
946 Condition cc, FPURegister cmp1, FPURegister cmp2) { in BranchF32()
951 inline void BranchF(Label* target, Label* nan, Condition cc, FPURegister cmp1,
952 FPURegister cmp2, BranchDelaySlot bd = PROTECT) {
957 Condition cc, FPURegister cmp1, FPURegister cmp2) { in BranchF()
1009 FPURegister dst,
1024 FPURegister double_scratch,
1037 FPURegister double_scratch0,
1038 FPURegister double_scratch1,
1248 FPURegister value,
1259 FPURegister value,
1385 void Float32Max(FPURegister dst, FPURegister src1, FPURegister src2,
1387 void Float32Min(FPURegister dst, FPURegister src1, FPURegister src2,
1389 void Float64Max(FPURegister dst, FPURegister src1, FPURegister src2,
1391 void Float64Min(FPURegister dst, FPURegister src1, FPURegister src2,
1395 void Float32MaxOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2);
1396 void Float32MinOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2);
1397 void Float64MaxOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2);
1398 void Float64MinOutOfLine(FPURegister dst, FPURegister src1, FPURegister src2);
1853 Condition cc, FPURegister cmp1, FPURegister cmp2,
1857 FPURegister cmp1, FPURegister cmp2,