Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c841 * so we know that condexec == 0 (already set at the top of the TB) in gen_bxns()
853 /* We don't need to sync condexec state, for the same reason as bxns. in gen_blxns()
1734 * or the condexec bits (Thumb) but it isn't necessary. in disas_iwmmxt_insn()
6285 uint32_t condexec, core_mmu_idx; in op_addr_block_pre()
6293 condexec = EX_TBFLAG_AM32(tb_flags, CONDEXEC); in op_addr_block_pre()
6307 if (condexec & 0xf) { in op_addr_block_pre()
6308 dc->condexec_mask = (condexec & 0xf) << 1; in op_addr_block_pre()
6309 dc->condexec_cond = condexec >> 4;
6312 dc->eci = condexec >> 4; in op_addr_block_post()
6391 /* A note on handling of the condexec (I in trans_STM()
7550 uint32_t condexec, core_mmu_idx; arm_tr_init_disas_context() local
[all...]