Searched refs:aarch32_opcode_cond_checks (Results 1 – 4 of 4) sorted by relevance
129 if (aarch32_opcode_cond_checks[opcode & 0xf](regs->pstate & 0xffffffff)) in simulate_b_cond()
467 extern pstate_check_t * const aarch32_opcode_cond_checks[16];
356 if ((*aarch32_opcode_cond_checks[cc_bits])(psr)) in aarch32_check_condition()
1432 pstate_check_t * const aarch32_opcode_cond_checks[16] = { variable