Searched refs:PSR_c (Results 1 – 1 of 1) sorted by relevance
483 #define PSR_c (1 << 16) macro5931 psr_field |= (PSR_c | PSR_f); in parse_psr()8868 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs()8869 != (PSR_c|PSR_f), in do_mrs()11913 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs()11927 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f), in do_t_mrs()11955 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_msr()18021 {"all", PSR_c | PSR_f},18023 {"ctl", PSR_c},18027 {"c", PSR_c},[all …]