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

/gem5/src/arch/hsail/
H A Doperand.hh706 class NoRegAddrOperand : public AddrOperandBase class in inherits:AddrOperandBase
717 NoRegAddrOperand::calcUniform()
723 NoRegAddrOperand::calcLane(Wavefront *w, int lane)
729 NoRegAddrOperand::calcVector(Wavefront *w, std::vector<Addr> &addrVec)
H A Doperand.cc422 NoRegAddrOperand::init(unsigned opOffset, const BrigObject *obj)
432 fatal("NoRegAddrOperand: bad operand kind %d\n", baseOp->kind);
438 NoRegAddrOperand::disassemble()
/gem5/src/arch/hsail/insts/
H A Dmem.hh191 return new LdaInst<DataType, NoRegAddrOperand>(ib, obj, "ldas");
709 return new LdInst<MemDT, DestDT, NoRegAddrOperand>(ib, obj, "ld");
1193 NoRegAddrOperand>(ib, obj, "st", srcIdx);
1731 return constructAtomic<DataType, NoRegAddrOperand,

Completed in 15 milliseconds