Home
last modified time | relevance | path

Searched refs:fpstatus_ptr (Results 1 – 20 of 20) sorted by relevance

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dtranslate-vfp.c1461 fpst = fpstatus_ptr(FPST_FPCR); in do_vfp_3op_sp()
1592 fpst = fpstatus_ptr(FPST_FPCR); in do_vfp_3op_dp()
2289 fpst = fpstatus_ptr(FPST_FPCR); in do_vfm_sp()
2360 fpst = fpstatus_ptr(FPST_FPCR); in do_vfm_dp()
2703 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f32_f16()
2740 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f64_f16()
2768 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_b16_f32()
2793 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f16_f32()
2830 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f16_f64()
2883 fpst = fpstatus_ptr(FPST_FPCR); in trans_VRINTR_sp()
[all …]
H A Dtranslate-a64.c6194 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6204 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6214 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6293 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_1src_single()
6370 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_1src_double()
6571 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_2src_single()
6624 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_2src_double()
6677 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_2src_half()
9721 fpst = fpstatus_ptr(FPST_FPCR_F16); in disas_simd_scalar_three_reg_same_fp16()
11339 fpst = fpstatus_ptr(FPST_FPCR); in handle_simd_3same_pair()
[all …]
H A Dtranslate-neon.c178 TCGv_ptr fpst = fpstatus_ptr(fp_flavour); in do_neon_ddda_fpst()
231 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in trans_VCADD()
1121 TCGv_ptr fpst = fpstatus_ptr(FPST); \
1218 fpstatus = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in do_3same_fp_pair()
1733 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in do_fp_2sh()
2515 fpstatus = fpstatus_ptr(a->size == 1 ? FPST_STD_F16 : FPST_STD); in do_2scalar_fp_vec()
3375 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_B16_F32()
3420 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_F16_F32()
3472 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_F32_F16()
3790 fpst = fpstatus_ptr(vece == MO_16 ? FPST_STD_F16 : FPST_STD); \
[all …]
H A Dtranslate-sve.c4172 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR);
4240 status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_reduce()
4282 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in DO_VPZ()
4330 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_ppz_fp()
4422 t_fpst = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FADDA()
4543 status = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in do_fp_scalar()
4754 TCGv_ptr status = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in do_zpz_ptr()
8187 TCGv_ptr status = fpstatus_ptr(FPST_FPCR); in DO_SVE2_ZPZZ_FP()
8537 fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FLOGB()
8693 TCGv_ptr status = fpstatus_ptr(FPST_FPCR); in do_BFMLAL_zzzw()
[all …]
H A Dtranslate.h520 static inline TCGv_ptr fpstatus_ptr(ARMFPStatusFlavour flavour) in fpstatus_ptr() function
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dtranslate-vfp.c1461 fpst = fpstatus_ptr(FPST_FPCR); in do_vfp_3op_sp()
1592 fpst = fpstatus_ptr(FPST_FPCR); in do_vfp_3op_dp()
2289 fpst = fpstatus_ptr(FPST_FPCR); in do_vfm_sp()
2360 fpst = fpstatus_ptr(FPST_FPCR); in do_vfm_dp()
2703 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f32_f16()
2740 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f64_f16()
2768 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_b16_f32()
2793 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f16_f32()
2830 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f16_f64()
2883 fpst = fpstatus_ptr(FPST_FPCR); in trans_VRINTR_sp()
[all …]
H A Dtranslate-a64.c6192 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6202 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6212 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6291 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_1src_single()
6368 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_1src_double()
6569 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_2src_single()
6622 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_2src_double()
6675 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_2src_half()
9719 fpst = fpstatus_ptr(FPST_FPCR_F16); in disas_simd_scalar_three_reg_same_fp16()
11337 fpst = fpstatus_ptr(FPST_FPCR); in handle_simd_3same_pair()
[all …]
H A Dtranslate-neon.c178 TCGv_ptr fpst = fpstatus_ptr(fp_flavour); in do_neon_ddda_fpst()
231 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in trans_VCADD()
1121 TCGv_ptr fpst = fpstatus_ptr(FPST); \
1218 fpstatus = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in do_3same_fp_pair()
1733 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in do_fp_2sh()
2515 fpstatus = fpstatus_ptr(a->size == 1 ? FPST_STD_F16 : FPST_STD); in do_2scalar_fp_vec()
3375 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_B16_F32()
3420 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_F16_F32()
3472 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_F32_F16()
3790 fpst = fpstatus_ptr(vece == MO_16 ? FPST_STD_F16 : FPST_STD); \
[all …]
H A Dtranslate-sve.c4171 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR);
4239 status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_reduce()
4281 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in DO_VPZ()
4329 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_ppz_fp()
4421 t_fpst = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FADDA()
4542 status = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in do_fp_scalar()
4753 TCGv_ptr status = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in do_zpz_ptr()
8186 TCGv_ptr status = fpstatus_ptr(FPST_FPCR); in DO_SVE2_ZPZZ_FP()
8536 fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FLOGB()
8692 TCGv_ptr status = fpstatus_ptr(FPST_FPCR); in do_BFMLAL_zzzw()
[all …]
H A Dtranslate.h520 static inline TCGv_ptr fpstatus_ptr(ARMFPStatusFlavour flavour) in fpstatus_ptr() function
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Dtranslate-vfp.c.inc1286 fpst = fpstatus_ptr(FPST_FPCR);
1417 fpst = fpstatus_ptr(FPST_FPCR);
2116 fpst = fpstatus_ptr(FPST_FPCR);
2187 fpst = fpstatus_ptr(FPST_FPCR);
2516 fpst = fpstatus_ptr(FPST_FPCR);
2553 fpst = fpstatus_ptr(FPST_FPCR);
2582 fpst = fpstatus_ptr(FPST_FPCR);
2619 fpst = fpstatus_ptr(FPST_FPCR);
2672 fpst = fpstatus_ptr(FPST_FPCR);
2704 fpst = fpstatus_ptr(FPST_FPCR);
[all …]
H A Dtranslate-a64.c6159 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6169 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6179 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6255 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_1src_single()
6332 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_1src_double()
6520 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_2src_single()
6573 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_2src_double()
6626 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_2src_half()
9787 fpst = fpstatus_ptr(FPST_FPCR_F16); in disas_simd_scalar_three_reg_same_fp16()
11398 fpst = fpstatus_ptr(FPST_FPCR); in handle_simd_3same_pair()
[all …]
H A Dtranslate-sve.c3404 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FMLA_zzxz()
3430 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FMUL_zzx()
3462 status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_reduce()
3504 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in DO_VPZ()
3552 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_ppz_fp()
3604 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in DO_PPZ()
3644 t_fpst = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FADDA()
3671 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_zzz_fp()
3713 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in DO_FP3()
3765 status = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in do_fp_scalar()
[all …]
H A Dtranslate-neon.c.inc171 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD);
209 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD);
314 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD);
350 fpst = fpstatus_ptr(FPST_STD);
1036 TCGv_ptr fpst = fpstatus_ptr(FPST); \
1133 fpstatus = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD);
1648 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD);
2493 fpstatus = fpstatus_ptr(a->size == 1 ? FPST_STD_F16 : FPST_STD);
3353 fpst = fpstatus_ptr(FPST_STD);
3405 fpst = fpstatus_ptr(FPST_STD);
[all …]
H A Dtranslate.h424 static inline TCGv_ptr fpstatus_ptr(ARMFPStatusFlavour flavour) in fpstatus_ptr() function
/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Dtranslate-vfp.c.inc1724 fpst = fpstatus_ptr(FPST_FPCR);
1855 fpst = fpstatus_ptr(FPST_FPCR);
2554 fpst = fpstatus_ptr(FPST_FPCR);
2625 fpst = fpstatus_ptr(FPST_FPCR);
2954 fpst = fpstatus_ptr(FPST_FPCR);
2991 fpst = fpstatus_ptr(FPST_FPCR);
3020 fpst = fpstatus_ptr(FPST_FPCR);
3057 fpst = fpstatus_ptr(FPST_FPCR);
3110 fpst = fpstatus_ptr(FPST_FPCR);
3142 fpst = fpstatus_ptr(FPST_FPCR);
[all …]
H A Dtranslate-a64.c6190 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6200 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6210 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
6286 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_1src_single()
6363 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_1src_double()
6551 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_2src_single()
6604 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_2src_double()
6657 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_2src_half()
9774 fpst = fpstatus_ptr(FPST_FPCR_F16); in disas_simd_scalar_three_reg_same_fp16()
11385 fpst = fpstatus_ptr(FPST_FPCR); in handle_simd_3same_pair()
[all …]
H A Dtranslate-sve.c3395 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FMLA_zzxz()
3421 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FMUL_zzx()
3453 status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_reduce()
3495 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in DO_VPZ()
3543 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_ppz_fp()
3595 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in DO_PPZ()
3635 t_fpst = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FADDA()
3662 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_zzz_fp()
3704 TCGv_ptr status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in DO_FP3()
3756 status = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in do_fp_scalar()
[all …]
H A Dtranslate-neon.c.inc171 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD);
209 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD);
314 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD);
350 fpst = fpstatus_ptr(FPST_STD);
1036 TCGv_ptr fpst = fpstatus_ptr(FPST); \
1133 fpstatus = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD);
1648 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD);
2493 fpstatus = fpstatus_ptr(a->size == 1 ? FPST_STD_F16 : FPST_STD);
3353 fpst = fpstatus_ptr(FPST_STD);
3405 fpst = fpstatus_ptr(FPST_STD);
[all …]
H A Dtranslate.h424 static inline TCGv_ptr fpstatus_ptr(ARMFPStatusFlavour flavour) in fpstatus_ptr() function