Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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