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

/gem5/src/arch/hsail/
H A Doperand.hh103 class BaseRegOperand : public BaseOperand class in inherits:BaseOperand
120 class SRegOperand : public BaseRegOperand
131 return BaseRegOperand::init(opOffset, obj, maxRegIdx, 's');
140 return BaseRegOperand::init_from_vect(opOffset, obj, at, maxRegIdx,
150 return BaseRegOperand::initWithStrOffset(strOffset, obj, maxRegIdx,
225 class DRegOperand : public BaseRegOperand
236 return BaseRegOperand::init(opOffset, obj, maxRegIdx, 'd');
245 return BaseRegOperand::init_from_vect(opOffset, obj, at, maxRegIdx,
255 return BaseRegOperand::initWithStrOffset(strOffset, obj, maxRegIdx,
289 class CRegOperand : public BaseRegOperand
[all...]
H A Doperand.cc41 BaseRegOperand::init(unsigned opOffset, const BrigObject *obj,
141 BaseRegOperand::init_from_vect(unsigned opOffset, const BrigObject *obj,
176 BaseRegOperand::initWithStrOffset(unsigned strOffset, const BrigObject *obj,
/gem5/src/gpu-compute/
H A Dgpu_static_inst.hh57 class BaseRegOperand;

Completed in 9 milliseconds