Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c396 #define PSR_s (1 << 2) macro
414 {"CPSR_s", TRUE, PSR_s},
416 {"SPSR_s", FALSE, PSR_s},
418 {"CPSR_fs", TRUE, PSR_f | PSR_s},
421 {"CPSR_sf", TRUE, PSR_s | PSR_f},
422 {"CPSR_sx", TRUE, PSR_s | PSR_x},
423 {"CPSR_sc", TRUE, PSR_s | PSR_c},
425 {"CPSR_xs", TRUE, PSR_x | PSR_s},
428 {"CPSR_cs", TRUE, PSR_c | PSR_s},
430 {"CPSR_fsx", TRUE, PSR_f | PSR_s | PSR_x},
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c349 #define PSR_s (1 << 18) macro
5238 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs()
7500 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs()
8804 {"s", PSR_s},
8806 {"fs", PSR_f | PSR_s},
8809 {"sf", PSR_s | PSR_f},
8810 {"sx", PSR_s | PSR_x},
8811 {"sc", PSR_s | PSR_c},
8813 {"xs", PSR_x | PSR_s},
8816 {"cs", PSR_c | PSR_s},
[all …]