/openbmc/linux/drivers/gpu/drm/ingenic/ |
H A D | ingenic-ipu.c | 74 #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 D | math.c | 126 #define FMUL 0x019 /* 25 */ macro 293 case FMUL: func = fmul; type = AC; break; in do_mathemu()
|
/openbmc/qemu/target/rx/ |
H A D | insns.decode | 272 # FMUL #imm, rd 274 # FMUL rs, rd 275 # FMUL dsp[rs], rd
|
H A D | translate.c | 1861 FOP(FMUL, fmul) in FOP()
|
/openbmc/qemu/target/avr/ |
H A D | insn.decode | 73 FMUL 0000 0011 0 ... 1 ... @fmul
|
H A D | disas.c | 153 INSN(FMUL, "r%d, r%d", a->rd, a->rr)
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa.decode | 204 FMUL 011110 0010 . ..... ..... ..... 011011 @3rf_w
|
H A D | msa_translate.c | 669 TRANS(FMUL, trans_msa_3rf, gen_helper_msa_fmul_df);
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | fplsp.doc | 113 executes an FMUL of a zero and an infinity to force the OPERR
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fp-impl.c.inc | 194 TRANS(FMUL, do_helper_ac, gen_helper_FMUL);
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 514 FMUL 111111 ..... ..... ----- ..... 11001 . @A_tac
|
H A D | helper.h | 120 DEF_HELPER_3(FMUL, f64, env, f64, f64)
|
H A D | fpu_helper.c | 789 FPU_HELPER(FMUL, float64_mul, mul_flags_handler)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 3793 DO_FP_IMM(FMUL, fmuls, half, two) in DO_FP_IMM()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 679 "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 D | Update-x86emu-from-X.org.patch | 2694 "FADD\tQWORD PTR ", "FMUL\tQWORD PTR ", "FCOM\tQWORD PTR ", 2698 "FADD\t", "FMUL\t", "FCOM\t", "FCOMP\t",
|