Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c736 #define THUMB_LOAD_BIT 0x0800 macro
7754 tbit = (inst.instruction > 0xffff) ? THUMB2_LOAD_BIT : THUMB_LOAD_BIT; in move_or_literal_pool()
11357 && !(inst.instruction & THUMB_LOAD_BIT), in do_t_ldst()
11364 else if (inst.instruction & THUMB_LOAD_BIT) in do_t_ldst()