Home
last modified time | relevance | path

Searched refs:EmitIntDivOrRem (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h1083 void EmitIntDivOrRem(LiftoffAssembler* assm, Register dst, Register lhs, in EmitIntDivOrRem() function
1169 liftoff::EmitIntDivOrRem<int32_t, liftoff::DivOrRem::kDiv>( in emit_i32_divs()
1175 liftoff::EmitIntDivOrRem<uint32_t, liftoff::DivOrRem::kDiv>( in emit_i32_divu()
1181 liftoff::EmitIntDivOrRem<int32_t, liftoff::DivOrRem::kRem>( in emit_i32_rems()
1187 liftoff::EmitIntDivOrRem<uint32_t, liftoff::DivOrRem::kRem>( in emit_i32_remu()
1354 liftoff::EmitIntDivOrRem<int64_t, liftoff::DivOrRem::kDiv>( in emit_i64_divs()
1363 liftoff::EmitIntDivOrRem<uint64_t, liftoff::DivOrRem::kDiv>( in emit_i64_divu()
1371 liftoff::EmitIntDivOrRem<int64_t, liftoff::DivOrRem::kRem>( in emit_i64_rems()
1379 liftoff::EmitIntDivOrRem<uint64_t, liftoff::DivOrRem::kRem>( in emit_i64_remu()

Completed in 8 milliseconds