Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dcp1emu.c782 static inline int cop1_64bit(struct pt_regs *xcp) in cop1_64bit() function
800 if (cop1_64bit(xcp) && !hybrid_fprs()) \
808 if (cop1_64bit(xcp) && !hybrid_fprs()) { \
829 ((di) = get_fpr64(&ctx->fpr[(x) & ~(cop1_64bit(xcp) ^ 1)], 0))
834 fpr = (x) & ~(cop1_64bit(xcp) ^ 1); \
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Dcp1emu.c782 static inline int cop1_64bit(struct pt_regs *xcp) in cop1_64bit() function
800 if (cop1_64bit(xcp) && !hybrid_fprs()) \
808 if (cop1_64bit(xcp) && !hybrid_fprs()) { \
829 ((di) = get_fpr64(&ctx->fpr[(x) & ~(cop1_64bit(xcp) ^ 1)], 0))
834 fpr = (x) & ~(cop1_64bit(xcp) ^ 1); \

Completed in 6 milliseconds