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

/gem5/src/arch/x86/
H A Dtypes.cc60 paramOut(cp, name + ".opSize", machInst.opSize);
101 paramIn(cp, name + ".opSize", machInst.opSize);
H A Dtypes.hh226 uint8_t opSize; member in struct:X86ISA::ExtMachInst
278 if (emi1.opSize != emi2.opSize)
368 emi.opSize ^ emi.addrSize ^
H A Ddecoder.cc467 emi.opSize = 1 << logOpSize;
539 immediateSize = (emi.opSize == 8) ? 4 : emi.opSize;
/gem5/src/arch/x86/insts/
H A Dmicroop.hh94 uint8_t opSize; member in class:X86ISA::X86MicroopBase
/gem5/src/arch/hsail/insts/
H A Ddecl.hh177 return src[operandIndex].opSize();
179 return dest.opSize();
310 return src0.opSize();
312 return src1.opSize();
314 return src2.opSize();
316 return dest.opSize();
479 return src0.opSize();
481 return src1.opSize();
483 return dest.opSize();
843 return dest.opSize();
[all...]
H A Dbranch.hh95 return target.opSize();
224 return target.opSize();
375 return target.opSize();
H A Dmem.hh146 return((operandIndex == 0) ? dest.opSize() :
147 this->addr.opSize());
378 return((operandIndex == 0) ? dest.opSize() :
379 this->addr.opSize());
667 return(this->addr.opSize());
669 return(dest_vect[operandIndex].opSize());
673 AddrOperandType>::dest.opSize());
939 return !operandIndex ? src.opSize() : this->addr.opSize();
1143 return this->addr.opSize();
[all...]
/gem5/src/arch/hsail/
H A Doperand.hh73 uint32_t opSize() { return regOperandSize; } function in class:BaseOperand
481 opSize() function in class:RegOrImmOperand
484 return reg_op.opSize();
608 uint32_t opSize() { return reg.opSize(); } function in class:RegAddrOperand

Completed in 23 milliseconds