Searched refs:PSR_c (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-arm.c | 407 #define PSR_c (1 << 16) macro 4902 psr_field |= (PSR_c | PSR_f); in parse_psr() 7189 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs() 7190 != (PSR_c|PSR_f), in do_mrs() 9829 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs() 9842 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f), in do_t_mrs() 14576 {"all", PSR_c | PSR_f}, 14578 {"ctl", PSR_c}, 14582 {"c", PSR_c}, 14588 {"fc", PSR_f | PSR_c}, [all …]
|