#include <operand.hh>
Definition at line 64 of file operand.hh.
◆ Operand() [1/2]
Gcn3ISA::Operand::Operand |
( |
| ) |
|
|
delete |
◆ Operand() [2/2]
Gcn3ISA::Operand::Operand |
( |
GPUDynInstPtr |
gpuDynInst, |
|
|
int |
opIdx |
|
) |
| |
|
inline |
◆ read()
virtual void Gcn3ISA::Operand::read |
( |
| ) |
|
|
pure virtual |
◆ write()
virtual void Gcn3ISA::Operand::write |
( |
| ) |
|
|
pure virtual |
◆ _gpuDynInst
instruction object that owns this operand
Definition at line 87 of file operand.hh.
◆ _opIdx
int Gcn3ISA::Operand::_opIdx |
|
protected |
op selector value for this operand.
note that this is not the same as the register file index, be it scalar or vector. this could refer to inline constants, system regs, or even special values.
Definition at line 94 of file operand.hh.
The documentation for this class was generated from the following file: