Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dfpu_emulator.h126 unsigned long mul_d; member
/openbmc/linux/arch/mips/math-emu/
H A Dme-debugfs.c155 __this_cpu_write((fpuemustats).mul_d, 0); in fpuemustats_clear_show()
323 FPU_STAT_CREATE_EX(mul_d); in debugfs_fpuemu()
H A Dcp1emu.c2094 MIPS_FPU_EMU_INC_STATS(mul_d); in fpu_emu()
/openbmc/qemu/target/xtensa/
H A Dhelper.h80 DEF_HELPER_3(mul_d, f64, env, f64, f64)
H A Dfpu_helper.c203 float64 HELPER(mul_d)(CPUXtensaState *env, float64 a, float64 b) in HELPER() argument
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_dfp0_arith.S81 test mul_d
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_arith.c.inc276 TRANS(mul_d, 64, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, tcg_gen_mul_tl)
/openbmc/qemu/target/loongarch/
H A Dinsns.decode125 mul_d 0000 00000001 11011 ..... ..... ..... @rrr
H A Ddisas.c411 INSN(mul_d, rrr) in INSN()