Searched refs:FPST_FPCR (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 465 fpst = fpstatus_ptr(FPST_FPCR); in trans_VRINT() 532 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT() 1401 fpst = fpstatus_ptr(FPST_FPCR); in do_vfp_3op_sp() 1520 fpst = fpstatus_ptr(FPST_FPCR); in do_vfp_3op_dp() 2184 fpst = fpstatus_ptr(FPST_FPCR); in do_vfm_sp() 2249 fpst = fpstatus_ptr(FPST_FPCR); in do_vfm_dp() 2568 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f32_f16() 2602 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f64_f16() 2626 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_b16_f32() 2649 fpst = fpstatus_ptr(FPST_FPCR); in trans_VCVT_f16_f32() [all …]
|
H A D | translate-sve.c | 144 a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in gen_gvec_fpst_arg_zz() 194 a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in gen_gvec_fpst_arg_zzz() 400 a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in gen_gvec_fpst_arg_zpzz() 3532 a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in TRANS_FEAT() 3548 a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR) 3581 status = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_reduce() 3633 fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_ppz_fp() 3669 a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR) 3702 t_fpst = fpstatus_ptr(a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in trans_FADDA() 3777 status = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in do_fp_scalar() [all …]
|
H A D | translate-sme.c | 361 MO_32, FPST_FPCR, gen_helper_sme_fmopa_s) 363 MO_64, FPST_FPCR, gen_helper_sme_fmopa_d)
|
H A D | translate-a64.c | 720 TCGv_ptr fpst = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in gen_gvec_op3_fpst() 762 TCGv_ptr fpst = fpstatus_ptr(is_fp16 ? FPST_FPCR_F16 : FPST_FPCR); in gen_gvec_op4_fpst() 5013 f->gen_d(t0, t0, t1, fpstatus_ptr(FPST_FPCR)); in do_fp3_scalar() 5021 f->gen_s(t0, t0, t1, fpstatus_ptr(FPST_FPCR)); in do_fp3_scalar() 6145 f->gen_d(t0, t0, t1, fpstatus_ptr(FPST_FPCR)); in TRANS() 6155 f->gen_s(t0, t0, t1, fpstatus_ptr(FPST_FPCR)); in TRANS() 6194 gen_helper_vfp_muladdd(t0, t1, t2, t0, fpstatus_ptr(FPST_FPCR)); in do_fmla_scalar_idx() 6208 gen_helper_vfp_muladds(t0, t1, t2, t0, fpstatus_ptr(FPST_FPCR)); in do_fmla_scalar_idx() 6568 f->gen_d(t0, t0, t1, fpstatus_ptr(FPST_FPCR)); in do_fp3_scalar_pair() 6579 f->gen_s(t0, t0, t1, fpstatus_ptr(FPST_FPCR)); in do_fp3_scalar_pair() [all …]
|
H A D | translate.h | 637 FPST_FPCR, enumerator 666 case FPST_FPCR: in fpstatus_ptr()
|