Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h1213 Register lhs_w = lhs.W(); in emit_i32_divs() local
1215 bool can_use_dst = !dst_w.Aliases(lhs_w) && !dst_w.Aliases(rhs_w); in emit_i32_divs()
1218 Sdiv(dst_w, lhs_w, rhs_w); in emit_i32_divs()
1224 Ccmp(lhs_w, 1, NoFlag, eq); in emit_i32_divs()
1228 Sdiv(dst_w, lhs_w, rhs_w); in emit_i32_divs()
1243 Register lhs_w = lhs.W(); in emit_i32_rems() local
1250 Sdiv(scratch, lhs_w, rhs_w); in emit_i32_rems()
1254 Msub(dst_w, scratch, rhs_w, lhs_w); in emit_i32_rems()
1260 Register lhs_w = lhs.W(); in emit_i32_remu() local
1265 Udiv(scratch, lhs_w, rhs_ in emit_i32_remu()
[all...]

Completed in 5 milliseconds