Home
last modified time | relevance | path

Searched refs:THUMB_INSTR (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/dev/arm/
H A Dfasttrap_isa.c79 #define THUMB_INSTR(x) (*(uint16_t*) &(x)) macro
144 } 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))) ||