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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c8374 #define THUMB_SETS_FLAGS(n) (THUMB_OP32 (n) & 0x00100000)
8650 if (THUMB_SETS_FLAGS (inst.instruction))
8686 constraint (THUMB_SETS_FLAGS (inst.instruction), BAD_THUMB32);
8733 if (THUMB_SETS_FLAGS (inst.instruction))
8778 constraint (THUMB_SETS_FLAGS (inst.instruction), BAD_THUMB32);
9758 else if (THUMB_SETS_FLAGS (inst.instruction))
9945 if (THUMB_SETS_FLAGS (inst.instruction))
9971 constraint (THUMB_SETS_FLAGS (inst.instruction), BAD_THUMB32);
10160 if (THUMB_SETS_FLAGS (inst.instruction))
10188 inst.instruction = THUMB_OP32 (THUMB_SETS_FLAGS (ins
8364 #define THUMB_SETS_FLAGS macro
[all...]

Completed in 75 milliseconds