Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c115 #define FNMSUBS 0x01e /* 30 */ macro
277 case FNMSUBS: func = fnmsubs; type = ABC; break; in do_mathemu()
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc205 TRANS(FNMSUBS, do_helper_acb, gen_helper_FNMSUBS);
/openbmc/qemu/target/ppc/
H A Dinsn32.decode542 FNMSUBS 111011 ..... ..... ..... ..... 11110 . @A
H A Dhelper.h131 DEF_HELPER_4(FNMSUBS, i64, env, i64, i64, i64)