Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h398 kRoundToNearest = RN, enumerator
/external/v8/src/s390/
Dmacro-assembler-s390.cc738 case kRoundToNearest: in ConvertFloat32ToInt64()
762 case kRoundToNearest: in ConvertDoubleToInt64()
786 case kRoundToNearest: in ConvertDoubleToInt32()
813 case kRoundToNearest: in ConvertFloat32ToInt32()
840 case kRoundToNearest: in ConvertFloat32ToUnsignedInt32()
867 case kRoundToNearest: in ConvertFloat32ToUnsignedInt64()
891 case kRoundToNearest: in ConvertDoubleToUnsignedInt64()
915 case kRoundToNearest: in ConvertDoubleToUnsignedInt32()
Dconstants-s390.h1789 kRoundToNearest = RN, enumerator
/external/v8/src/mips/
Dsimulator-mips.cc1439 case kRoundToNearest: in round_according_to_fcsr()
1481 case kRoundToNearest: in round_according_to_fcsr()
1523 case kRoundToNearest: in round_according_to_msacsr()
1564 case kRoundToNearest: in round64_according_to_fcsr()
1606 case kRoundToNearest: in round64_according_to_fcsr()
2684 case kRoundToNearest: in DecodeTypeRegisterDRsType()
3175 case kRoundToNearest: in DecodeTypeRegisterSRsType()
5574 case kRoundToNearest: \ in DecodeTypeMsa3RF()
Dconstants-mips.h1154 kRoundToNearest = RN, enumerator
Dmacro-assembler-mips.cc2671 case kRoundToNearest: in EmitFPUTruncate()
/external/v8/src/mips64/
Dsimulator-mips64.cc1357 case kRoundToNearest: in round_according_to_fcsr()
1399 case kRoundToNearest: in round64_according_to_fcsr()
1442 case kRoundToNearest: in round_according_to_fcsr()
1484 case kRoundToNearest: in round64_according_to_fcsr()
1526 case kRoundToNearest: in round_according_to_msacsr()
2628 case kRoundToNearest: in DecodeTypeRegisterSRsType()
3004 case kRoundToNearest: in DecodeTypeRegisterDRsType()
5798 case kRoundToNearest: \ in DecodeTypeMsa3RF()
Dconstants-mips64.h1188 kRoundToNearest = RN, enumerator
Dmacro-assembler-mips64.cc3168 case kRoundToNearest: in EmitFPUTruncate()
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h928 Roundss(dst, src, kRoundToNearest); in emit_f32_nearest_int()
1046 Roundsd(dst, src, kRoundToNearest); in emit_f64_nearest_int()
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h1055 roundss(dst, src, kRoundToNearest); in emit_f32_nearest_int()
1173 roundsd(dst, src, kRoundToNearest); in emit_f64_nearest_int()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1312 kSSEFloat32Round | MiscField::encode(kRoundToNearest)) \
1313 V(Float64RoundTiesEven, kSSEFloat64Round | MiscField::encode(kRoundToNearest))
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc775 kSSEFloat32Round | MiscField::encode(kRoundToNearest)) \
776 V(Float64RoundTiesEven, kSSEFloat64Round | MiscField::encode(kRoundToNearest))
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86Base.h515 kRoundToNearest = 0x0, enumerator
/external/v8/src/ppc/
Dconstants-ppc.h2694 kRoundToNearest = RN, enumerator
Dmacro-assembler-ppc.cc2048 mtfsfi(7, kRoundToNearest); // reset (default is kRoundToNearest) in ResetRoundingMode()
Dsimulator-ppc.cc3573 case kRoundToNearest: { in ExecuteGeneric()
/external/v8/src/ia32/
Dassembler-ia32.h202 kRoundToNearest = 0x0, enumerator
/external/v8/src/x64/
Dassembler-x64.h271 kRoundToNearest = 0x0, enumerator
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2286 kRoundToNearest); in AssembleArchInstruction()