Searched refs:VFPRoundingMode (Results 1 – 7 of 7) sorted by relevance
407 enum VFPRoundingMode { enum
353 VFPRoundingMode FPSCR_rounding_mode_;
2875 static_cast<VFPRoundingMode>((rt_value) & kVFPRoundingModeMask); in DecodeTypeVFP()2964 bool get_inv_op_vfp_flag(VFPRoundingMode mode, in get_inv_op_vfp_flag()3044 VFPRoundingMode mode = (instr->Bit(7) != 1) ? FPSCR_rounding_mode_ in DecodeVCVTBetweenFloatingPointAndInteger()
929 void EmitVFPTruncate(VFPRoundingMode rounding_mode,
2416 void MacroAssembler::EmitVFPTruncate(VFPRoundingMode rounding_mode, in EmitVFPTruncate()
4238 VFPRoundingMode rounding_mode = kRoundToMinusInf; in DoDoubleToI()
433 VFPRoundingMode mode, in TestRoundingMode()