Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.c62 unsigned int getRegisterCount(const unsigned int opcode) in getRegisterCount() function
H A Dfpa11_cpdt.c308 for (i=getRegisterCount(opcode);i>0;i--) in PerformLFM()
341 for (i=getRegisterCount(opcode);i>0;i--) in PerformSFM()
H A Dfpopcode.h387 unsigned int getRegisterCount(const unsigned int opcode);
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11_cpdt.c329 for (i = getRegisterCount(opcode); i > 0; i--) { in PerformLFM()
365 for (i = getRegisterCount(opcode); i > 0; i--) { in PerformSFM()
H A Dfpopcode.h400 static inline unsigned int getRegisterCount(const unsigned int opcode) in getRegisterCount() function