Home
last modified time | relevance | path

Searched refs:neg_d (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dfpu_emulator.h128 unsigned long neg_d; member
/openbmc/linux/arch/mips/math-emu/
H A Dme-debugfs.c157 __this_cpu_write((fpuemustats).neg_d, 0); in fpuemustats_clear_show()
325 FPU_STAT_CREATE_EX(neg_d); in debugfs_fpuemu()
H A Dcp1emu.c2291 MIPS_FPU_EMU_INC_STATS(neg_d); in fpu_emu()
/openbmc/qemu/target/xtensa/
H A Dhelper.h75 DEF_HELPER_FLAGS_1(neg_d, TCG_CALL_NO_RWG_SE, f64, f64)
H A Dfpu_helper.c141 float64 HELPER(neg_d)(float64 v) in HELPER() argument
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c2074 static bool do_vfm_hp(DisasContext *s, arg_VFMA_sp *a, bool neg_n, bool neg_d) in do_vfm_hp() argument
2121 if (neg_d) { in do_vfm_hp()
2131 static bool do_vfm_sp(DisasContext *s, arg_VFMA_sp *a, bool neg_n, bool neg_d) in do_vfm_sp() argument
2180 if (neg_d) { in do_vfm_sp()
2190 static bool do_vfm_dp(DisasContext *s, arg_VFMA_dp *a, bool neg_n, bool neg_d) in do_vfm_dp() argument
2245 if (neg_d) { in do_vfm_dp()