Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/math-emu/
Dmath_efp.c70 #define EVFSCTSF 0x297 macro
141 case EVFSCTSF: ret = XB; break; in insn_type()
567 case EVFSCTSF: in do_spe_mathemu()
572 SB0_e += (func == EVFSCTSF ? 31 : 32); in do_spe_mathemu()
574 (func == EVFSCTSF) ? 1 : 0); in do_spe_mathemu()
580 SB1_e += (func == EVFSCTSF ? 31 : 32); in do_spe_mathemu()
582 (func == EVFSCTSF) ? 1 : 0); in do_spe_mathemu()
796 case EVFSCTSF: in speround_handler()