Home
last modified time | relevance | path

Searched refs:is_gp (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/baseline/
Dliftoff-register.h170 (reg.is_gp() && code == LiftoffRegister{reg.gp()}.liftoff_code()) || in from_liftoff_code()
235 constexpr bool is_gp() const { return code_ < kAfterMaxLiftoffGpRegCode; } in is_gp() function
279 DCHECK(is_gp()); in gp()
295 : is_gp_pair() ? kGpRegPair : is_gp() ? kGpReg : kFpReg; in reg_class()
326 } else if (reg.is_gp()) {
Dliftoff-assembler.cc922 } else if (dst.is_gp()) { in Move()
Dliftoff-assembler.h60 bool is_gp_reg() const { return loc_ == kRegister && reg_.is_gp(); } in is_gp_reg()
/external/v8/src/wasm/
Dwasm-debug.cc710 if (reg.is_gp()) { in GetValue()