Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c395 #define PSR_x (1 << 1) macro
413 {"CPSR_x", TRUE, PSR_x},
415 {"SPSR_x", FALSE, PSR_x},
419 {"CPSR_fx", TRUE, PSR_f | PSR_x},
422 {"CPSR_sx", TRUE, PSR_s | PSR_x},
424 {"CPSR_xf", TRUE, PSR_x | PSR_f},
425 {"CPSR_xs", TRUE, PSR_x | PSR_s},
426 {"CPSR_xc", TRUE, PSR_x | PSR_c},
429 {"CPSR_cx", TRUE, PSR_c | PSR_x},
430 {"CPSR_fsx", TRUE, PSR_f | PSR_s | PSR_x},
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-arm.c348 #define PSR_x (1 << 17) 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()
8803 {"x", PSR_x},
8807 {"fx", PSR_f | PSR_x},
8810 {"sx", PSR_s | PSR_x},
8812 {"xf", PSR_x | PSR_f},
8813 {"xs", PSR_x | PSR_s},
8814 {"xc", PSR_x | PSR_c},
8817 {"cx", PSR_c | PSR_x},
[all …]