V8 Project
v8::internal::compiler::RegisterOrOperand Struct Reference
+ Collaboration diagram for v8::internal::compiler::RegisterOrOperand:

Public Member Functions

 RegisterOrOperand ()
 

Public Attributes

Register reg
 
DoubleRegister double_reg
 
Operand operand
 
RegisterOrOperandType type
 

Detailed Description

Definition at line 37 of file code-generator-x64.cc.

Constructor & Destructor Documentation

◆ RegisterOrOperand()

v8::internal::compiler::RegisterOrOperand::RegisterOrOperand ( )
inline

Definition at line 38 of file code-generator-x64.cc.

Member Data Documentation

◆ double_reg

DoubleRegister v8::internal::compiler::RegisterOrOperand::double_reg

◆ operand

Operand v8::internal::compiler::RegisterOrOperand::operand

◆ reg

Register v8::internal::compiler::RegisterOrOperand::reg

◆ type


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