|
V8 Project
|
Inheritance diagram for v8::internal::CompareAndBranch:
Collaboration diagram for v8::internal::CompareAndBranch:Public Member Functions | |
| CompareAndBranch (LCodeGen *codegen, Condition cond, const Register &lhs, const Operand &rhs) | |
| virtual void | Emit (Label *label) const |
| virtual void | EmitInverted (Label *label) const |
Private Attributes | |
| Condition | cond_ |
| const Register & | lhs_ |
| const Operand & | rhs_ |
Definition at line 76 of file lithium-codegen-arm64.cc.
|
inline |
Definition at line 78 of file lithium-codegen-arm64.cc.
Referenced by Emit(), and EmitInverted().
Here is the caller graph for this function:
|
inlinevirtual |
Definition at line 87 of file lithium-codegen-arm64.cc.
References __, CompareAndBranch(), cond_, lhs_, and rhs_.
Here is the call graph for this function:
|
inlinevirtual |
Definition at line 91 of file lithium-codegen-arm64.cc.
References __, CompareAndBranch(), cond_, lhs_, v8::internal::NegateCondition(), and rhs_.
Here is the call graph for this function:
|
private |
Definition at line 96 of file lithium-codegen-arm64.cc.
Referenced by Emit(), and EmitInverted().
|
private |
Definition at line 97 of file lithium-codegen-arm64.cc.
Referenced by Emit(), and EmitInverted().
|
private |
Definition at line 98 of file lithium-codegen-arm64.cc.
Referenced by Emit(), and EmitInverted().