Searched refs:PSR_s (Results 1 – 1 of 1) sorted by relevance
485 #define PSR_s (1 << 18) macro5894 psr_field |= PSR_s; in parse_psr()8868 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs()11913 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs()11955 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_msr()11962 && (bits & ~(PSR_s | PSR_f)) != 0) in do_t_msr()18029 {"s", PSR_s},18032 {"fs", PSR_f | PSR_s},18035 {"sf", PSR_s | PSR_f},18036 {"sx", PSR_s | PSR_x},[all …]