Searched refs:ForPair (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-register.h | 169 code == ForPair(reg.low_gp(), reg.high_gp()).liftoff_code()) || in from_liftoff_code() 205 static LiftoffRegister ForPair(Register low, Register high) { in ForPair() function in v8::internal::wasm::LiftoffRegister
|
H A D | liftoff-assembler.cc | 1121 PushRegister(return_kind, LiftoffRegister::ForPair(reg_pair[0].gp(), in FinishCall() 1166 return_reg = LiftoffRegister::ForPair(kGpReturnRegisters[0], in MoveToReturnLocations()
|
H A D | liftoff-assembler.h | 259 return LiftoffRegister::ForPair(low, high); 564 return LiftoffRegister::ForPair(low, high); in GetUnusedRegister()
|
H A D | liftoff-compiler.cc | 676 reg = LiftoffRegister::ForPair(reg.gp(), reg2.gp()); in ProcessParameter() 3212 result = LiftoffRegister::ForPair(mem_size, high_word.gp());
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 884 {{LiftoffRegister::ForPair(base, offset), in AtomicBinop64() 885 LiftoffRegister::ForPair(dst_addr, offset_reg), kI64}}); in AtomicBinop64() 934 {{result, LiftoffRegister::ForPair(old_lo, old_hi), kI64}}); in AtomicBinop64() 1122 {LiftoffRegister::ForPair(expected_lo, expected_hi), expected, kI64}, in AtomicCompareExchange() 1135 {{result, LiftoffRegister::ForPair(expected_lo, expected_hi), kI64}}); in AtomicCompareExchange() 1579 LiftoffRegister tmp_result = LiftoffRegister::ForPair(dst_low, dst_high); in OpWithCarry() 1639 ParallelRegisterMove({{LiftoffRegister::ForPair(lhs_lo, lhs_hi), lhs, kI64}, in emit_i64_mul() 1640 {LiftoffRegister::ForPair(rhs_lo, rhs_hi), rhs, kI64}}); in emit_i64_mul() 1654 LiftoffRegister dst_tmp = LiftoffRegister::ForPair(dst_lo, dst_hi); in emit_i64_mul() 1691 return LiftoffRegister::ForPair(new_re in ReplaceInPair() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1050 op(lasm, LiftoffRegister::ForPair(dst_low, dst_high), in AtomicOp64() 1051 LiftoffRegister::ForPair(dst_low, dst_high), in AtomicOp64() 1052 LiftoffRegister::ForPair(value_low, value_high)); in AtomicOp64() 1102 {{dst, LiftoffRegister::ForPair(dst_low, dst_high), kI64}}); in AtomicLoad() 1223 {{LiftoffRegister::ForPair(new_value_low, new_value_high), new_value, in AtomicI64CompareExchange() 1225 {LiftoffRegister::ForPair(expected_low, expected_high), expected, kI64}, in AtomicI64CompareExchange() 1255 {{result, LiftoffRegister::ForPair(result_low, result_high), kI64}}); in AtomicI64CompareExchange()
|
Completed in 26 milliseconds