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

/gem5/src/cpu/o3/
H A Dscoreboard.hh99 void setReg(PhysRegIdPtr phys_reg) function in class:Scoreboard
H A Dcpu.cc789 scoreboard.setReg(phys_reg);
797 scoreboard.setReg(phys_reg);
805 scoreboard.setReg(phys_reg);
H A Diew_impl.hh1489 scoreboard->setReg(inst->renamedDestRegIdx(i));
/gem5/src/arch/x86/
H A Dinterrupts.hh238 void setReg(ApicRegIndex reg, uint32_t val);
H A Dinterrupts.cc220 setReg(reg, gtoh(val));
410 X86ISA::Interrupts::setReg(ApicRegIndex reg, uint32_t val) function in class:X86ISA::Interrupts
785 setReg(APIC_INITIAL_COUNT, readReg(APIC_INITIAL_COUNT));

Completed in 18 milliseconds