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

/macosx-10.9.5/cctools-845/as/
H A Darm.c566 #define INDEX_UP 0x00800000 macro
5249 inst.instruction |= INDEX_UP;
5288 inst.instruction |= INDEX_UP;
5322 inst.instruction |= INDEX_UP;
6895 if (inst.instruction & (PRE_INDEX | INDEX_UP))
6908 if (!(inst.instruction & INDEX_UP))
7027 inst.instruction |= INDEX_UP;
16986 newval |= value | (sign ? INDEX_UP : 0);
17011 newval |= ((value >> 4) << 8) | (value & 0xf) | (sign ? INDEX_UP : 0);
17583 newval |= (value >> 2) | (sign ? INDEX_UP
[all...]

Completed in 253 milliseconds