Searched refs:rhs_w (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 1214 Register rhs_w = rhs.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() 1221 Cbz(rhs_w, trap_div_by_zero); in emit_i32_divs() 1223 Cmp(rhs_w, -1); in emit_i32_divs() 1228 Sdiv(dst_w, lhs_w, rhs_w); in emit_i32_divs() 1244 Register rhs_w = rhs.W(); in emit_i32_rems() local 1250 Sdiv(scratch, lhs_w, rhs_w); in emit_i32_rems() 1252 Cbz(rhs_w, trap_div_by_zero); in emit_i32_rems() 1254 Msub(dst_w, scratch, rhs_w, lhs_ in emit_i32_rems() 1261 Register rhs_w = rhs.W(); emit_i32_remu() local [all...] |
Completed in 5 milliseconds