Searched refs:lhs_x (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 1277 Register lhs_x = lhs.gp().X(); in emit_i64_divs() local 1279 bool can_use_dst = !dst_x.Aliases(lhs_x) && !dst_x.Aliases(rhs_x); in emit_i64_divs() 1282 Sdiv(dst_x, lhs_x, rhs_x); in emit_i64_divs() 1288 Ccmp(lhs_x, 1, NoFlag, eq); in emit_i64_divs() 1292 Sdiv(dst_x, lhs_x, rhs_x); in emit_i64_divs() 1311 Register lhs_x = lhs.gp().X(); in emit_i64_rems() local 1318 Sdiv(scratch, lhs_x, rhs_x); in emit_i64_rems() 1322 Msub(dst_x, scratch, rhs_x, lhs_x); in emit_i64_rems() 1330 Register lhs_x = lhs.gp().X(); in emit_i64_remu() local 1335 Udiv(scratch, lhs_x, rhs_ in emit_i64_remu() [all...] |
Completed in 5 milliseconds