Searched refs:fptype (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/math-emu/ |
H A D | math_efp.c | 729 unsigned long speinsn, type, fb, fc, fptype, func; in speround_handler() local 743 fptype = (speinsn >> 5) & 0x7; in speround_handler() 748 if (!(lo_inexact || (hi_inexact && fptype == VCT))) in speround_handler() 818 switch (fptype) { in speround_handler()
|
/kernel/linux/linux-6.6/arch/powerpc/math-emu/ |
H A D | math_efp.c | 732 unsigned long speinsn, type, fb, fc, fptype, func; in speround_handler() local 746 fptype = (speinsn >> 5) & 0x7; in speround_handler() 751 if (!(lo_inexact || (hi_inexact && fptype == VCT))) in speround_handler() 821 switch (fptype) { in speround_handler()
|
Completed in 3 milliseconds