![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
LiftoffRegister (Register reg) | |
LiftoffRegister (DoubleRegister reg) | |
constexpr bool | is_pair () const |
constexpr bool | is_gp () const |
constexpr bool | is_fp () const |
LiftoffRegister | low () const |
LiftoffRegister | high () const |
Register | low_gp () const |
Register | high_gp () const |
Register | gp () const |
DoubleRegister | fp () const |
uint32_t | liftoff_code () const |
RegClass | reg_class () const |
bool | operator== (const LiftoffRegister other) const |
bool | operator!= (const LiftoffRegister other) const |
bool | overlaps (const LiftoffRegister other) const |
Static Public Member Functions | |
static LiftoffRegister | from_liftoff_code (int code) |
static LiftoffRegister | from_code (RegClass rc, int code) |
static LiftoffRegister | ForPair (Register low, Register high) |
Definition at line 69 of file liftoff-register.h.