Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm/
H A Dtrap.h168 #define THUMB_POP 0xBC00 /* POP */ macro
H A Dtrap.c658 } else if ((ins16 & THUMB_PUSH_MASK) == THUMB_POP) { in sleh_alignment()