Home
last modified time | relevance | path

Searched refs:float_flag_underflow (Results 1 – 25 of 26) sorted by relevance

12

/qemu/include/fpu/
H A Dsoftfloat-types.h155 float_flag_underflow = 0x0008, enumerator
/qemu/target/tricore/
H A Dfpu_helper.c45 | float_flag_underflow in f_get_excp_flags()
102 if (flags & float_flag_underflow || flags & float_flag_output_denormal_flushed) { in f_update_psw_flags()
/qemu/target/openrisc/
H A Dfpu_helper.c35 if (fexcp & float_flag_underflow) { in ieee_ex_to_openrisc()
/qemu/target/arm/tcg/
H A Dvfp_helper.c88 if (host_bits & (float_flag_underflow | float_flag_output_denormal_flushed)) { in vfp_exceptbits_from_host()
707 float_raise(float_flag_underflow, fpst); in HELPER()
760 float_raise(float_flag_underflow, fpst); in do_recpe_f32()
819 float_raise(float_flag_underflow, fpst); in HELPER()
/qemu/target/hexagon/
H A Darch.c234 SOFTFLOAT_TEST_FLAG(float_flag_underflow, FPUNFF, FPUNFE); in arch_fpop_end()
H A Dfma_emu.c359 float_raise(float_flag_underflow, fp_status); in accum_round_float64()
/qemu/linux-user/arm/
H A Dcpu_loop.c262 if (rc & float_flag_underflow) { in emulate_arm_fpa11()
/qemu/target/m68k/
H A Dfpu_helper.c177 if (host_bits & (float_flag_underflow | float_flag_output_denormal_flushed)) { in cpu_m68k_exceptbits_from_host()
201 host_bits |= float_flag_underflow; in cpu_m68k_exceptbits_to_host()
/qemu/target/riscv/
H A Dfpu_helper.c32 hard |= (soft & float_flag_underflow) ? FPEXC_UF : 0; in riscv_cpu_get_fflags()
45 soft |= (hard & FPEXC_UF) ? float_flag_underflow : 0; in riscv_cpu_set_fflags()
/qemu/target/rx/
H A Dop_helper.c95 if (xcpt & float_flag_underflow) { in update_fpsw()
/qemu/target/alpha/
H A Dfpu_helper.c51 ret |= CONVERT_BIT(exc, float_flag_underflow, FPCR_UNF); in soft_to_fpcr_exc()
/qemu/target/sh4/
H A Dop_helper.c234 if (xcpt & float_flag_underflow) { in update_fpscr()
/qemu/target/xtensa/
H A Dfpu_helper.c53 { XTENSA_FP_U, float_flag_underflow, },
/qemu/target/microblaze/
H A Dop_helper.c132 if (flags & float_flag_underflow) { in update_fpu_flags()
/qemu/target/hppa/
H A Dfpu_helper.c107 hard_exp |= CONVERT_BIT(soft_exp, float_flag_underflow, R_FPSR_ENA_U_MASK); in update_fr0_op()
/qemu/tests/fp/
H A Dfp-test.c808 qemu_init_flags |= float_flag_underflow; in set_init_flags()
H A Dwrap.c.inc54 if (qflags & float_flag_underflow) {
/qemu/target/sparc/
H A Dfop_helper.c63 if (status & float_flag_underflow) { in check_ieee_exceptions()
/qemu/target/loongarch/tcg/
H A Dfpu_helper.c53 if (xcpt & float_flag_underflow) { in ieee_ex_to_loongarch()
/qemu/target/i386/tcg/
H A Dfpu_helper.c216 (new_flags & float_flag_underflow ? FPUS_UE : 0) | in merge_exception_flags()
3260 (mxcsr & FPUS_UE ? float_flag_underflow : 0) | in update_mxcsr_status()
3278 (flags & float_flag_underflow ? FPUS_UE : 0) | in update_mxcsr_from_sse_status()
/qemu/target/s390x/tcg/
H A Dfpu_helper.c52 s390_exc |= (exc & float_flag_underflow) ? S390_IEEE_MASK_UNDERFLOW : 0; in s390_softfloat_exc_to_ieee()
/qemu/fpu/
H A Dsoftfloat-parts.c.inc344 flags |= float_flag_underflow;
414 flags |= float_flag_underflow;
H A Dsoftfloat.c5078 float_raise(float_flag_underflow, status); in roundAndPackFloatx80()
5152 float_raise(float_flag_underflow, status); in roundAndPackFloatx80()
/qemu/target/mips/tcg/
H A Dfpu_helper.c189 if (ieee_xcpt & float_flag_underflow) { in ieee_to_mips_xcpt()
H A Dmsa_helper.c6202 if (ieee_xcpt & float_flag_underflow) { in ieee_to_mips_xcpt_msa()
6227 ieee_exception_flags |= float_flag_underflow; in update_msacsr()
6384 set_float_exception_flags(ieee_ex & (~float_flag_underflow) in float32_to_q16()
6396 set_float_exception_flags(ieee_ex & (~float_flag_underflow) in float32_to_q16()
6436 set_float_exception_flags(ieee_ex & (~float_flag_underflow) in float64_to_q32()
6448 set_float_exception_flags(ieee_ex & (~float_flag_underflow) in float64_to_q32()

12