Searched refs:aarch32_opcode_cond_checks (Results 1 – 5 of 5) sorted by relevance
121 if (aarch32_opcode_cond_checks[opcode & 0xf](regs->pstate & 0xffffffff)) in simulate_b_cond()
478 extern pstate_check_t * const aarch32_opcode_cond_checks[16];
358 if ((*aarch32_opcode_cond_checks[cc_bits])(psr)) in aarch32_check_condition()
600 return aarch32_opcode_cond_checks[cond](regs->pstate); in cp15_cond_valid()
1490 pstate_check_t * const aarch32_opcode_cond_checks[16] = { variable