Searched refs:PSR_s (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-arm.c | 409 #define PSR_s (1 << 18) macro 7171 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs() 9811 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs() 14566 {"s", PSR_s}, 14568 {"fs", PSR_f | PSR_s}, 14571 {"sf", PSR_s | PSR_f}, 14572 {"sx", PSR_s | PSR_x}, 14573 {"sc", PSR_s | PSR_c}, 14575 {"xs", PSR_x | PSR_s}, 14578 {"cs", PSR_c | PSR_s}, [all …]
|