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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c347 #define PSR_c (1 << 16) macro
3551 psr_field |= (PSR_c | PSR_f);
5153 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
5154 != (PSR_c|PSR_f),
7401 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
7414 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f),
8692 {"all", PSR_c | PSR_f},
8694 {"ctl", PSR_c},
8698 {"c", PSR_c},
8704 {"fc", PSR_f | PSR_c},
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c533 #define PSR_c (1 << 16) macro
5976 psr_field |= (PSR_c | PSR_f);
9189 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
9190 != (PSR_c|PSR_f),
12276 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
12291 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f),
12319 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
18878 {"all", PSR_c | PSR_f},
18880 {"ctl", PSR_c},
18884 {"c", PSR_c},
[all...]

Completed in 216 milliseconds