Home
last modified time | relevance | path

Searched refs:is_gp (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h166 (reg.is_gp() && code == LiftoffRegister{reg.gp()}.liftoff_code()) || in from_liftoff_code()
231 constexpr bool is_gp() const { return code_ < kAfterMaxLiftoffGpRegCode; } in is_gp() function in v8::internal::wasm::LiftoffRegister
275 DCHECK(is_gp()); in gp()
291 : is_gp_pair() ? kGpRegPair : is_gp() ? kGpReg : kFpReg; in reg_class()
322 } else if (reg.is_gp()) { in operator <<()
H A Dliftoff-assembler.h130 bool is_gp_reg() const { return loc_ == kRegister && reg_.is_gp(); } in is_gp_reg()
614 if (r.is_gp() && cache_state_.cached_instance == r.gp()) { in SpillRegisters()
616 } else if (r.is_gp() && cache_state_.cached_mem_start == r.gp()) { in SpillRegisters()
H A Dliftoff-assembler.cc1141 } else if (dst.is_gp()) { in Move()
H A Dliftoff-compiler.cc2822 DCHECK(index.is_gp());
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc610 if (reg.is_gp()) { in GetValue()

Completed in 16 milliseconds