Home
last modified time | relevance | path

Searched refs:pBase (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cpdt.c217 target_ulong pBase, pAddress, pFinal; in PerformLDF() local
223 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() local
259 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 …]