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()
509 extern pstate_check_t * const aarch32_opcode_cond_checks[16];
358 if ((*aarch32_opcode_cond_checks[cc_bits])(psr)) in aarch32_check_condition()
603 return aarch32_opcode_cond_checks[cond](regs->pstate); in cp15_cond_valid()
1526 pstate_check_t * const aarch32_opcode_cond_checks[16] = { variable