Searched refs:PSR_x (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.c | 484 #define PSR_x (1 << 17) macro 8868 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs() 11913 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs() 11955 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_msr() 18028 {"x", PSR_x}, 18033 {"fx", PSR_f | PSR_x}, 18036 {"sx", PSR_s | PSR_x}, 18038 {"xf", PSR_x | PSR_f}, 18039 {"xs", PSR_x | PSR_s}, 18040 {"xc", PSR_x | PSR_c}, [all …]
|