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

/gem5/src/arch/hsail/insts/
H A Dbranch.hh151 class BrnIndirectInst : public BrnInstBase<SRegOperand>
155 : BrnInstBase<SRegOperand>(ib, obj)
317 class CbrIndirectInst : public CbrInstBase<SRegOperand>
321 : CbrInstBase<SRegOperand>(ib, obj)
426 class BrIndirectInst : public BrInstBase<SRegOperand>
430 : BrInstBase<SRegOperand>(ib, obj)
H A Ddecl.hh58 typedef HsailOperandType<SRegOperand, SRegOrImmOperand> SRegOperandType;
/gem5/src/arch/hsail/
H A Doperand.hh120 class SRegOperand : public BaseRegOperand class in inherits:BaseRegOperand
202 SRegOperand::set(Wavefront *w, int lane, OperandType &val)
215 SRegOperand::set(Wavefront *w, int lane, uint64_t &val)
576 typedef RegOrImmOperand<SRegOperand, uint32_t> SRegOrImmOperand;
703 typedef RegAddrOperand<SRegOperand> SRegAddrOperand;
745 // special get method for compatibility with SRegOperand
H A Doperand.cc190 unsigned SRegOperand::maxRegIdx;
195 SRegOperand::disassemble()
/gem5/src/gpu-compute/
H A Dhsail_code.cc78 SRegOperand::maxRegIdx = 0;
211 max_sreg = SRegOperand::maxRegIdx;

Completed in 18 milliseconds