V8 Project
|
#include <assembler-arm.h>
Public Member Functions | |
bool | is_valid () const |
bool | is (QwNeonRegister reg) const |
int | code () const |
void | split_code (int *vm, int *m) const |
Static Public Member Functions | |
static QwNeonRegister | from_code (int code) |
Public Attributes | |
int | code_ |
Static Public Attributes | |
static const int | kMaxNumRegisters = 16 |
Definition at line 302 of file assembler-arm.h.
|
inline |
Definition at line 314 of file assembler-arm.h.
References code_, DCHECK, and is_valid().
Referenced by from_code().
|
inlinestatic |
Definition at line 305 of file assembler-arm.h.
References code().
|
inline |
|
inline |
Definition at line 310 of file assembler-arm.h.
References code_, and kMaxNumRegisters.
Referenced by code(), and split_code().
Definition at line 318 of file assembler-arm.h.
References code_, DCHECK, and is_valid().
int v8::internal::QwNeonRegister::code_ |
Definition at line 325 of file assembler-arm.h.
Referenced by code(), is(), is_valid(), and split_code().
|
static |
Definition at line 303 of file assembler-arm.h.
Referenced by is_valid().