Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/nwfpe/
Dfpa11_cpdt.c237 pFinal += getOffset(opcode); in PerformLDF()
239 pFinal -= getOffset(opcode); in PerformLDF()
285 pFinal += getOffset(opcode); in PerformSTF()
287 pFinal -= getOffset(opcode); in PerformSTF()
331 pFinal += getOffset(opcode); in PerformLFM()
333 pFinal -= getOffset(opcode); in PerformLFM()
367 pFinal += getOffset(opcode); in PerformSFM()
369 pFinal -= getOffset(opcode); in PerformSFM()
Dfpopcode.h207 #define getOffset(opcode) (opcode & MASK_OFFSET) macro