Searched refs:FNMSUB (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math.c | 130 #define FNMSUB 0x01e /* 30 */ macro 297 case FNMSUB: func = fnmsub; type = ABC; break; in do_mathemu()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fp-impl.c.inc | 204 TRANS(FNMSUB, do_helper_acb, gen_helper_FNMSUB);
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 541 FNMSUB 111111 ..... ..... ..... ..... 11110 . @A
|
H A D | helper.h | 127 DEF_HELPER_4(FNMSUB, i64, env, i64, i64, i64)
|
H A D | fpu_helper.c | 688 FPU_FMADD(FNMSUB, NMSUB_FLGS) in FPU_FMADD()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | a64.decode | 1144 FNMSUB 0001 1111 .. 1 ..... 1 ..... ..... ..... @rrrr_hsd
|
H A D | translate-a64.c | 6796 TRANS(FNMSUB, do_fmadd, a, true, false) in TRANS()
|