v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BranchIfNonZeroNumber Class Reference
Inheritance diagram for BranchIfNonZeroNumber:
Collaboration diagram for 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
 

Detailed Description

Definition at line 174 of file lithium-codegen-arm64.cc.

Constructor & Destructor Documentation

BranchIfNonZeroNumber ( LCodeGen codegen,
const FPRegister value,
const FPRegister scratch 
)
inline

Definition at line 176 of file lithium-codegen-arm64.cc.

Member Function Documentation

virtual void Emit ( Label *  label) const
inlinevirtual

Definition at line 180 of file lithium-codegen-arm64.cc.

References __, v8::internal::B, and v8::internal::gt.

virtual void EmitInverted ( Label *  label) const
inlinevirtual

Definition at line 188 of file lithium-codegen-arm64.cc.

References __, v8::internal::B, and v8::internal::le.


The documentation for this class was generated from the following file: