Searched refs:cpsr_cond (Results 1 – 1 of 1) sorted by relevance
1601 unsigned long cpsr, cpsr_cond; in check_conditional_instr() local1651 cpsr_cond = cpsr >> 28; in check_conditional_instr()1653 if ( !((cc_map[cond] >> cpsr_cond) & 1) ) in check_conditional_instr()
Completed in 8 milliseconds