Home
last modified time | relevance | path

Searched refs:is_gp_pair (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h168 (reg.is_gp_pair() && in from_liftoff_code()
225 constexpr bool is_gp_pair() const { in is_gp_pair() function in v8::internal::wasm::LiftoffRegister
240 return is_gp_pair() ? LiftoffRegister(low_gp()) : LiftoffRegister(low_fp()); in low()
246 return is_gp_pair() ? LiftoffRegister(high_gp()) in high()
251 DCHECK(is_gp_pair()); in low_gp()
257 DCHECK(is_gp_pair()); in high_gp()
291 : is_gp_pair() ? kGpRegPair : is_gp() ? kGpReg : kFpReg; in reg_class()
295 DCHECK_EQ(is_gp_pair(), other.is_gp_pair()); in operator ==()
300 DCHECK_EQ(is_gp_pair(), othe in operator !=()
[all...]
H A Dliftoff-assembler.cc170 if (src.is_gp_pair()) { in MoveRegister()
202 if (dst.is_gp_pair()) { in LoadConstant()
223 if (dst.is_gp_pair()) { in LoadStackSlot()
374 if (it->is_gp_pair() == src.is_gp_pair() && in Lookup()
950 const bool is_gp_pair = kNeedI64RegPair && kind == kI64; in PrepareStackTransfers() local
951 const int num_lowered_params = is_gp_pair ? 2 : 1; in PrepareStackTransfers()
958 is_gp_pair && lowered_idx == 0 ? kHighWord : kLowWord; in PrepareStackTransfers()
964 RegClass rc = is_gp_pair ? kGpReg : reg_class_for(kind); in PrepareStackTransfers()
969 if (is_gp_pair) { in PrepareStackTransfers()
[all...]
H A Dliftoff-compiler.cc1874 amount.is_gp_pair() ? amount.low_gp() : amount.gp()); \ in BinOp()
2808 kNeedI64RegPair && index.is_gp_pair() ? index.low_gp() : index.gp();
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc603 if (reg.is_gp_pair()) { in GetValue()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h443 DCHECK_EQ(type.value_type() == kWasmI64, dst.is_gp_pair()); in Load()
517 DCHECK_EQ(type.value_type() == kWasmI64, src.is_gp_pair()); in Store()
589 DCHECK_EQ(type.value_type() == kWasmI64, dst.is_gp_pair()); in AtomicLoad()
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1085 DCHECK(pair.is_gp_pair()); in IsRegInRegPair()
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h647 DCHECK_IMPLIES(type.value_type() == kWasmI64, dst.is_gp_pair()); in LoadInternal()

Completed in 33 milliseconds