Searched refs:IS_THUMB_NOP (Results 1 – 1 of 1) sorted by relevance
93 #define IS_THUMB_NOP(x) ((x) == 0x46C0) macro144 } else if (IS_THUMB_NOP(THUMB_INSTR(instr)) || IS_THUMB_IS_ENABLED(THUMB_INSTR(instr))) { in fasttrap_tracepoint_init()581 if ((tp->ftt_thumb && IS_THUMB_NOP(THUMB_INSTR(tp->ftt_instr))) ||