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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c898 #define THUMB_LOAD_BIT 0x0800 macro
8894 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT;
12901 && !(inst.instruction & THUMB_LOAD_BIT),
12908 else if (inst.instruction & THUMB_LOAD_BIT)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c893 #define THUMB_LOAD_BIT 0x0800 macro
8829 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT;
12841 && !(inst.instruction & THUMB_LOAD_BIT),
12848 else if (inst.instruction & THUMB_LOAD_BIT)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c898 #define THUMB_LOAD_BIT 0x0800 macro
8894 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT;
12901 && !(inst.instruction & THUMB_LOAD_BIT),
12908 else if (inst.instruction & THUMB_LOAD_BIT)

Completed in 510 milliseconds