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

/gem5/src/arch/hsail/
H A DBrig.h53 typedef BrigBase BrigOperand; typedef in namespace:Brig
H A Doperand.cc45 const BrigOperand *brigOp = obj->getOperand(opOffset);
65 const BrigOperand *brigOp = (const BrigOperand*)obj->getOperand(opOffset);
118 const BrigOperand *baseOp = obj->getOperand(opOffset);
145 const BrigOperand *brigOp = obj->getOperand(opOffset);
157 const BrigOperand *p =
158 (const BrigOperand*)obj->getOperand(*data_offset);
215 const BrigOperand *baseOp = obj->getOperand(opOffset);
243 const BrigOperand *op_p = (const BrigOperand *)
[all...]
H A Doperand.hh392 const Brig::BrigOperand *brigOp = obj->getOperand(opOffset);
424 const Brig::BrigOperand *brigOp = obj->getOperand(opOffset);
438 const Brig::BrigOperand *p =
439 (const Brig::BrigOperand *)obj->getOperand(*data_offset);
622 const BrigOperand *baseOp = obj->getOperand(opOffset);
/gem5/src/arch/hsail/insts/
H A Dbranch.cc48 const Brig::BrigOperand *reg = obj->getOperand(op_offs);
63 const Brig::BrigOperand *reg = obj->getOperand(op_offs);
78 const Brig::BrigOperand *reg = obj->getOperand(op_offs);
H A Dmem.hh240 const Brig::BrigOperand *brigOp = obj->getOperand(op_offs);
256 const Brig::BrigOperand *brigOp = obj->getOperand(op_offs);
412 const Brig::BrigOperand *brigOp = obj->getOperand(op_offs);
809 const BrigOperand *baseOp = obj->getOperand(op_offs);
972 const Brig::BrigOperand *baseOp = obj->getOperand(op_offs);
/gem5/src/gpu-compute/
H A Dbrig_object.hh104 const Brig::BrigOperand* getOperand(int offs) const;
H A Dbrig_object.cc115 const BrigOperand*
118 return (const BrigOperand*)getSectionOffset(OperandsSectionIndex, offs);
292 const BrigOperand *brigOp = getOperand(p->init);

Completed in 18 milliseconds