![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <register-arm.h>
Private Member Functions | |
constexpr | CRegister (int code) |
constexpr | CRegister (int code) |
constexpr | CRegister (int code) |
Friends | |
class | RegisterBase |
Additional Inherited Members | |
![]() | |
constexpr bool | is_valid () const |
constexpr int8_t | code () const |
constexpr bool | operator== (const RegisterBase< CRegister, kAfterLastRegister > &other) const |
constexpr bool | operator!= (const RegisterBase< CRegister, kAfterLastRegister > &other) const |
![]() | |
static constexpr CRegister | no_reg () |
static constexpr CRegister | from_code (int8_t code) |
static const char * | GetSpecialRegisterName (int code) |
![]() | |
static constexpr int8_t | kCode_no_reg |
static constexpr int8_t | kNumRegisters |
![]() | |
constexpr | RegisterBase (int code) |
Definition at line 228 of file register-s390.h.
|
inlineexplicitconstexprprivate |
Definition at line 254 of file register-arm.h.
|
inlineexplicitconstexprprivate |
Definition at line 290 of file register-ppc.h.
|
inlineexplicitconstexprprivate |
Definition at line 230 of file register-s390.h.
|
friend |
Definition at line 253 of file register-arm.h.