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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c600 #define LOAD_BIT 0x00100000 macro
8522 as_warn ((inst.instruction & LOAD_BIT)
8562 const bool is_load = ((inst.instruction & LOAD_BIT) != 0);
8896 tbit = LOAD_BIT;
9811 if (inst.instruction & LOAD_BIT)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c598 #define LOAD_BIT 0x00100000 macro
8455 as_warn ((inst.instruction & LOAD_BIT)
8495 const bfd_boolean is_load = ((inst.instruction & LOAD_BIT) != 0);
8831 tbit = LOAD_BIT;
9757 if (inst.instruction & LOAD_BIT)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c600 #define LOAD_BIT 0x00100000 macro
8522 as_warn ((inst.instruction & LOAD_BIT)
8562 const bool is_load = ((inst.instruction & LOAD_BIT) != 0);
8896 tbit = LOAD_BIT;
9811 if (inst.instruction & LOAD_BIT)

Completed in 429 milliseconds