Searched refs:neg_d (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/mips/include/asm/ |
H A D | fpu_emulator.h | 128 unsigned long neg_d; member
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | me-debugfs.c | 157 __this_cpu_write((fpuemustats).neg_d, 0); in fpuemustats_clear_show() 325 FPU_STAT_CREATE_EX(neg_d); in debugfs_fpuemu()
|
H A D | cp1emu.c | 2291 MIPS_FPU_EMU_INC_STATS(neg_d); in fpu_emu()
|
/openbmc/qemu/target/xtensa/ |
H A D | helper.h | 75 DEF_HELPER_FLAGS_1(neg_d, TCG_CALL_NO_RWG_SE, f64, f64)
|
H A D | fpu_helper.c | 141 float64 HELPER(neg_d)(float64 v) in HELPER() argument
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 2074 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()
|