Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h508 void EmitInt32DivOrRem(LiftoffAssembler* assm, Register dst, Register lhs, in EmitInt32DivOrRem() function
575 liftoff::EmitInt32DivOrRem<true, liftoff::DivOrRem::kDiv>( in emit_i32_divs()
581 liftoff::EmitInt32DivOrRem<false, liftoff::DivOrRem::kDiv>( in emit_i32_divu()
587 liftoff::EmitInt32DivOrRem<true, liftoff::DivOrRem::kRem>( in emit_i32_rems()
593 liftoff::EmitInt32DivOrRem<false, liftoff::DivOrRem::kRem>( in emit_i32_remu()