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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c409 #define PSR_s (1 << 18) macro
7108 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
9753 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
14510 {"s", PSR_s},
14512 {"fs", PSR_f | PSR_s},
14515 {"sf", PSR_s | PSR_f},
14516 {"sx", PSR_s | PSR_x},
14517 {"sc", PSR_s | PSR_c},
14519 {"xs", PSR_x | PSR_s},
14522 {"cs", PSR_c | PSR_s},
[all...]

Completed in 169 milliseconds