|
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 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 constexpr int | kCode_no_reg = -1 |
|
static constexpr int | kNumRegisters = kAfterLastRegister |
|
|
constexpr | RegisterBase (int code) |
|
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: