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

/macosx-10.9.5/cctools-845/as/
H A Darm.c421 #define PSR_x (1 << 17) macro
6118 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
8869 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
13885 {"x", PSR_x},
13889 {"fx", PSR_f | PSR_x},
13892 {"sx", PSR_s | PSR_x},
13894 {"xf", PSR_x | PSR_f},
13895 {"xs", PSR_x | PSR_s},
13896 {"xc", PSR_x | PSR_c},
13899 {"cx", PSR_c | PSR_x},
[all...]

Completed in 158 milliseconds