|
V8 Project
|
Inheritance diagram for v8::internal::BranchIfNonZeroNumber:
Collaboration diagram for v8::internal::BranchIfNonZeroNumber:Public Member Functions | |
| BranchIfNonZeroNumber (LCodeGen *codegen, const FPRegister &value, const FPRegister &scratch) | |
| virtual void | Emit (Label *label) const |
| virtual void | EmitInverted (Label *label) const |
Private Attributes | |
| const FPRegister & | value_ |
| const FPRegister & | scratch_ |
Definition at line 154 of file lithium-codegen-arm64.cc.
|
inline |
Definition at line 156 of file lithium-codegen-arm64.cc.
|
inlinevirtual |
Definition at line 160 of file lithium-codegen-arm64.cc.
References __, v8::internal::B, v8::internal::gt, scratch_, and value_.
|
inlinevirtual |
Definition at line 168 of file lithium-codegen-arm64.cc.
References __, v8::internal::B, v8::internal::le, scratch_, and value_.
|
private |
Definition at line 176 of file lithium-codegen-arm64.cc.
Referenced by Emit(), and EmitInverted().
|
private |
Definition at line 175 of file lithium-codegen-arm64.cc.
Referenced by Emit(), and EmitInverted().