![]() |
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 |
DwVfpRegister | low () const |
DwVfpRegister | high () const |
VfpRegList | ToVfpRegList () const |
![]() | |
constexpr bool | is_valid () const |
constexpr int8_t | code () const |
constexpr bool | operator== (const RegisterBase< QwNeonRegister, kAfterLastRegister > &other) const |
constexpr bool | operator!= (const RegisterBase< QwNeonRegister, kAfterLastRegister > &other) const |
Static Public Member Functions | |
static void | split_code (int reg_code, int *vm, int *m) |
![]() | |
static constexpr QwNeonRegister | no_reg () |
static constexpr QwNeonRegister | from_code (int8_t code) |
static const char * | GetSpecialRegisterName (int code) |
Private Member Functions | |
constexpr | QwNeonRegister (int code) |
Friends | |
class | RegisterBase |
Additional Inherited Members | |
![]() | |
static constexpr int8_t | kCode_no_reg |
static constexpr int8_t | kNumRegisters |
![]() | |
constexpr | RegisterBase (int code) |
Definition at line 217 of file register-arm.h.
|
inlineexplicitconstexprprivate |
Definition at line 237 of file register-arm.h.
|
inline |
Definition at line 227 of file register-arm.h.
|
inline |
Definition at line 226 of file register-arm.h.
|
inline |
Definition at line 225 of file register-arm.h.
|
inlinestatic |
Definition at line 219 of file register-arm.h.
|
inline |
Definition at line 230 of file register-arm.h.
|
friend |
Definition at line 236 of file register-arm.h.