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

/macosx-10.9.5/cctools-845/as/
H A Darm.c423 #define PSR_f (1 << 19) macro
3884 psr_field |= (PSR_c | PSR_f);
6118 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
6119 != (PSR_c|PSR_f),
6142 "{C|S}PSR_f, #expression". */
8869 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
8882 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f),
8913 flags |= PSR_f;
13878 {"all", PSR_c | PSR_f},
13879 {"flg", PSR_f},
[all...]

Completed in 269 milliseconds