Home
last modified time | relevance | path

Searched refs:kRoundToZero (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/src/compiler/
Dmachine-operator.cc19 case TruncationMode::kRoundToZero: in operator <<()
260 TruncateFloat64ToInt32Operator<TruncationMode::kRoundToZero>
363 case TruncationMode::kRoundToZero: in PURE_OPTIONAL_OP_LIST()
Dmachine-operator.h39 kRoundToZero // Round towards zero. Implementation defined for NaN and ovf. enumerator
Dchange-lowering.cc169 machine()->TruncateFloat64ToInt32(TruncationMode::kRoundToZero), value); in ChangeFloat64ToTagged()
/external/v8/src/ppc/
Dconstants-ppc.h442 kRoundToZero = RZ, enumerator
Dsimulator-ppc.cc2916 int mode = (opcode == FCTIDZ) ? kRoundToZero in ExecuteExt4()
2929 case kRoundToZero: in ExecuteExt4()
2962 ? kRoundToZero in ExecuteExt4()
2974 case kRoundToZero: in ExecuteExt4()
3006 int mode = (opcode == FCTIWZ) ? kRoundToZero in ExecuteExt4()
3016 case kRoundToZero: in ExecuteExt4()
Dmacro-assembler-ppc.h394 FPRoundingMode rounding_mode = kRoundToZero);
402 FPRoundingMode rounding_mode = kRoundToZero);
Dmacro-assembler-ppc.cc703 if (rounding_mode == kRoundToZero) { in ConvertDoubleToInt64()
722 if (rounding_mode == kRoundToZero) { in ConvertDoubleToUnsignedInt64()
/external/v8/src/arm/
Dconstants-arm.h398 kRoundToZero = RZ enumerator
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc727 case TruncationMode::kRoundToZero: in VisitTruncateFloat64ToInt32()
884 VisitRR(this, node, kSSEFloat32Round | MiscField::encode(kRoundToZero)); in VisitFloat32RoundTruncate()
889 VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundToZero)); in VisitFloat64RoundTruncate()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc699 case TruncationMode::kRoundToZero: in VisitTruncateFloat64ToInt32()
884 Emit(kX87Float32Round | MiscField::encode(kRoundToZero), in VisitFloat32RoundTruncate()
891 Emit(kX87Float64Round | MiscField::encode(kRoundToZero), in VisitFloat64RoundTruncate()
/external/v8/src/mips/
Dsimulator-mips.cc1584 case kRoundToZero: in round_according_to_fcsr()
1625 case kRoundToZero: in round_according_to_fcsr()
1666 case kRoundToZero: in round64_according_to_fcsr()
1707 case kRoundToZero: in round64_according_to_fcsr()
2359 case kRoundToZero: in DecodeTypeRegisterDRsType()
2874 case kRoundToZero: in DecodeTypeRegisterSRsType()
Dconstants-mips.h780 kRoundToZero = RZ, enumerator
/external/v8/src/mips64/
Dsimulator-mips64.cc1508 case kRoundToZero: in round_according_to_fcsr()
1549 case kRoundToZero: in round64_according_to_fcsr()
1591 case kRoundToZero: in round_according_to_fcsr()
1632 case kRoundToZero: in round64_according_to_fcsr()
2355 case kRoundToZero: in DecodeTypeRegisterSRsType()
2755 case kRoundToZero: in DecodeTypeRegisterDRsType()
Dconstants-mips64.h826 kRoundToZero = RZ, enumerator
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1019 case TruncationMode::kRoundToZero: in VisitTruncateFloat64ToInt32()
1237 VisitRR(this, node, kSSEFloat32Round | MiscField::encode(kRoundToZero)); in VisitFloat32RoundTruncate()
1242 VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundToZero)); in VisitFloat64RoundTruncate()
/external/v8/src/x87/
Dassembler-x87.h258 kRoundToZero = 0x3 enumerator
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc604 case TruncationMode::kRoundToZero: in VisitTruncateFloat64ToInt32()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc1006 case TruncationMode::kRoundToZero: in VisitTruncateFloat64ToInt32()
/external/v8/test/unittests/compiler/
Dmachine-operator-reducer-unittest.cc240 TruncationMode::kRoundToZero};
/external/v8/src/ia32/
Dassembler-ia32.h258 kRoundToZero = 0x3 enumerator
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc953 case TruncationMode::kRoundToZero: in VisitTruncateFloat64ToInt32()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc1007 case TruncationMode::kRoundToZero: in VisitTruncateFloat64ToInt32()
/external/v8/test/cctest/
Dtest-assembler-mips.cc1608 {kRoundToNearest, kRoundToZero, kRoundToPlusInf, kRoundToMinusInf}; in TEST()
1789 {kRoundToNearest, kRoundToZero, kRoundToPlusInf, kRoundToMinusInf}; in TEST()
2272 {kRoundToNearest, kRoundToZero, kRoundToPlusInf, kRoundToMinusInf}; in TEST()
Dtest-assembler-mips64.cc1738 {kRoundToNearest, kRoundToZero, kRoundToPlusInf, kRoundToMinusInf}; in TEST()
1917 {kRoundToNearest, kRoundToZero, kRoundToPlusInf, kRoundToMinusInf}; in TEST()
2356 {kRoundToNearest, kRoundToZero, kRoundToPlusInf, kRoundToMinusInf}; in TEST()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1364 case TruncationMode::kRoundToZero: in VisitTruncateFloat64ToInt32()

12