Home
last modified time | relevance | path

Searched refs:pFinal (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
230 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() local
266 pFinal = pBase; in PerformSTF()
268 pFinal += getOffset(opcode) * 4; in PerformSTF()
270 pFinal -= getOffset(opcode) * 4; in PerformSTF()
[all …]