• Home
  • Raw
  • Download

Lines Matching refs:FPURegister

1265 void MacroAssembler::Ulwc1(FPURegister fd, const MemOperand& rs,  in Ulwc1()
1277 void MacroAssembler::Uswc1(FPURegister fd, const MemOperand& rs, in Uswc1()
1289 void MacroAssembler::Uldc1(FPURegister fd, const MemOperand& rs, in Uldc1()
1304 void MacroAssembler::Usdc1(FPURegister fd, const MemOperand& rs, in Usdc1()
1414 sdc1(FPURegister::from_code(i), MemOperand(sp, stack_offset)); in MultiPushFPU()
1428 sdc1(FPURegister::from_code(i), MemOperand(sp, stack_offset)); in MultiPushReversedFPU()
1439 ldc1(FPURegister::from_code(i), MemOperand(sp, stack_offset)); in MultiPopFPU()
1452 ldc1(FPURegister::from_code(i), MemOperand(sp, stack_offset)); in MultiPopReversedFPU()
1772 void MacroAssembler::Neg_s(FPURegister fd, FPURegister fs) { in Neg_s()
1798 void MacroAssembler::Neg_d(FPURegister fd, FPURegister fs) { in Neg_d()
1824 void MacroAssembler::Cvt_d_uw(FPURegister fd, Register rs, in Cvt_d_uw()
1825 FPURegister scratch) { in Cvt_d_uw()
1861 void MacroAssembler::Trunc_uw_d(FPURegister fd, in Trunc_uw_d()
1862 FPURegister fs, in Trunc_uw_d()
1863 FPURegister scratch) { in Trunc_uw_d()
1868 void MacroAssembler::Trunc_uw_s(FPURegister fd, FPURegister fs, in Trunc_uw_s()
1869 FPURegister scratch) { in Trunc_uw_s()
1874 void MacroAssembler::Trunc_w_d(FPURegister fd, FPURegister fs) { in Trunc_w_d()
1885 void MacroAssembler::Round_w_d(FPURegister fd, FPURegister fs) { in Round_w_d()
1896 void MacroAssembler::Floor_w_d(FPURegister fd, FPURegister fs) { in Floor_w_d()
1907 void MacroAssembler::Ceil_w_d(FPURegister fd, FPURegister fs) { in Ceil_w_d()
1918 void MacroAssembler::Trunc_uw_d(FPURegister fd, in Trunc_uw_d()
1920 FPURegister scratch) { in Trunc_uw_d()
1950 void MacroAssembler::Trunc_uw_s(FPURegister fd, Register rs, in Trunc_uw_s()
1951 FPURegister scratch) { in Trunc_uw_s()
1980 void MacroAssembler::Mthc1(Register rt, FPURegister fs) { in Mthc1()
1991 void MacroAssembler::Mfhc1(Register rt, FPURegister fs) { in Mfhc1()
2001 void MacroAssembler::Madd_s(FPURegister fd, FPURegister fr, FPURegister fs, in Madd_s()
2002 FPURegister ft, FPURegister scratch) { in Madd_s()
2012 void MacroAssembler::Madd_d(FPURegister fd, FPURegister fr, FPURegister fs, in Madd_d()
2013 FPURegister ft, FPURegister scratch) { in Madd_d()
2023 void MacroAssembler::Msub_s(FPURegister fd, FPURegister fr, FPURegister fs, in Msub_s()
2024 FPURegister ft, FPURegister scratch) { in Msub_s()
2034 void MacroAssembler::Msub_d(FPURegister fd, FPURegister fr, FPURegister fs, in Msub_d()
2035 FPURegister ft, FPURegister scratch) { in Msub_d()
2046 Label* nan, Condition cond, FPURegister cmp1, in BranchFCommon()
2047 FPURegister cmp2, BranchDelaySlot bd) { in BranchFCommon()
2116 Condition cc, FPURegister cmp1, in BranchShortF()
2117 FPURegister cmp2, BranchDelaySlot bd) { in BranchShortF()
2245 void MacroAssembler::FmoveLow(FPURegister dst, Register src_low) { in FmoveLow()
2259 void MacroAssembler::Move(FPURegister dst, float imm) { in Move()
2265 void MacroAssembler::Move(FPURegister dst, double imm) { in Move()
4235 FPURegister value, in AllocateHeapNumberWithValue()
4776 FPURegister result, in ObjectToDoubleFPURegister()
4813 FPURegister value, in SmiToDoubleFPURegister()
5429 int space = FPURegister::kMaxNumRegisters * kDoubleSize; in EnterExitFrame()
5432 for (int i = 0; i < FPURegister::kMaxNumRegisters; i+=2) { in EnterExitFrame()
5433 FPURegister reg = FPURegister::from_code(i); in EnterExitFrame()
5462 for (int i = 0; i < FPURegister::kMaxNumRegisters; i+=2) { in LeaveExitFrame()
5463 FPURegister reg = FPURegister::from_code(i); in LeaveExitFrame()
5774 void MacroAssembler::Float32Max(FPURegister dst, FPURegister src1, in Float32Max()
5775 FPURegister src2, Label* out_of_line) { in Float32Max()
5812 void MacroAssembler::Float32MaxOutOfLine(FPURegister dst, FPURegister src1, in Float32MaxOutOfLine()
5813 FPURegister src2) { in Float32MaxOutOfLine()
5817 void MacroAssembler::Float32Min(FPURegister dst, FPURegister src1, in Float32Min()
5818 FPURegister src2, Label* out_of_line) { in Float32Min()
5855 void MacroAssembler::Float32MinOutOfLine(FPURegister dst, FPURegister src1, in Float32MinOutOfLine()
5856 FPURegister src2) { in Float32MinOutOfLine()