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

/macosx-10.9.5/cctools-845/as/
H A Darm.c667 #define THUMB2_LOAD_BIT 0x00100000 macro
5374 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT;

Completed in 148 milliseconds