Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.c532 #define PSR_x (1 << 17) macro
9130 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs()
12215 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs()
12258 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_msr()
18717 {"x", PSR_x},
18722 {"fx", PSR_f | PSR_x},
18725 {"sx", PSR_s | PSR_x},
18727 {"xf", PSR_x | PSR_f},
18728 {"xs", PSR_x | PSR_s},
18729 {"xc", PSR_x | PSR_c},
[all …]