Lines Matching refs:ahp_mode
2557 TCGv_i32 ahp_mode; in trans_VCVT_f32_f16() local
2569 ahp_mode = get_ahp_flag(); in trans_VCVT_f32_f16()
2573 gen_helper_vfp_fcvt_f16_to_f32(tmp, tmp, fpst, ahp_mode); in trans_VCVT_f32_f16()
2581 TCGv_i32 ahp_mode; in trans_VCVT_f64_f16() local
2603 ahp_mode = get_ahp_flag(); in trans_VCVT_f64_f16()
2608 gen_helper_vfp_fcvt_f16_to_f64(vd, tmp, fpst, ahp_mode); in trans_VCVT_f64_f16()
2638 TCGv_i32 ahp_mode; in trans_VCVT_f16_f32() local
2650 ahp_mode = get_ahp_flag(); in trans_VCVT_f16_f32()
2654 gen_helper_vfp_fcvt_f32_to_f16(tmp, tmp, fpst, ahp_mode); in trans_VCVT_f16_f32()
2662 TCGv_i32 ahp_mode; in trans_VCVT_f16_f64() local
2684 ahp_mode = get_ahp_flag(); in trans_VCVT_f16_f64()
2689 gen_helper_vfp_fcvt_f64_to_f16(tmp, vm, fpst, ahp_mode); in trans_VCVT_f16_f64()