Searched refs:THUMB_LOAD_BIT (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cctools-845/as/
H A Darm.c666 #define THUMB_LOAD_BIT 0x0800 macro
5374 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT;
8457 && !(inst.instruction & THUMB_LOAD_BIT),
8464 else if (inst.instruction & THUMB_LOAD_BIT)

Completed in 199 milliseconds