Searched refs:FPST_A32 (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-vfp.c | 465 fpst = fpstatus_ptr(FPST_A32); in trans_VRINT() 532 fpst = fpstatus_ptr(FPST_A32); in trans_VCVT() 1401 fpst = fpstatus_ptr(FPST_A32); in do_vfp_3op_sp() 1520 fpst = fpstatus_ptr(FPST_A32); in do_vfp_3op_dp() 2184 fpst = fpstatus_ptr(FPST_A32); in do_vfm_sp() 2249 fpst = fpstatus_ptr(FPST_A32); in do_vfm_dp() 2432 gen_helper_vfp_sqrts(vd, vm, fpstatus_ptr(FPST_A32)); in gen_VSQRT_sp() 2437 gen_helper_vfp_sqrtd(vd, vm, fpstatus_ptr(FPST_A32)); in gen_VSQRT_dp() 2568 fpst = fpstatus_ptr(FPST_A32); in trans_VCVT_f32_f16() 2602 fpst = fpstatus_ptr(FPST_A32); in trans_VCVT_f64_f16() [all …]
|
| H A D | vfp_helper.c | 114 a32_flags |= get_float_exception_flags(&env->vfp.fp_status[FPST_A32]); in vfp_get_fpsr_from_host() 152 set_float_exception_flags(0, &env->vfp.fp_status[FPST_A32]); in vfp_clear_float_status_exc_flags() 195 set_float_rounding_mode(i, &env->vfp.fp_status[FPST_A32]); in vfp_set_fpcr_to_host() 217 set_flush_to_zero(ftz_enabled, &env->vfp.fp_status[FPST_A32]); in vfp_set_fpcr_to_host() 221 set_flush_inputs_to_zero(ftz_enabled, &env->vfp.fp_status[FPST_A32]); in vfp_set_fpcr_to_host() 235 set_default_nan_mode(dnan_enabled, &env->vfp.fp_status[FPST_A32]); in vfp_set_fpcr_to_host() 349 DO_VFP_cmp(s, float32, float32, FPST_A32) in DO_VFP_cmp() 350 DO_VFP_cmp(d, float64, float64, FPST_A32) in DO_VFP_cmp() 1237 uint64_t pair = HELPER(fjcvtzs)(value, &env->vfp.fp_status[FPST_A32]); in HELPER()
|
| H A D | vec_helper.c | 3050 *statusp = env->vfp.fp_status[is_a64(env) ? FPST_A64 : FPST_A32]; in DO_MMLA_B()
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.h | 245 FPST_A32, enumerator
|
| H A D | cpu.c | 558 arm_set_default_fp_behaviours(&env->vfp.fp_status[FPST_A32]); in arm_cpu_reset_hold()
|