V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::RegisterBase< SubType, kAfterLastRegister > Class Template Reference

Public Member Functions

constexpr operator RegisterCode () const
 
bool is_valid () const
 
int code () const
 
RegList bit () const
 
constexpr bool operator== (SubType other) const
 
constexpr bool operator!= (SubType other) const
 

Static Public Member Functions

static constexpr SubType no_reg ()
 
template<int code>
static constexpr SubType from_code ()
 
template<RegisterCode reg_code>
static constexpr int code ()
 
template<RegisterCode reg_code>
static constexpr RegList bit ()
 
static SubType from_code (int code)
 
template<RegisterCode... reg_codes>
static constexpr RegList ListOf ()
 
template<typename... Register>
static RegList ListOf (Register... regs)
 

Static Public Attributes

static constexpr int kCode_no_reg = -1
 
static constexpr int kNumRegisters = kAfterLastRegister
 

Protected Member Functions

constexpr RegisterBase (int code)
 

Protected Attributes

int reg_code_
 

Detailed Description

template<typename SubType, int kAfterLastRegister>
class v8::internal::RegisterBase< SubType, kAfterLastRegister >

Definition at line 456 of file assembler.h.


The documentation for this class was generated from the following file: