Home
last modified time | relevance | path

Searched refs:kRoundToNearest (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/ppc/
Dconstants-ppc.h444 kRoundToNearest = RN, enumerator
Dsimulator-ppc.cc3060 case kRoundToNearest: { in ExecuteExt4()
Dmacro-assembler-ppc.cc3480 mtfsfi(7, kRoundToNearest); // reset (default is kRoundToNearest) in ResetRoundingMode()
/external/v8/src/arm/
Dconstants-arm.h411 kRoundToNearest = RN, enumerator
/external/v8/src/mips/
Dsimulator-mips.cc1517 case kRoundToNearest: in round_according_to_fcsr()
1558 case kRoundToNearest: in round_according_to_fcsr()
1599 case kRoundToNearest: in round64_according_to_fcsr()
1640 case kRoundToNearest: in round64_according_to_fcsr()
2438 case kRoundToNearest: in DecodeTypeRegisterDRsType()
2922 case kRoundToNearest: in DecodeTypeRegisterSRsType()
Dconstants-mips.h800 kRoundToNearest = RN, enumerator
Dmacro-assembler-mips.cc2566 case kRoundToNearest: in EmitFPUTruncate()
/external/v8/src/mips64/
Dsimulator-mips64.cc1444 case kRoundToNearest: in round_according_to_fcsr()
1485 case kRoundToNearest: in round64_according_to_fcsr()
1527 case kRoundToNearest: in round_according_to_fcsr()
1568 case kRoundToNearest: in round64_according_to_fcsr()
2433 case kRoundToNearest: in DecodeTypeRegisterSRsType()
2804 case kRoundToNearest: in DecodeTypeRegisterDRsType()
Dconstants-mips64.h833 kRoundToNearest = RN, enumerator
Dmacro-assembler-mips64.cc2749 case kRoundToNearest: in EmitFPUTruncate()
/external/v8/src/s390/
Dmacro-assembler-s390.cc698 case kRoundToNearest: in ConvertFloat32ToInt64()
730 case kRoundToNearest: in ConvertDoubleToInt64()
759 case kRoundToNearest: in ConvertFloat32ToInt32()
788 case kRoundToNearest: in ConvertFloat32ToUnsignedInt32()
818 case kRoundToNearest: in ConvertFloat32ToUnsignedInt64()
843 case kRoundToNearest: in ConvertDoubleToUnsignedInt64()
Dconstants-s390.h1047 kRoundToNearest = RN, enumerator
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1100 VisitRR(this, node, kSSEFloat32Round | MiscField::encode(kRoundToNearest)); in VisitFloat32RoundTiesEven()
1105 VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundToNearest)); in VisitFloat64RoundTiesEven()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc1115 Emit(kX87Float32Round | MiscField::encode(kRoundToNearest), in VisitFloat32RoundTiesEven()
1122 Emit(kX87Float64Round | MiscField::encode(kRoundToNearest), in VisitFloat64RoundTiesEven()
/external/v8/src/x87/
Dassembler-x87.h259 kRoundToNearest = 0x0, enumerator
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1555 VisitRR(this, node, kSSEFloat32Round | MiscField::encode(kRoundToNearest)); in VisitFloat32RoundTiesEven()
1560 VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundToNearest)); in VisitFloat64RoundTiesEven()
/external/v8/src/ia32/
Dassembler-ia32.h258 kRoundToNearest = 0x0, enumerator
/external/v8/src/x64/
Dassembler-x64.h325 kRoundToNearest = 0x0, enumerator