Home
last modified time | relevance | path

Searched defs:syndrome (Results 1 – 10 of 10) sorted by relevance

/qemu/target/arm/
H A Dtcg-stubs.c19 void raise_exception_ra(CPUARMState *env, uint32_t excp, uint32_t syndrome, in raise_exception_ra()
H A Ddebug_helper.c49 raise_exception_debug(CPUARMState *env, uint32_t excp, uint32_t syndrome) in raise_exception_debug()
H A Dvfp_helper.c1226 uint32_t syndrome; in HELPER() local
H A Dcpu.h580 uint32_t syndrome; /* AArch64 format syndrome register */ member
H A Dhelper.c11511 static bool syndrome_is_sync_extabt(uint32_t syndrome) in syndrome_is_sync_extabt()
/qemu/target/arm/tcg/
H A Dhelper-a64.c1044 static void check_mops_wrong_option(CPUARMState *env, uint32_t syndrome, in check_mops_wrong_option()
1176 static int mops_destreg(uint32_t syndrome) in mops_destreg()
1181 static int mops_srcreg(uint32_t syndrome) in mops_srcreg()
1186 static int mops_sizereg(uint32_t syndrome) in mops_sizereg()
1243 static void do_setp(CPUARMState *env, uint32_t syndrome, uint32_t mtedesc, in do_setp()
1302 static void do_setm(CPUARMState *env, uint32_t syndrome, uint32_t mtedesc, in do_setm()
1366 static void do_sete(CPUARMState *env, uint32_t syndrome, uint32_t mtedesc, in do_sete()
1591 static void do_cpyp(CPUARMState *env, uint32_t syndrome, uint32_t wdesc, in do_cpyp()
1700 static void do_cpym(CPUARMState *env, uint32_t syndrome, uint32_t wdesc, in do_cpym()
1788 static void do_cpye(CPUARMState *env, uint32_t syndrome, uint32_t wdesc, in do_cpye()
H A Dop_helper.c48 uint32_t syndrome, uint32_t target_el) in raise_exception()
72 void raise_exception_ra(CPUARMState *env, uint32_t excp, uint32_t syndrome, in raise_exception_ra()
1215 uint32_t syndrome; in HELPER() local
H A Dtranslate.c1050 static void gen_exception_el_v(int excp, uint32_t syndrome, TCGv_i32 tcg_el) in gen_exception_el_v()
1056 static void gen_exception_el(int excp, uint32_t syndrome, uint32_t target_el) in gen_exception_el()
1061 static void gen_exception(int excp, uint32_t syndrome) in gen_exception()
2937 uint32_t syndrome; in do_coproc_insn() local
6974 uint32_t syndrome = syn_aa32_svc(a->imm, s->thumb); in trans_SVC() local
H A Dtranslate-a64.c461 static void gen_exception_bkpt_insn(DisasContext *s, uint32_t syndrome) in gen_exception_bkpt_insn()
2224 uint32_t syndrome; in gen_sysreg_undef() local
2256 uint32_t syndrome = syn_aa64_sysregtrap(op0, op1, op2, crn, crm, rt, isread); in handle_sys() local
2579 uint32_t syndrome = syn_aa64_svc(a->imm); in trans_SVC() local
4177 uint32_t syndrome, desc = 0; in do_SET() local
4233 uint32_t syndrome, rdesc = 0, wdesc = 0; in do_CPY() local
/qemu/target/arm/hvf/
H A Dhvf.c1008 uint32_t syndrome) in hvf_raise_exception()
1835 uint64_t syndrome = hvf_exit->exception.syndrome; in hvf_vcpu_exec() local