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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c319 #define LOAD_BIT 0x00100000 macro
4333 as_warn ((inst.instruction & LOAD_BIT)
4472 tbit = LOAD_BIT;
4934 if (inst.instruction & LOAD_BIT)
4977 if (inst.instruction & LOAD_BIT)
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c504 #define LOAD_BIT 0x00100000 macro
7539 as_warn ((inst.instruction & LOAD_BIT)
7579 const bfd_boolean is_load = ((inst.instruction & LOAD_BIT) != 0);
7915 tbit = LOAD_BIT;
8825 if (inst.instruction & LOAD_BIT)

Completed in 257 milliseconds