Searched refs:INTREG_LR (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/power/
H A Dregisters.hh103 INTREG_LR, enumerator in enum:PowerISA::MiscIntRegNums
H A Dremote_gdb.cc192 r.lr = htobe((uint32_t)context->readIntReg(INTREG_LR));
211 context->setIntReg(INTREG_LR, betoh(r.lr));
/gem5/src/arch/arm/
H A Dregisters.hh123 const int ReturnAddressReg = INTREG_LR;
H A Dremote_gdb.cc272 r.gpr[14] = context->readIntReg(INTREG_LR);
302 context->setIntReg(INTREG_LR, r.gpr[14]);
H A Dintregs.hh72 INTREG_LR = INTREG_R14, enumerator in enum:ArmISA::IntRegIndex
183 INTREG_LR_USR = INTREG_LR,
252 INTREG_LR_HYP = INTREG_LR,
H A Dfaults.cc567 tc->setIntReg(INTREG_LR, curPc +
604 "%s\n", name(), cpsr, curPc, tc->readIntReg(INTREG_LR),

Completed in 13 milliseconds