Searched refs:fpmode (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h346 static inline unsigned long __pack_fe01(unsigned int fpmode) argument
348 return ((fpmode << 10) & MSR_FE0) | ((fpmode << 8) & MSR_FE1);

Completed in 126 milliseconds