Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h443 enum class DivOrRem : uint8_t { kDiv, kRem }; enumerator
451 std::is_signed<type>::value && div_or_rem == DivOrRem::kRem; in EmitIntDivOrRem()
543 liftoff::EmitIntDivOrRem<int32_t, liftoff::DivOrRem::kRem>( in emit_i32_rems()
549 liftoff::EmitIntDivOrRem<uint32_t, liftoff::DivOrRem::kRem>( in emit_i32_remu()
710 liftoff::EmitIntDivOrRem<int64_t, liftoff::DivOrRem::kRem>( in emit_i64_rems()
718 liftoff::EmitIntDivOrRem<uint64_t, liftoff::DivOrRem::kRem>( in emit_i64_remu()
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h506 enum class DivOrRem : uint8_t { kDiv, kRem }; enumerator
514 is_signed && div_or_rem == DivOrRem::kRem; in EmitInt32DivOrRem()
587 liftoff::EmitInt32DivOrRem<true, liftoff::DivOrRem::kRem>( in emit_i32_rems()
593 liftoff::EmitInt32DivOrRem<false, liftoff::DivOrRem::kRem>( in emit_i32_remu()