Lines Matching refs:PSR_x
532 #define PSR_x (1 << 17) macro
9130 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|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()
12258 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT); in do_t_msr()
18717 {"x", PSR_x},
18722 {"fx", PSR_f | PSR_x},
18725 {"sx", PSR_s | PSR_x},
18727 {"xf", PSR_x | PSR_f},
18728 {"xs", PSR_x | PSR_s},
18729 {"xc", PSR_x | PSR_c},
18732 {"cx", PSR_c | PSR_x},
18733 {"fsx", PSR_f | PSR_s | PSR_x},
18735 {"fxs", PSR_f | PSR_x | PSR_s},
18736 {"fxc", PSR_f | PSR_x | PSR_c},
18738 {"fcx", PSR_f | PSR_c | PSR_x},
18739 {"sfx", PSR_s | PSR_f | PSR_x},
18741 {"sxf", PSR_s | PSR_x | PSR_f},
18742 {"sxc", PSR_s | PSR_x | PSR_c},
18744 {"scx", PSR_s | PSR_c | PSR_x},
18745 {"xfs", PSR_x | PSR_f | PSR_s},
18746 {"xfc", PSR_x | PSR_f | PSR_c},
18747 {"xsf", PSR_x | PSR_s | PSR_f},
18748 {"xsc", PSR_x | PSR_s | PSR_c},
18749 {"xcf", PSR_x | PSR_c | PSR_f},
18750 {"xcs", PSR_x | PSR_c | PSR_s},
18752 {"cfx", PSR_c | PSR_f | PSR_x},
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},