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

/macosx-10.9.5/cctools-845/as/
H A Darm.c420 #define PSR_c (1 << 16) 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),
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),
13878 {"all", PSR_c | PSR_f},
13880 {"ctl", PSR_c},
13884 {"c", PSR_c},
13890 {"fc", PSR_f | PSR_c},
[all...]

Completed in 92 milliseconds