Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c128 #define FMSUB 0x01c /* 28 */ macro
295 case FMSUB: func = fmsub; type = ABC; break; in do_mathemu()
/openbmc/qemu/target/mips/tcg/
H A Dmsa.decode207 FMSUB 011110 0101 . ..... ..... ..... 011011 @3rf_w
H A Dmsa_translate.c672 TRANS(FMSUB, trans_msa_3rf, gen_helper_msa_fmsub_df);
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc199 TRANS(FMSUB, do_helper_acb, gen_helper_FMSUB);
/openbmc/qemu/target/ppc/
H A Dinsn32.decode535 FMSUB 111111 ..... ..... ..... ..... 11100 . @A
H A Dhelper.h125 DEF_HELPER_4(FMSUB, i64, env, i64, i64, i64)
H A Dfpu_helper.c687 FPU_FMADD(FMSUB, MSUB_FLGS) in FPU_FMADD()
/openbmc/qemu/target/arm/tcg/
H A Da64.decode1142 FMSUB 0001 1111 .. 0 ..... 1 ..... ..... ..... @rrrr_hsd
H A Dtranslate-a64.c6795 TRANS(FMSUB, do_fmadd, a, false, true) in TRANS()