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

/gem5/src/arch/hsail/
H A Doperand.hh600 class RegAddrOperand : public AddrOperandBase class in inherits:AddrOperandBase
618 RegAddrOperand<RegOperandType>::init(unsigned opOffset, const BrigObject *obj)
655 fatal("RegAddrOperand: bad operand kind %d\n", baseOp->kind);
662 RegAddrOperand<RegOperandType>::calcUniform()
671 RegAddrOperand<RegOperandType>::calcVector(Wavefront *w,
689 RegAddrOperand<RegOperandType>::calcLane(Wavefront *w, int lane)
698 RegAddrOperand<RegOperandType>::disassemble()
703 typedef RegAddrOperand<SRegOperand> SRegAddrOperand;
704 typedef RegAddrOperand<DRegOperand> DRegAddrOperand;

Completed in 7 milliseconds