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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c549 #define INDEX_UP 0x00800000 macro
6250 inst.instruction |= INDEX_UP;
6289 inst.instruction |= INDEX_UP;
6323 inst.instruction |= INDEX_UP;
7792 if (inst.instruction & (PRE_INDEX | INDEX_UP))
7805 if (!(inst.instruction & INDEX_UP))
7924 inst.instruction |= INDEX_UP;
17989 newval |= value | (sign ? INDEX_UP : 0);
18013 newval |= ((value >> 4) << 8) | (value & 0xf) | (sign ? INDEX_UP : 0);
18524 newval |= (value >> 2) | (sign ? INDEX_UP
[all...]

Completed in 167 milliseconds