|
V8 Project
|
Inheritance diagram for v8::internal::TestAndBranch:
Collaboration diagram for v8::internal::TestAndBranch:Public Member Functions | |
| TestAndBranch (LCodeGen *codegen, Condition cond, const Register &value, uint64_t mask) | |
| virtual void | Emit (Label *label) const |
| virtual void | EmitInverted (Label *label) const |
Private Attributes | |
| Condition | cond_ |
| const Register & | value_ |
| uint64_t | mask_ |
Definition at line 106 of file lithium-codegen-arm64.cc.
|
inline |
Definition at line 108 of file lithium-codegen-arm64.cc.
|
inlinevirtual |
Definition at line 117 of file lithium-codegen-arm64.cc.
References __, v8::internal::B, cond_, v8::internal::eq, mask_, v8::internal::ne, and value_.
|
inlinevirtual |
Definition at line 131 of file lithium-codegen-arm64.cc.
References __, v8::internal::B, cond_, v8::internal::eq, mask_, v8::internal::ne, v8::internal::NegateCondition(), and value_.
Here is the call graph for this function:
|
private |
Definition at line 147 of file lithium-codegen-arm64.cc.
Referenced by Emit(), and EmitInverted().
|
private |
Definition at line 149 of file lithium-codegen-arm64.cc.
Referenced by Emit(), and EmitInverted().
|
private |
Definition at line 148 of file lithium-codegen-arm64.cc.
Referenced by Emit(), and EmitInverted().