![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <register-arm.h>
Public Member Functions | |
void | split_code (int *vm, int *m) const |
VfpRegList | ToVfpRegList () const |
![]() | |
constexpr bool | is_valid () const |
constexpr int8_t | code () const |
constexpr bool | operator== (const RegisterBase< SwVfpRegister, kAfterLastRegister > &other) const |
constexpr bool | operator!= (const RegisterBase< SwVfpRegister, kAfterLastRegister > &other) const |
Static Public Member Functions | |
static void | split_code (int reg_code, int *vm, int *m) |
![]() | |
static constexpr SwVfpRegister | no_reg () |
static constexpr SwVfpRegister | from_code (int8_t code) |
static const char * | GetSpecialRegisterName (int code) |
Static Public Attributes | |
static constexpr int | kSizeInBytes = 4 |
![]() | |
static constexpr int8_t | kCode_no_reg |
static constexpr int8_t | kNumRegisters |
Private Member Functions | |
constexpr | SwVfpRegister (int code) |
Friends | |
class | RegisterBase |
Additional Inherited Members | |
![]() | |
constexpr | RegisterBase (int code) |
Definition at line 123 of file register-arm.h.
|
inlineexplicitconstexprprivate |
Definition at line 140 of file register-arm.h.
|
inline |
Definition at line 132 of file register-arm.h.
|
inlinestatic |
|
inline |
Definition at line 133 of file register-arm.h.
|
friend |
Definition at line 139 of file register-arm.h.
|
staticconstexpr |
Definition at line 125 of file register-arm.h.