Searched refs:PSR_c (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-arm.c | 407 #define PSR_c (1 << 16) macro 4934 psr_field |= (PSR_c | PSR_f); in parse_psr() 7221 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs() 7222 != (PSR_c|PSR_f), in do_mrs() 9861 flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs() 9874 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f), in do_t_mrs() 14608 {"all", PSR_c | PSR_f}, 14610 {"ctl", PSR_c}, 14614 {"c", PSR_c}, 14620 {"fc", PSR_f | PSR_c}, [all …]
|