#include <operand.hh>
|
| Operand ()=delete |
|
| Operand (GPUDynInstPtr gpuDynInst, int opIdx) |
|
virtual void | read ()=0 |
| read from and write to the underlying register(s) that this operand is referring to.
|
|
virtual void | write ()=0 |
|
Definition at line 64 of file operand.hh.
◆ Operand() [1/2]
gem5::VegaISA::Operand::Operand |
( |
| ) |
|
|
delete |
◆ Operand() [2/2]
gem5::VegaISA::Operand::Operand |
( |
GPUDynInstPtr | gpuDynInst, |
|
|
int | opIdx ) |
|
inline |
◆ read()
virtual void gem5::VegaISA::Operand::read |
( |
| ) |
|
|
pure virtual |
◆ write()
virtual void gem5::VegaISA::Operand::write |
( |
| ) |
|
|
pure virtual |
◆ _gpuDynInst
instruction object that owns this operand
Definition at line 87 of file operand.hh.
Referenced by Operand().
◆ _opIdx
int gem5::VegaISA::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.
Referenced by Operand().
The documentation for this class was generated from the following file: