Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cpdt.c232 pFinal += getOffset(opcode) * 4; in PerformLDF()
234 pFinal -= getOffset(opcode) * 4; in PerformLDF()
268 pFinal += getOffset(opcode) * 4; in PerformSTF()
270 pFinal -= getOffset(opcode) * 4; in PerformSTF()
301 pFinal += getOffset(opcode) * 4; in PerformLFM()
303 pFinal -= getOffset(opcode) * 4; in PerformLFM()
334 pFinal += getOffset(opcode) * 4; in PerformSFM()
336 pFinal -= getOffset(opcode) * 4; in PerformSFM()
H A Dfpopcode.h204 #define getOffset(opcode) (opcode & MASK_OFFSET) macro
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11_cpdt.c225 pFinal += getOffset(opcode); in PerformLDF()
227 pFinal -= getOffset(opcode); in PerformLDF()
273 pFinal += getOffset(opcode); in PerformSTF()
275 pFinal -= getOffset(opcode); in PerformSTF()
319 pFinal += getOffset(opcode); in PerformLFM()
321 pFinal -= getOffset(opcode); in PerformLFM()
355 pFinal += getOffset(opcode); in PerformSFM()
357 pFinal -= getOffset(opcode); in PerformSFM()
H A Dfpopcode.h195 #define getOffset(opcode) (opcode & MASK_OFFSET) macro
/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.hpp212 inline int64_t getOffset() const in getOffset() function in phosphor::fan::monitor::TachSensor