Lines Matching refs:PSR_c

531 #define PSR_c	(1 << 16)  macro
5970 psr_field |= (PSR_c | PSR_f); in parse_psr()
9130 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f)) in do_mrs()
9131 != (PSR_c|PSR_f), in do_mrs()
12215 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_mrs()
12230 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f), in do_t_mrs()
12258 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_msr()
18710 {"all", PSR_c | PSR_f},
18712 {"ctl", PSR_c},
18716 {"c", PSR_c},
18723 {"fc", PSR_f | PSR_c},
18726 {"sc", PSR_s | PSR_c},
18729 {"xc", PSR_x | PSR_c},
18730 {"cf", PSR_c | PSR_f},
18731 {"cs", PSR_c | PSR_s},
18732 {"cx", PSR_c | PSR_x},
18734 {"fsc", PSR_f | PSR_s | PSR_c},
18736 {"fxc", PSR_f | PSR_x | PSR_c},
18737 {"fcs", PSR_f | PSR_c | PSR_s},
18738 {"fcx", PSR_f | PSR_c | PSR_x},
18740 {"sfc", PSR_s | PSR_f | PSR_c},
18742 {"sxc", PSR_s | PSR_x | PSR_c},
18743 {"scf", PSR_s | PSR_c | PSR_f},
18744 {"scx", PSR_s | PSR_c | PSR_x},
18746 {"xfc", PSR_x | PSR_f | PSR_c},
18748 {"xsc", PSR_x | PSR_s | PSR_c},
18749 {"xcf", PSR_x | PSR_c | PSR_f},
18750 {"xcs", PSR_x | PSR_c | PSR_s},
18751 {"cfs", PSR_c | PSR_f | PSR_s},
18752 {"cfx", PSR_c | PSR_f | PSR_x},
18753 {"csf", PSR_c | PSR_s | PSR_f},
18754 {"csx", PSR_c | PSR_s | PSR_x},
18755 {"cxf", PSR_c | PSR_x | PSR_f},
18756 {"cxs", PSR_c | PSR_x | PSR_s},
18757 {"fsxc", PSR_f | PSR_s | PSR_x | PSR_c},
18758 {"fscx", PSR_f | PSR_s | PSR_c | PSR_x},
18759 {"fxsc", PSR_f | PSR_x | PSR_s | PSR_c},
18760 {"fxcs", PSR_f | PSR_x | PSR_c | PSR_s},
18761 {"fcsx", PSR_f | PSR_c | PSR_s | PSR_x},
18762 {"fcxs", PSR_f | PSR_c | PSR_x | PSR_s},
18763 {"sfxc", PSR_s | PSR_f | PSR_x | PSR_c},
18764 {"sfcx", PSR_s | PSR_f | PSR_c | PSR_x},
18765 {"sxfc", PSR_s | PSR_x | PSR_f | PSR_c},
18766 {"sxcf", PSR_s | PSR_x | PSR_c | PSR_f},
18767 {"scfx", PSR_s | PSR_c | PSR_f | PSR_x},
18768 {"scxf", PSR_s | PSR_c | PSR_x | PSR_f},
18769 {"xfsc", PSR_x | PSR_f | PSR_s | PSR_c},
18770 {"xfcs", PSR_x | PSR_f | PSR_c | PSR_s},
18771 {"xsfc", PSR_x | PSR_s | PSR_f | PSR_c},
18772 {"xscf", PSR_x | PSR_s | PSR_c | PSR_f},
18773 {"xcfs", PSR_x | PSR_c | PSR_f | PSR_s},
18774 {"xcsf", PSR_x | PSR_c | PSR_s | PSR_f},
18775 {"cfsx", PSR_c | PSR_f | PSR_s | PSR_x},
18776 {"cfxs", PSR_c | PSR_f | PSR_x | PSR_s},
18777 {"csfx", PSR_c | PSR_s | PSR_f | PSR_x},
18778 {"csxf", PSR_c | PSR_s | PSR_x | PSR_f},
18779 {"cxfs", PSR_c | PSR_x | PSR_f | PSR_s},
18780 {"cxsf", PSR_c | PSR_x | PSR_s | PSR_f},