Searched refs:EmitIntDivOrRem (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 445 void EmitIntDivOrRem(LiftoffAssembler* assm, Register dst, Register lhs, in EmitIntDivOrRem() function 531 liftoff::EmitIntDivOrRem<int32_t, liftoff::DivOrRem::kDiv>( in emit_i32_divs() 537 liftoff::EmitIntDivOrRem<uint32_t, liftoff::DivOrRem::kDiv>( in emit_i32_divu() 543 liftoff::EmitIntDivOrRem<int32_t, liftoff::DivOrRem::kRem>( in emit_i32_rems() 549 liftoff::EmitIntDivOrRem<uint32_t, liftoff::DivOrRem::kRem>( in emit_i32_remu() 693 liftoff::EmitIntDivOrRem<int64_t, liftoff::DivOrRem::kDiv>( in emit_i64_divs() 702 liftoff::EmitIntDivOrRem<uint64_t, liftoff::DivOrRem::kDiv>( in emit_i64_divu() 710 liftoff::EmitIntDivOrRem<int64_t, liftoff::DivOrRem::kRem>( in emit_i64_rems() 718 liftoff::EmitIntDivOrRem<uint64_t, liftoff::DivOrRem::kRem>( in emit_i64_remu()
|