Home
last modified time | relevance | path

Searched refs:FMUL (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c74 #define FMUL(fa, fb) ((s32)(((s64)(fa) * (s64)(fb)) / 65536)) macro
134 const s32 f_x2 = FMUL(f_x, f_x); in cubic_conv()
135 const s32 f_x3 = FMUL(f_x, f_x2); in cubic_conv()
138 return FMUL((f_a + f_2), f_x3) - FMUL((f_a + f_3), f_x2) + f_1; in cubic_conv()
140 return FMUL(f_a, (f_x3 - 5 * f_x2 + 8 * f_x - f_4)); in cubic_conv()
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c126 #define FMUL 0x019 /* 25 */ macro
293 case FMUL: func = fmul; type = AC; break; in do_mathemu()
/openbmc/qemu/target/rx/
H A Dinsns.decode272 # FMUL #imm, rd
274 # FMUL rs, rd
275 # FMUL dsp[rs], rd
H A Dtranslate.c1861 FOP(FMUL, fmul) in FOP()
/openbmc/qemu/target/avr/
H A Dinsn.decode73 FMUL 0000 0011 0 ... 1 ... @fmul
H A Ddisas.c153 INSN(FMUL, "r%d, r%d", a->rd, a->rr)
/openbmc/qemu/target/mips/tcg/
H A Dmsa.decode204 FMUL 011110 0010 . ..... ..... ..... 011011 @3rf_w
H A Dmsa_translate.c669 TRANS(FMUL, trans_msa_3rf, gen_helper_msa_fmul_df);
/openbmc/linux/arch/m68k/ifpsp060/
H A Dfplsp.doc113 executes an FMUL of a zero and an infinity to force the OPERR
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc194 TRANS(FMUL, do_helper_ac, gen_helper_FMUL);
/openbmc/qemu/target/ppc/
H A Dinsn32.decode514 FMUL 111111 ..... ..... ----- ..... 11001 . @A_tac
H A Dhelper.h120 DEF_HELPER_3(FMUL, f64, env, f64, f64)
H A Dfpu_helper.c789 FPU_HELPER(FMUL, float64_mul, mul_flags_handler)
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c3793 DO_FP_IMM(FMUL, fmuls, half, two) in DO_FP_IMM()
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv679 "FMUL ST(i), ST(0)","FMUL ST(0), ST(i)","fmul ST(0), ST(i)","DC C8+i","V","V","","","rw,r","Y",""
680 "FMUL ST(0), ST(i)","FMUL ST(i), ST(0)","fmul ST(i), ST(0)","D8 C8+i","V","V","","","rw,r","Y",""
681 "FMUL ST(0), m64fp","FMULL m64fp, ST(0)","fmull m64fp, ST(0)","DC /1","V","V","","","rw,r","Y","64"
684 "FMUL ST(0), m32fp","FMULS m32fp, ST(0)","fmuls m32fp, ST(0)","D8 /1","V","V","","","rw,r","Y","32"
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch2694 "FADD\tQWORD PTR ", "FMUL\tQWORD PTR ", "FCOM\tQWORD PTR ",
2698 "FADD\t", "FMUL\t", "FCOM\t", "FCOMP\t",