Searched refs:pBase (Results 1 – 1 of 1) sorted by relevance
217 target_ulong pBase, pAddress, pFinal; in PerformLDF() local223 pBase = readRegister(getRn(opcode)); in PerformLDF()226 pBase += 8; in PerformLDF()230 pFinal = pBase; in PerformLDF()236 if (PREINDEXED(opcode)) pAddress = pFinal; else pAddress = pBase; in PerformLDF()252 target_ulong pBase, pAddress, pFinal; in PerformSTF() local259 pBase = readRegister(getRn(opcode)); in PerformSTF()262 pBase += 8; in PerformSTF()266 pFinal = pBase; in PerformSTF()272 if (PREINDEXED(opcode)) pAddress = pFinal; else pAddress = pBase; in PerformSTF()[all …]