Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c1396 fpst = fpstatus_ptr(FPST_FPCR); in do_vfp_3op_sp()
1515 fpst = fpstatus_ptr(FPST_FPCR); in do_vfp_3op_dp()
2179 fpst = fpstatus_ptr(FPST_FPCR); in do_vfm_sp()
2244 fpst = fpstatus_ptr(FPST_FPCR); in do_vfm_dp()
2563 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f32_f16()
2597 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f64_f16()
2621 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_b16_f32()
2644 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f16_f32()
2678 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f16_f64()
2725 fpst = fpstatus_ptr(FPST_FPCR); in trans_VRINTR_sp()
[all …]
H A Dtranslate-a64.c5887 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
5898 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
5905 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
5978 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_1src_single()
6050 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_1src_double()
6232 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_2src_single()
6280 fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_2src_double()
6328 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_2src_half()
9218 fpst = fpstatus_ptr(FPST_FPCR_F16); in disas_simd_scalar_three_reg_same_fp16()
10743 fpst = fpstatus_ptr(FPST_FPCR); in handle_simd_3same_pair()
[all …]
H A Dtranslate-neon.c174 TCGv_ptr fpst = fpstatus_ptr(fp_flavour); in do_neon_ddda_fpst()
226 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in trans_VCADD()
1110 TCGv_ptr fpst = fpstatus_ptr(FPST); \
1206 fpstatus = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in do_3same_fp_pair()
1702 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in do_fp_2sh()
2454 fpstatus = fpstatus_ptr(a->size == 1 ? FPST_STD_F16 : FPST_STD); in do_2scalar_fp_vec()
3273 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_B16_F32()
3313 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_F16_F32()
3359 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_F32_F16()
3669 fpst = fpstatus_ptr(vece == MO_16 ? FPST_STD_F16 : FPST_STD); \
[all …]
H A Dtranslate-sme.c322 fpst = fpstatus_ptr(FPST_FPCR); in do_outprod_fpst()
H A Dtranslate.h544 static inline TCGv_ptr fpstatus_ptr(ARMFPStatusFlavour flavour) in fpstatus_ptr() function
H A Dtranslate-sve.c117 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zz()
166 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zzz()
236 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zzzz()
251 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zzzzp()
301 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zzp()
352 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zzzp()
3689 status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_reduce()
3741 fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_ppz_fp()
3810 t_fpst = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FADDA()
3885 status = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in do_fp_scalar()
[all …]