Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h168 inline Register EnsureNoAlias(Assembler* assm, Register reg, in EnsureNoAlias() function
1140 Register src_low = liftoff::EnsureNoAlias(this, src.low_gp(), dst, &temps); in emit_i64_shli()
1164 Register src_high = liftoff::EnsureNoAlias(this, src.high_gp(), dst, &temps); in emit_i64_sari()
1183 Register src_high = liftoff::EnsureNoAlias(this, src.high_gp(), dst, &temps); in emit_i64_shri()
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h248 inline Register EnsureNoAlias(Assembler* assm, Register reg, in EnsureNoAlias() function
1775 liftoff::EnsureNoAlias(this, src.low_gp(), dst.high_gp(), &temps); in emit_i64_shli()
1790 liftoff::EnsureNoAlias(this, src.high_gp(), dst.low_gp(), &temps); in emit_i64_sari()
1805 liftoff::EnsureNoAlias(this, src.high_gp(), dst.low_gp(), &temps); in emit_i64_shri()

Completed in 13 milliseconds