Home
last modified time | relevance | path

Searched refs:VFPRoundingMode (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm/
Dconstants-arm.h404 enum VFPRoundingMode { enum
Dsimulator-arm.h387 VFPRoundingMode FPSCR_rounding_mode_;
Dsimulator-arm.cc3446 static_cast<VFPRoundingMode>((rt_value) & kVFPRoundingModeMask); in DecodeTypeVFP()
3548 bool get_inv_op_vfp_flag(VFPRoundingMode mode, in get_inv_op_vfp_flag()
3628 VFPRoundingMode mode = (instr->Bit(7) != 1) ? FPSCR_rounding_mode_ in DecodeVCVTBetweenFloatingPointAndInteger()
/external/v8/test/cctest/
Dtest-assembler-ppc.cc458 VFPRoundingMode mode,
Dtest-assembler-arm.cc444 VFPRoundingMode mode, in TestRoundingMode()