Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-mve.c82 bool mve_eci_check(DisasContext *s) in mve_eci_check() function
162 if (!mve_eci_check(s) || !vfp_access_check(s)) { in do_ldst()
229 if (!mve_eci_check(s) || !vfp_access_check(s)) { in DO_VLDST_WIDE_NARROW()
322 if (!mve_eci_check(s) || !vfp_access_check(s)) { in do_ldst_sg_imm()
391 if (!mve_eci_check(s) || !vfp_access_check(s)) { in do_vldst_il()
484 if (!mve_eci_check(s) || !vfp_access_check(s)) { in trans_VDUP()
511 if (!mve_eci_check(s) || !vfp_access_check(s)) { in do_1op_vec()
609 if (!mve_eci_check(s) || !vfp_access_check(s)) {
792 if (!mve_eci_check(s) || !vfp_access_check(s)) { in do_2op_vec()
1048 if (!mve_eci_check(s) || !vfp_access_check(s)) { in DO_2OP_FP()
[all …]
H A Dtranslate-a32.h50 bool mve_eci_check(DisasContext *s);
H A Dtranslate-vfp.c642 if (!mve_eci_check(s)) { in trans_VMOV_to_gp()
687 if (!mve_eci_check(s)) { in trans_VMOV_from_gp()
H A Dtranslate.c6899 if (!mve_eci_check(s) || !vfp_access_check(s)) { in trans_VCTP()