#include <assembler-arm.h>
Public メソッド | |
bool | is_valid () const |
bool | is (CRegister creg) const |
int | code () const |
int | bit () const |
Public 変数 | |
int | code_ |
assembler-arm.h の 106 行で定義されています。
int v8::internal::CRegister::bit | ( | ) | const [inline] |
assembler-arm.h の 113 行で定義されています。
参照先 ASSERT, code_, と is_valid().
int v8::internal::CRegister::code | ( | ) | const [inline] |
bool v8::internal::CRegister::is | ( | CRegister | creg | ) | const [inline] |
assembler-arm.h の 108 行で定義されています。
参照先 code_.
bool v8::internal::CRegister::is_valid | ( | ) | const [inline] |
assembler-arm.h の 119 行で定義されています。
参照元 bit(), code(), is(), と is_valid().