|
V8 Project
|
#include <assembler-arm.h>
Collaboration diagram for v8::internal::QwNeonRegister: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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 305 of file assembler-arm.h.
References code().
Here is the call graph for this function:
|
inline |
|
inline |
Definition at line 310 of file assembler-arm.h.
References code_, and kMaxNumRegisters.
Referenced by code(), and split_code().
Here is the caller graph for this function:Definition at line 318 of file assembler-arm.h.
References code_, DCHECK, and is_valid().
Here is the call graph for this function:| 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().