v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::MipsOperandConverter Class Referencefinal
Inheritance diagram for v8::internal::compiler::MipsOperandConverter:
Collaboration diagram for v8::internal::compiler::MipsOperandConverter:

Public Member Functions

 MipsOperandConverter (CodeGenerator *gen, Instruction *instr)
 
FloatRegister OutputSingleRegister (size_t index=0)
 
FloatRegister InputSingleRegister (size_t index)
 
FloatRegister ToSingleRegister (InstructionOperand *op)
 
Register InputOrZeroRegister (size_t index)
 
DoubleRegister InputOrZeroDoubleRegister (size_t index)
 
DoubleRegister InputOrZeroSingleRegister (size_t index)
 
Operand InputImmediate (size_t index)
 
Operand InputOperand (size_t index)
 
MemOperand MemoryOperand (size_t *first_index)
 
MemOperand MemoryOperand (size_t index=0)
 
MemOperand ToMemOperand (InstructionOperand *op) const
 
MemOperand SlotToMemOperand (int slot) const
 
- Public Member Functions inherited from v8::internal::compiler::InstructionOperandConverter
 InstructionOperandConverter (CodeGenerator *gen, Instruction *instr)
 
Register InputRegister (size_t index) const
 
FloatRegister InputFloatRegister (size_t index)
 
DoubleRegister InputDoubleRegister (size_t index)
 
Simd128Register InputSimd128Register (size_t index)
 
double InputDouble (size_t index)
 
float InputFloat32 (size_t index)
 
int32_t InputInt32 (size_t index)
 
uint32_t InputUint32 (size_t index)
 
int64_t InputInt64 (size_t index)
 
int8_t InputInt8 (size_t index)
 
uint8_t InputUint8 (size_t index)
 
int16_t InputInt16 (size_t index)
 
uint8_t InputInt3 (size_t index)
 
uint8_t InputInt4 (size_t index)
 
uint8_t InputInt5 (size_t index)
 
uint8_t InputInt6 (size_t index)
 
CodeEntrypointTag InputCodeEntrypointTag (size_t index)
 
ExternalReference InputExternalReference (size_t index)
 
Handle< CodeInputCode (size_t index)
 
LabelInputLabel (size_t index)
 
RpoNumber InputRpo (size_t index)
 
Register OutputRegister (size_t index=0) const
 
Register TempRegister (size_t index)
 
FloatRegister OutputFloatRegister (size_t index=0)
 
DoubleRegister OutputDoubleRegister (size_t index=0)
 
DoubleRegister TempDoubleRegister (size_t index)
 
Simd128Register OutputSimd128Register ()
 
Simd128Register TempSimd128Register (size_t index)
 
LabelToLabel (InstructionOperand *op)
 
RpoNumber ToRpoNumber (InstructionOperand *op)
 
Register ToRegister (InstructionOperand *op) const
 
FloatRegister ToFloatRegister (InstructionOperand *op)
 
DoubleRegister ToDoubleRegister (InstructionOperand *op)
 
Simd128Register ToSimd128Register (InstructionOperand *op)
 
Constant ToConstant (InstructionOperand *op) const
 
double ToDouble (InstructionOperand *op)
 
float ToFloat32 (InstructionOperand *op)
 
ExternalReference ToExternalReference (InstructionOperand *op)
 
Handle< CodeToCode (InstructionOperand *op)
 
const Frameframe () const
 
FrameAccessStateframe_access_state () const
 
Isolateisolate () const
 
Linkagelinkage () const
 

Additional Inherited Members

- Protected Attributes inherited from v8::internal::compiler::InstructionOperandConverter
CodeGeneratorgen_
 
Instructioninstr_
 

Detailed Description

Definition at line 27 of file code-generator-mips64.cc.

Constructor & Destructor Documentation

◆ MipsOperandConverter()

v8::internal::compiler::MipsOperandConverter::MipsOperandConverter ( CodeGenerator * gen,
Instruction * instr )
inline

Definition at line 29 of file code-generator-mips64.cc.

Member Function Documentation

◆ InputImmediate()

Operand v8::internal::compiler::MipsOperandConverter::InputImmediate ( size_t index)
inline

Definition at line 66 of file code-generator-mips64.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ InputOperand()

Operand v8::internal::compiler::MipsOperandConverter::InputOperand ( size_t index)
inline

Definition at line 89 of file code-generator-mips64.cc.

Here is the call graph for this function:

◆ InputOrZeroDoubleRegister()

DoubleRegister v8::internal::compiler::MipsOperandConverter::InputOrZeroDoubleRegister ( size_t index)
inline

Definition at line 54 of file code-generator-mips64.cc.

Here is the call graph for this function:

◆ InputOrZeroRegister()

Register v8::internal::compiler::MipsOperandConverter::InputOrZeroRegister ( size_t index)
inline

Definition at line 46 of file code-generator-mips64.cc.

Here is the call graph for this function:

◆ InputOrZeroSingleRegister()

DoubleRegister v8::internal::compiler::MipsOperandConverter::InputOrZeroSingleRegister ( size_t index)
inline

Definition at line 60 of file code-generator-mips64.cc.

Here is the call graph for this function:

◆ InputSingleRegister()

FloatRegister v8::internal::compiler::MipsOperandConverter::InputSingleRegister ( size_t index)
inline

Definition at line 36 of file code-generator-mips64.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MemoryOperand() [1/2]

MemOperand v8::internal::compiler::MipsOperandConverter::MemoryOperand ( size_t * first_index)
inline

Definition at line 97 of file code-generator-mips64.cc.

Here is the call graph for this function:

◆ MemoryOperand() [2/2]

MemOperand v8::internal::compiler::MipsOperandConverter::MemoryOperand ( size_t index = 0)
inline

Definition at line 115 of file code-generator-mips64.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OutputSingleRegister()

FloatRegister v8::internal::compiler::MipsOperandConverter::OutputSingleRegister ( size_t index = 0)
inline

Definition at line 32 of file code-generator-mips64.cc.

Here is the call graph for this function:

◆ SlotToMemOperand()

MemOperand v8::internal::compiler::MipsOperandConverter::SlotToMemOperand ( int slot) const
inline

Definition at line 123 of file code-generator-mips64.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ToMemOperand()

MemOperand v8::internal::compiler::MipsOperandConverter::ToMemOperand ( InstructionOperand * op) const
inline

Definition at line 117 of file code-generator-mips64.cc.

Here is the call graph for this function:

◆ ToSingleRegister()

FloatRegister v8::internal::compiler::MipsOperandConverter::ToSingleRegister ( InstructionOperand * op)
inline

Definition at line 40 of file code-generator-mips64.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

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