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
TestAndBranch Class Reference
Inheritance diagram for TestAndBranch:
Collaboration diagram for 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
 

Detailed Description

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

Constructor & Destructor Documentation

TestAndBranch ( LCodeGen codegen,
Condition  cond,
const Register value,
uint64_t  mask 
)
inline

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

Member Function Documentation

virtual void Emit ( Label *  label) const
inlinevirtual

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

References __, v8::internal::B, v8::internal::eq, and v8::internal::ne.

virtual void EmitInverted ( Label *  label) const
inlinevirtual

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