Home
last modified time | relevance | path

Searched refs:FAIL_ON_MINUS_ZERO (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dglobals.h768 FAIL_ON_MINUS_ZERO enumerator
Dhydrogen-instructions.h832 ? FAIL_ON_MINUS_ZERO : TREAT_MINUS_ZERO_AS_ZERO; in GetMinusZeroMode()
/external/v8/src/x87/
Dmacro-assembler-x87.cc257 if (minus_zero_mode == FAIL_ON_MINUS_ZERO) { in X87TOSToI()
Dlithium-codegen-x87.cc5240 if (instr->hydrogen()->GetMinusZeroMode() == FAIL_ON_MINUS_ZERO) { in DoDeferredTaggedToI()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc264 if (minus_zero_mode == FAIL_ON_MINUS_ZERO) { in DoubleToI()
Dlithium-codegen-ia32.cc4766 if (instr->hydrogen()->GetMinusZeroMode() == FAIL_ON_MINUS_ZERO) { in DoDeferredTaggedToI()
/external/v8/src/x64/
Dmacro-assembler-x64.cc3530 if (minus_zero_mode == FAIL_ON_MINUS_ZERO) { in DoubleToI()
Dlithium-codegen-x64.cc4970 if (instr->hydrogen()->GetMinusZeroMode() == FAIL_ON_MINUS_ZERO) { in DoDeferredTaggedToI()