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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c409 #define PSR_s (1 << 18) macro
7171 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
9817 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
14574 {"s", PSR_s},
14576 {"fs", PSR_f | PSR_s},
14579 {"sf", PSR_s | PSR_f},
14580 {"sx", PSR_s | PSR_x},
14581 {"sc", PSR_s | PSR_c},
14583 {"xs", PSR_x | PSR_s},
14586 {"cs", PSR_c | PSR_s},
[all...]

Completed in 173 milliseconds