Searched refs:fp_excp_el (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-m-nocp.c | 142 if (s->fp_excp_el != 0) { in trans_VSCCLRM() 144 syn_uncategorized(), s->fp_excp_el); in trans_VSCCLRM() 750 if (s->fp_excp_el != 0) { in trans_NOCP() 752 syn_uncategorized(), s->fp_excp_el); in trans_NOCP()
|
H A D | translate-a64.h | 68 if (unlikely(!s->fp_access_checked || s->fp_excp_el)) { in assert_fp_access_checked()
|
H A D | translate-vfp.c | 221 if (s->fp_excp_el) { in vfp_access_check_a() 233 gen_exception_insn_el(s, 0, EXCP_UDEF, syn, s->fp_excp_el); in vfp_access_check_a() 267 if (s->fp_excp_el) { in vfp_access_check_m() 276 syn_uncategorized(), s->fp_excp_el); in vfp_access_check_m()
|
H A D | translate.h | 70 int fp_excp_el; /* FP exception EL or 0 if enabled */ member
|
H A D | translate.c | 6716 if (s->fp_excp_el) { in trans_WLS() 6718 syn_uncategorized(), s->fp_excp_el); in trans_WLS() 6812 fpu_active = !s->fp_excp_el && !s->v7m_lspact && !s->v7m_new_fp_ctxt_needed; in trans_LE() 7556 dc->fp_excp_el = EX_TBFLAG_ANY(tb_flags, FPEXC_EL); in arm_tr_init_disas_context()
|
H A D | translate-a64.c | 1216 if (s->fp_excp_el) { in fp_access_check_only() 1222 s->fp_excp_el); in fp_access_check_only() 1293 if (!s->fp_excp_el || s->sme_excp_el < s->fp_excp_el) { in sme_enabled_check() 11697 dc->fp_excp_el = EX_TBFLAG_ANY(tb_flags, FPEXC_EL); in aarch64_tr_init_disas_context()
|