Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c131 #define FNMADD 0x01f /* 31 */ macro
298 case FNMADD: func = fnmadd; type = ABC; break; in do_mathemu()
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc202 TRANS(FNMADD, do_helper_acb, gen_helper_FNMADD);
/openbmc/qemu/target/ppc/
H A Dinsn32.decode538 FNMADD 111111 ..... ..... ..... ..... 11111 . @A
H A Dhelper.h126 DEF_HELPER_4(FNMADD, i64, env, i64, i64, i64)
H A Dfpu_helper.c686 FPU_FMADD(FNMADD, NMADD_FLGS) in FPU_FMADD()
/openbmc/qemu/target/arm/tcg/
H A Da64.decode1143 FNMADD 0001 1111 .. 1 ..... 0 ..... ..... ..... @rrrr_hsd
H A Dtranslate-a64.c6794 TRANS(FNMADD, do_fmadd, a, true, true) in TRANS()