![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <register-mips64.h>
Private Member Functions | |
constexpr | MSARegister (int code) |
Friends | |
class | RegisterBase |
Additional Inherited Members | |
![]() | |
constexpr bool | is_valid () const |
constexpr int8_t | code () const |
constexpr bool | operator== (const RegisterBase< MSARegister, kAfterLastRegister > &other) const |
constexpr bool | operator!= (const RegisterBase< MSARegister, kAfterLastRegister > &other) const |
![]() | |
static constexpr MSARegister | no_reg () |
static constexpr MSARegister | 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 141 of file register-mips64.h.
|
inlineexplicitconstexprprivate |
Definition at line 143 of file register-mips64.h.
|
friend |
Definition at line 142 of file register-mips64.h.