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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c408 #define PSR_x (1 << 17) macro
7108 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
9753 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
14509 {"x", PSR_x},
14513 {"fx", PSR_f | PSR_x},
14516 {"sx", PSR_s | PSR_x},
14518 {"xf", PSR_x | PSR_f},
14519 {"xs", PSR_x | PSR_s},
14520 {"xc", PSR_x | PSR_c},
14523 {"cx", PSR_c | PSR_x},
[all...]

Completed in 113 milliseconds