Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c463 fpst = fpstatus_ptr(FPST_A32_F16); in trans_VRINT()
465 fpst = fpstatus_ptr(FPST_A32); in trans_VRINT()
530 fpst = fpstatus_ptr(FPST_A32_F16); in trans_VCVT()
532 fpst = fpstatus_ptr(FPST_A32); in trans_VCVT()
1401 fpst = fpstatus_ptr(FPST_A32); in do_vfp_3op_sp()
1459 fpst = fpstatus_ptr(FPST_A32_F16); in do_vfp_3op_hp()
1520 fpst = fpstatus_ptr(FPST_A32); in do_vfp_3op_dp()
2125 fpst = fpstatus_ptr(FPST_A32_F16); in do_vfm_hp()
2184 fpst = fpstatus_ptr(FPST_A32); in do_vfm_sp()
2249 fpst = fpstatus_ptr(FPST_A32); in do_vfm_dp()
[all …]
H A Dtranslate-sme.c541 fpst = fpstatus_ptr(e_fpst); in do_outprod_fpst()
716 fpst = fpstatus_ptr(esz == MO_16 ? FPST_A64_F16 : FPST_A64); in TRANS_FEAT()
751 fpst = fpstatus_ptr(esz == MO_16 ? FPST_A64_F16 : FPST_A64); in do_z2z_nn_fpst()
920 ptr = fpstatus_ptr(fpst); in TRANS_FEAT()
961 ptr = fpstatus_ptr(fpst); in do_azz_acc_fp()
1174 TCGv_ptr ptr = fpstatus_ptr(fpst); in TRANS_FEAT()
1406 TCGv_ptr fpst = fpstatus_ptr(type); in TRANS_FEAT()
1635 fpst = fpstatus_ptr(a->esz == MO_16 ? FPST_A64_F16 : FPST_A64); in TRANS_FEAT()
H A Dtranslate-sve.c131 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zz()
180 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zzz()
261 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zzzz()
295 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zzzzp()
345 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zzp()
396 TCGv_ptr status = fpstatus_ptr(flavour); in gen_gvec_fpst_zzzp()
3955 status = fpstatus_ptr(a->esz == MO_16 ? FPST_A64_F16 : FPST_A64); in do_reduce()
4079 fpstatus_ptr(a->esz == MO_16 ? FPST_A64_F16 : FPST_A64); in do_ppz_fp()
4149 t_fpst = fpstatus_ptr(a->esz == MO_16 ? FPST_A64_F16 : FPST_A64); in trans_FADDA()
4270 status = fpstatus_ptr(is_fp16 ? FPST_A64_F16 : FPST_A64); in do_fp_scalar()
[all …]