Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/nwfpe/
Dfpa11_cpdt.c341 for (i = getRegisterCount(opcode); i > 0; i--) { in PerformLFM()
377 for (i = getRegisterCount(opcode); i > 0; i--) { in PerformSFM()
Dfpopcode.h412 static inline unsigned int getRegisterCount(const unsigned int opcode) in getRegisterCount() function