Home
last modified time | relevance | path

Searched refs:needs_unrepresentable_check (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h448 constexpr bool needs_unrepresentable_check = in EmitIntDivOrRem() local
452 DCHECK_EQ(needs_unrepresentable_check, trap_div_unrepresentable != nullptr); in EmitIntDivOrRem()
479 if (needs_unrepresentable_check) { in EmitIntDivOrRem()
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h511 constexpr bool needs_unrepresentable_check = in EmitInt32DivOrRem() local
515 DCHECK_EQ(needs_unrepresentable_check, trap_div_unrepresentable != nullptr); in EmitInt32DivOrRem()
535 if (needs_unrepresentable_check) { in EmitInt32DivOrRem()