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

/gem5/src/arch/hsail/insts/
H A Ddecl.hh187 return src[operandIndex].regIndex();
189 return dest.regIndex();
324 return src0.regIndex();
326 return src1.regIndex();
328 return src2.regIndex();
330 return dest.regIndex();
491 return src0.regIndex();
493 return src1.regIndex();
495 return dest.regIndex();
850 return dest.regIndex();
[all...]
H A Dmem.hh153 return((operandIndex == 0) ? dest.regIndex() :
154 this->addr.regIndex());
385 return((operandIndex == 0) ? dest.regIndex() :
386 this->addr.regIndex());
536 int dst = this->dest.regIndex() + k;
538 dst = dest_vect[k].regIndex();
682 return(this->addr.regIndex());
684 return(dest_vect[operandIndex].regIndex());
688 AddrOperandType>::dest.regIndex());
945 return !operandIndex ? src.regIndex()
[all...]
H A Dbranch.hh102 return target.regIndex();
233 return target.regIndex();
381 return target.regIndex();
H A Dmem_impl.hh225 m->dst_reg = this->dest.regIndex();
230 m->dst_reg_vec[i] = this->dest_vect[i].regIndex();
579 m->dst_reg = this->dest.regIndex();
/gem5/src/arch/hsail/
H A Doperand.hh72 unsigned int regIndex() { return 0; } function in class:BaseOperand
117 unsigned int regIndex() { return regIdx; } function in class:BaseRegOperand
520 regIndex() function in class:RegOrImmOperand
523 return reg_op.regIndex();
612 unsigned int regIndex() { return reg.regIndex(); } function in class:RegAddrOperand

Completed in 11 milliseconds