Searched refs:aarch32_opcode_cond_checks (Results 1 – 4 of 4) sorted by relevance
122 if (aarch32_opcode_cond_checks[opcode & 0xf](regs->pstate & 0xffffffff)) in simulate_b_cond()
143 pstate_check_t * const aarch32_opcode_cond_checks[16] = { variable749 return aarch32_opcode_cond_checks[cond](regs->pstate); in cp15_cond_valid()
72 if ((*aarch32_opcode_cond_checks[cc_bits])(psr)) in aarch32_check_condition()
708 extern pstate_check_t * const aarch32_opcode_cond_checks[16];