Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dconstants-ppc.h441 kRoundToNearest = RN, enumerator
Dsimulator-ppc.cc3025 case kRoundToNearest: { in ExecuteExt4()
Dmacro-assembler-ppc.cc3318 mtfsfi(7, kRoundToNearest); // reset (default is kRoundToNearest) in ResetRoundingMode()
/external/v8/src/arm/
Dconstants-arm.h395 kRoundToNearest = RN, enumerator
/external/v8/src/mips/
Dsimulator-mips.cc1575 case kRoundToNearest: in round_according_to_fcsr()
1616 case kRoundToNearest: in round_according_to_fcsr()
1657 case kRoundToNearest: in round64_according_to_fcsr()
1698 case kRoundToNearest: in round64_according_to_fcsr()
2344 case kRoundToNearest: in DecodeTypeRegisterDRsType()
2859 case kRoundToNearest: in DecodeTypeRegisterSRsType()
Dconstants-mips.h779 kRoundToNearest = RN, enumerator
Dmacro-assembler-mips.cc1806 case kRoundToNearest: in EmitFPUTruncate()
/external/v8/src/mips64/
Dsimulator-mips64.cc1499 case kRoundToNearest: in round_according_to_fcsr()
1540 case kRoundToNearest: in round64_according_to_fcsr()
1582 case kRoundToNearest: in round_according_to_fcsr()
1623 case kRoundToNearest: in round64_according_to_fcsr()
2340 case kRoundToNearest: in DecodeTypeRegisterSRsType()
2740 case kRoundToNearest: in DecodeTypeRegisterDRsType()
Dconstants-mips64.h825 kRoundToNearest = RN, enumerator
Dmacro-assembler-mips64.cc2192 case kRoundToNearest: in EmitFPUTruncate()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc899 VisitRR(this, node, kSSEFloat32Round | MiscField::encode(kRoundToNearest)); in VisitFloat32RoundTiesEven()
904 VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundToNearest)); in VisitFloat64RoundTiesEven()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc903 Emit(kX87Float32Round | MiscField::encode(kRoundToNearest), in VisitFloat32RoundTiesEven()
910 Emit(kX87Float64Round | MiscField::encode(kRoundToNearest), in VisitFloat64RoundTiesEven()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1252 VisitRR(this, node, kSSEFloat32Round | MiscField::encode(kRoundToNearest)); in VisitFloat32RoundTiesEven()
1257 VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundToNearest)); in VisitFloat64RoundTiesEven()
/external/v8/src/x87/
Dassembler-x87.h255 kRoundToNearest = 0x0, enumerator
/external/v8/src/ia32/
Dassembler-ia32.h255 kRoundToNearest = 0x0, enumerator
/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/x64/
Dassembler-x64.h322 kRoundToNearest = 0x0, enumerator