Searched refs:addr_operand (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/hsail/insts/
H A Dmem.hh51 MemInst() : size(0), addr_operand(nullptr) { }
71 addr_operand = nullptr;
77 addr_operand = _addr_operand;
82 AddrOperandBase *addr_operand; member in class:HsailISA::MemInst
86 AddrOperandBase *getAddressOperand() { return addr_operand; }

Completed in 9 milliseconds