V8 Project
|
#include <assembler-arm.h>
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().
|
inline |
Definition at line 184 of file assembler-arm.h.
References code_, DCHECK, and is_valid().
|
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().
Definition at line 192 of file assembler-arm.h.
References code_, DCHECK, and is_valid().
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.