Searched refs:FNMADD (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math.c | 131 #define FNMADD 0x01f /* 31 */ macro 298 case FNMADD: func = fnmadd; type = ABC; break; in do_mathemu()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fp-impl.c.inc | 202 TRANS(FNMADD, do_helper_acb, gen_helper_FNMADD);
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 538 FNMADD 111111 ..... ..... ..... ..... 11111 . @A
|
H A D | helper.h | 126 DEF_HELPER_4(FNMADD, i64, env, i64, i64, i64)
|
H A D | fpu_helper.c | 686 FPU_FMADD(FNMADD, NMADD_FLGS) in FPU_FMADD()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | a64.decode | 1143 FNMADD 0001 1111 .. 1 ..... 0 ..... ..... ..... @rrrr_hsd
|
H A D | translate-a64.c | 6794 TRANS(FNMADD, do_fmadd, a, true, true) in TRANS()
|