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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c348 #define PSR_x (1 << 17) macro
5153 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
7401 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
8699 {"x", PSR_x},
8703 {"fx", PSR_f | PSR_x},
8706 {"sx", PSR_s | PSR_x},
8708 {"xf", PSR_x | PSR_f},
8709 {"xs", PSR_x | PSR_s},
8710 {"xc", PSR_x | PSR_c},
8713 {"cx", PSR_c | PSR_x},
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c534 #define PSR_x (1 << 17) macro
9189 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
12276 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
12319 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
18885 {"x", PSR_x},
18890 {"fx", PSR_f | PSR_x},
18893 {"sx", PSR_s | PSR_x},
18895 {"xf", PSR_x | PSR_f},
18896 {"xs", PSR_x | PSR_s},
18897 {"xc", PSR_x | PSR_
[all...]

Completed in 227 milliseconds