Searched refs:getOperandSize (Results 1 - 8 of 8) sorted by relevance

/gem5/src/gpu-compute/
H A Dvector_register_file.cc126 uint32_t pVgpr = w->remap(vgprIdx, ii->getOperandSize(i), 1);
128 if (regBusy(pVgpr, ii->getOperandSize(i)) == 1) {
138 if (regNxtBusy(pVgpr, ii->getOperandSize(i)) == 1) {
165 ii->getOperandSize(i), 1);
168 markReg(physReg, ii->getOperandSize(i), 1);
170 preMarkReg(physReg, ii->getOperandSize(i), 0);
179 uint32_t pipeLen = ii->getOperandSize(i) <= 4 ?
185 ii->getOperandSize(i),
221 ii->getOperandSize(i), 1);
223 preMarkReg(physReg, ii->getOperandSize(
[all...]
H A Dcondition_register_state.cc78 ii->getOperandSize(i),
H A Dgpu_dyn_inst.cc118 GPUDynInst::getOperandSize(int operandIdx) function in class:GPUDynInst
120 return _staticInst->getOperandSize(operandIdx);
H A Dgpu_static_inst.hh85 virtual int getOperandSize(int operandIndex) = 0;
291 int getOperandSize(int operandIndex) override { return 0; }
H A Dgpu_dyn_inst.hh211 int getOperandSize(int operandIdx);
/gem5/src/arch/hsail/insts/
H A Dbranch.hh93 int getOperandSize(int operandIndex) override {
221 int getOperandSize(int operandIndex) override {
373 int getOperandSize(int operandIndex) override {
H A Ddecl.hh174 int getOperandSize(int operandIndex) { function in class:HsailISA::CommonInstBase
307 int getOperandSize(int operandIndex) { function in class:HsailISA::ThreeNonUniformSourceInstBase
476 int getOperandSize(int operandIndex) { function in class:HsailISA::TwoNonUniformSourceInstBase
767 int getOperandSize(int operandIndex) override { return 0; }
794 int getOperandSize(int operandIndex) override { return 0; }
841 int getOperandSize(int operandIndex) { function in class:HsailISA::SpecialInstNoSrcBase
916 int getOperandSize(int operandIndex) { function in class:HsailISA::SpecialInst1SrcBase
1247 int getOperandSize(int operandIndex) { return 0; } function in class:HsailISA::Call
H A Dmem.hh143 int getOperandSize(int operandIndex) override
375 int getOperandSize(int operandIndex) override
662 int getOperandSize(int operandIndex) override
936 int getOperandSize(int operandIndex) override
1139 int getOperandSize(int operandIndex) override
1432 int getOperandSize(int operandIndex) function in class:HsailISA::AtomicInstBase

Completed in 25 milliseconds