Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c631 #define PSR_s (1 << 18) macro
6508 psr_field |= PSR_s; in parse_psr()
10274 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs()
13485 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs()
13528 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_msr()
13536 && (bits & ~(PSR_s | PSR_f)) != 0) in do_t_msr()
24058 {"s", PSR_s},
24061 {"fs", PSR_f | PSR_s},
24064 {"sf", PSR_s | PSR_f},
24065 {"sx", PSR_s | PSR_x},
[all …]