Home
last modified time | relevance | path

Searched refs:FPST_FPCR_F16 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c144 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 Dtranslate-vfp.c463 fpst = fpstatus_ptr(FPST_FPCR_F16); in trans_VRINT()
530 fpst = fpstatus_ptr(FPST_FPCR_F16); in trans_VCVT()
1459 fpst = fpstatus_ptr(FPST_FPCR_F16); in do_vfp_3op_hp()
2125 fpst = fpstatus_ptr(FPST_FPCR_F16); in do_vfm_hp()
2709 fpst = fpstatus_ptr(FPST_FPCR_F16); in trans_VRINTR_hp()
2782 fpst = fpstatus_ptr(FPST_FPCR_F16); in trans_VRINTZ_hp()
2862 fpst = fpstatus_ptr(FPST_FPCR_F16); in trans_VRINTX_hp()
2986 fpst = fpstatus_ptr(FPST_FPCR_F16); in trans_VCVT_int_hp()
3108 fpst = fpstatus_ptr(FPST_FPCR_F16); in trans_VCVT_fix_hp()
3276 fpst = fpstatus_ptr(FPST_FPCR_F16); in trans_VCVT_hp_int()
H A Dtranslate.h642 FPST_FPCR_F16, enumerator
673 case FPST_FPCR_F16: in fpstatus_ptr()
H A Dtranslate-a64.c720 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()
5033 f->gen_h(t0, t0, t1, fpstatus_ptr(FPST_FPCR_F16)); in do_fp3_scalar()
6169 f->gen_h(t0, t0, t1, fpstatus_ptr(FPST_FPCR_F16)); in TRANS()
6227 fpstatus_ptr(FPST_FPCR_F16)); in do_fmla_scalar_idx()
6594 f->gen_h(t0, t0, t1, fpstatus_ptr(FPST_FPCR_F16)); in do_fp3_scalar_pair()
6781 fpst = fpstatus_ptr(FPST_FPCR_F16); in do_fmadd()
6875 TCGv_ptr fpst = fpstatus_ptr(esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in do_fp_reduction()
8710 TCGv_ptr fpst = fpstatus_ptr(size == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in handle_fp_compare()
8891 fpst = fpstatus_ptr(FPST_FPCR_F16); in handle_fp_1src_half()
[all …]