Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/math-emu/
Dmath_efp.c69 #define EVFSCTSF 0x297 macro
140 case EVFSCTSF: ret = XB; break; in insn_type()
563 case EVFSCTSF: in do_spe_mathemu()
568 SB0_e += (func == EVFSCTSF ? 31 : 32); in do_spe_mathemu()
570 (func == EVFSCTSF)); in do_spe_mathemu()
576 SB1_e += (func == EVFSCTSF ? 31 : 32); in do_spe_mathemu()
578 (func == EVFSCTSF)); in do_spe_mathemu()
792 case EVFSCTSF: in speround_handler()