Searched refs:lhs_w (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 480 Register lhs_w = lhs.W(); in emit_i32_divs() local 482 bool can_use_dst = !dst_w.Aliases(lhs_w) && !dst_w.Aliases(rhs_w); in emit_i32_divs() 485 Sdiv(dst_w, lhs_w, rhs_w); in emit_i32_divs() 491 Ccmp(lhs_w, 1, NoFlag, eq); in emit_i32_divs() 495 Sdiv(dst_w, lhs_w, rhs_w); in emit_i32_divs() 510 Register lhs_w = lhs.W(); in emit_i32_rems() local 517 Sdiv(scratch, lhs_w, rhs_w); in emit_i32_rems() 521 Msub(dst_w, scratch, rhs_w, lhs_w); in emit_i32_rems() 527 Register lhs_w = lhs.W(); in emit_i32_remu() local 532 Udiv(scratch, lhs_w, rhs_w); in emit_i32_remu() [all …]
|