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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c410 #define PSR_f (1 << 19) macro
4883 psr_field |= (PSR_c | PSR_f);
7108 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
7109 != (PSR_c|PSR_f),
7117 "{C|S}PSR_f, #expression". */
9753 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
9766 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f),
9797 flags |= PSR_f;
14502 {"all", PSR_c | PSR_f},
14503 {"flg", PSR_f},
[all...]

Completed in 183 milliseconds