V8 Project
|
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().
|
inlinevirtual |
Definition at line 87 of file lithium-codegen-arm64.cc.
References __, CompareAndBranch(), cond_, lhs_, and rhs_.
|
inlinevirtual |
Definition at line 91 of file lithium-codegen-arm64.cc.
References __, CompareAndBranch(), cond_, lhs_, v8::internal::NegateCondition(), and rhs_.
|
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().