Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/math-emu/
Dcp1emu.c785 static inline int cop1_64bit(struct pt_regs *xcp) in cop1_64bit() function
803 if (cop1_64bit(xcp) && !hybrid_fprs()) \
811 if (cop1_64bit(xcp) && !hybrid_fprs()) { \
832 ((di) = get_fpr64(&ctx->fpr[(x) & ~(cop1_64bit(xcp) == 0)], 0))
837 fpr = (x) & ~(cop1_64bit(xcp) == 0); \