Searched refs:set_float_ftz_detection (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/target/mips/ |
H A D | msa.c | 58 set_float_ftz_detection(float_ftz_before_rounding, in msa_reset()
|
H A D | fpu_helper.h | 91 set_float_ftz_detection(float_ftz_before_rounding, in fp_reset()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-helpers.h | 118 static inline void set_float_ftz_detection(FloatFTZDetection d, in set_float_ftz_detection() function
|
/openbmc/qemu/target/tricore/ |
H A D | helper.c | 119 set_float_ftz_detection(float_ftz_before_rounding, &env->fp_status); in fpu_set_state()
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 113 set_float_ftz_detection(float_ftz_before_rounding, &env->fp_status); in rx_cpu_reset_hold()
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 214 set_float_ftz_detection(float_ftz_before_rounding, &env->fp_status); in alpha_cpu_initfn()
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 141 set_float_ftz_detection(float_ftz_before_rounding, &env->fp_status); in superh_cpu_reset_hold()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | vfp_helper.c | 44 set_float_ftz_detection(float_ftz_before_rounding, s); in arm_set_default_fp_behaviours() 64 set_float_ftz_detection(float_ftz_after_rounding, s); in arm_set_ah_fp_behaviours()
|
/openbmc/qemu/tests/fp/ |
H A D | fp-bench.c | 499 set_float_ftz_detection(float_ftz_before_rounding, &soft_status); in run_bench()
|
/openbmc/qemu/target/hppa/ |
H A D | fpu_helper.c | 76 set_float_ftz_detection(float_ftz_before_rounding, &env->fp_status); in HELPER()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 196 set_float_ftz_detection(float_ftz_before_rounding, &env->fp_status); in cpu_init_fp_statuses() 197 set_float_ftz_detection(float_ftz_before_rounding, &env->mmx_status); in cpu_init_fp_statuses() 198 set_float_ftz_detection(float_ftz_before_rounding, &env->sse_status); in cpu_init_fp_statuses()
|
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 7309 set_float_ftz_detection(float_ftz_before_rounding, &env->fp_status); in ppc_cpu_reset_hold()
|