![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <register-ia32.h>
Public Member Functions | |
int | high_bit () const |
int | low_bits () const |
![]() | |
constexpr bool | is_valid () const |
constexpr int8_t | code () const |
constexpr bool | operator== (const RegisterBase< XMMRegister, kAfterLastRegister > &other) const |
constexpr bool | operator!= (const RegisterBase< XMMRegister, kAfterLastRegister > &other) const |
Protected Member Functions | |
constexpr | XMMRegister (int code) |
![]() | |
constexpr | RegisterBase (int code) |
Private Member Functions | |
constexpr | XMMRegister (int code) |
Friends | |
class | RegisterBase< XMMRegister, kDoubleAfterLast > |
Additional Inherited Members | |
![]() | |
static constexpr XMMRegister | no_reg () |
static constexpr XMMRegister | from_code (int8_t code) |
static const char * | GetSpecialRegisterName (int code) |
![]() | |
static constexpr int8_t | kCode_no_reg |
static constexpr int8_t | kNumRegisters |
Definition at line 207 of file register-x64.h.
|
inlineexplicitconstexprprivate |
Definition at line 103 of file register-ia32.h.
|
inlineexplicitconstexprprotected |
Definition at line 218 of file register-x64.h.
|
inline |
Definition at line 211 of file register-x64.h.
|
inline |
|
friend |
Definition at line 65 of file register-ia32.h.