Searched refs:printDestReg (Results 1 - 11 of 11) sorted by relevance

/gem5/src/arch/x86/insts/
H A Dmicroldstop.cc54 printDestReg(response, 0, dataSize);
71 printDestReg(response, baseRegIdx, dataSize);
73 printDestReg(response, baseRegIdx+1, dataSize);
H A Dmicrofpop.cc62 printDestReg(response, 0, dataSize);
H A Dmicromediaop.cc45 printDestReg(response, 0, destSize);
59 printDestReg(response, 0, destSize);
H A Dmicroregop.cc87 printDestReg(response, 0, dataSize);
101 printDestReg(response, 0, dataSize);
H A Dstatic_inst.hh102 void printDestReg(std::ostream &os, int reg, int size) const;
H A Dstatic_inst.cc116 X86StaticInst::printDestReg(std::ostream &os, int reg, int size) const function in class:X86ISA::X86StaticInst
/gem5/src/arch/sparc/insts/
H A Dinteger.cc51 printDestReg(os, 0);
69 printDestReg(os, 0);
75 printDestReg(os, 0);
93 printDestReg(response, 0);
111 printDestReg(response, 0);
122 printDestReg(response, 0);
H A Dbranch.cc55 printDestReg(response, 0);
72 printDestReg(response, 0);
H A Dpriv.cc57 printDestReg(response, 0);
H A Dstatic_inst.hh100 void printDestReg(std::ostream &os, int reg) const;
H A Dstatic_inst.cc90 SparcStaticInst::printDestReg(std::ostream &os, int reg) const function in class:SparcISA::SparcStaticInst

Completed in 12 milliseconds