Searched refs:pFinal (Results 1 – 1 of 1) sorted by relevance
217 target_ulong pBase, pAddress, pFinal; in PerformLDF() local230 pFinal = pBase; in PerformLDF()232 pFinal += getOffset(opcode) * 4; in PerformLDF()234 pFinal -= getOffset(opcode) * 4; in PerformLDF()236 if (PREINDEXED(opcode)) pAddress = pFinal; else pAddress = pBase; in PerformLDF()246 if (write_back) writeRegister(getRn(opcode),(unsigned int)pFinal); in PerformLDF()252 target_ulong pBase, pAddress, pFinal; in PerformSTF() local266 pFinal = pBase; in PerformSTF()268 pFinal += getOffset(opcode) * 4; in PerformSTF()270 pFinal -= getOffset(opcode) * 4; in PerformSTF()[all …]