|
V8 Project
|
#include <assembler-arm.h>
Collaboration diagram for v8::internal::SwVfpRegister:Public Member Functions | |
| bool | is_valid () const |
| bool | is (SwVfpRegister reg) const |
| int | code () const |
| int | bit () const |
| void | split_code (int *vm, int *m) const |
Public Attributes | |
| int | code_ |
Static Public Attributes | |
| static const int | kSizeInBytes = 4 |
Definition at line 180 of file assembler-arm.h.
|
inline |
Definition at line 188 of file assembler-arm.h.
References code_, DCHECK, and is_valid().
Here is the call graph for this function:
|
inline |
Definition at line 184 of file assembler-arm.h.
References code_, DCHECK, and is_valid().
Here is the call graph for this function:
|
inline |
|
inline |
Definition at line 182 of file assembler-arm.h.
References code_.
Referenced by bit(), code(), v8::internal::LowDwVfpRegister::high(), v8::internal::LowDwVfpRegister::low(), and split_code().
Here is the caller graph for this function:Definition at line 192 of file assembler-arm.h.
References code_, DCHECK, and is_valid().
Here is the call graph for this function:| int v8::internal::SwVfpRegister::code_ |
Definition at line 198 of file assembler-arm.h.
Referenced by bit(), code(), v8::internal::LowDwVfpRegister::high(), is(), is_valid(), v8::internal::LowDwVfpRegister::low(), and split_code().
|
static |
Definition at line 181 of file assembler-arm.h.