Home | History | Annotate | Download | only in config

Lines Matching refs:PSR_f

534 #define PSR_f	(1 << 19)
5862 have been handled already). Do that by setting the PSR_f field
5864 return psr->field | (lhs ? PSR_f : 0);
5923 psr_field |= PSR_f;
5964 psr_field |= PSR_f;
5971 psr_field |= (PSR_c | PSR_f);
9131 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
9132 != (PSR_c|PSR_f),
9142 "{C|S}PSR_f, #expression". */
12222 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
12237 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f),
12265 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
12273 && (bits & ~(PSR_s | PSR_f)) != 0)
12275 && bits != PSR_f)) && m_profile,
18719 {"all", PSR_c | PSR_f},
18720 {"flg", PSR_f},
18724 {"f", PSR_f},
18730 {"fs", PSR_f | PSR_s},
18731 {"fx", PSR_f | PSR_x},
18732 {"fc", PSR_f | PSR_c},
18733 {"sf", PSR_s | PSR_f},
18736 {"xf", PSR_x | PSR_f},
18739 {"cf", PSR_c | PSR_f},
18742 {"fsx", PSR_f | PSR_s | PSR_x},
18743 {"fsc", PSR_f | PSR_s | PSR_c},
18744 {"fxs", PSR_f | PSR_x | PSR_s},
18745 {"fxc", PSR_f | PSR_x | PSR_c},
18746 {"fcs", PSR_f | PSR_c | PSR_s},
18747 {"fcx", PSR_f | PSR_c | PSR_x},
18748 {"sfx", PSR_s | PSR_f | PSR_x},
18749 {"sfc", PSR_s | PSR_f | PSR_c},
18750 {"sxf", PSR_s | PSR_x | PSR_f},
18752 {"scf", PSR_s | PSR_c | PSR_f},
18754 {"xfs", PSR_x | PSR_f | PSR_s},
18755 {"xfc", PSR_x | PSR_f | PSR_c},
18756 {"xsf", PSR_x | PSR_s | PSR_f},
18758 {"xcf", PSR_x | PSR_c | PSR_f},
18760 {"cfs", PSR_c | PSR_f | PSR_s},
18761 {"cfx", PSR_c | PSR_f | PSR_x},
18762 {"csf", PSR_c | PSR_s | PSR_f},
18764 {"cxf", PSR_c | PSR_x | PSR_f},
18766 {"fsxc", PSR_f | PSR_s | PSR_x | PSR_c},
18767 {"fscx", PSR_f | PSR_s | PSR_c | PSR_x},
18768 {"fxsc", PSR_f | PSR_x | PSR_s | PSR_c},
18769 {"fxcs", PSR_f | PSR_x | PSR_c | PSR_s},
18770 {"fcsx", PSR_f | PSR_c | PSR_s | PSR_x},
18771 {"fcxs", PSR_f | PSR_c | PSR_x | PSR_s},
18772 {"sfxc", PSR_s | PSR_f | PSR_x | PSR_c},
18773 {"sfcx", PSR_s | PSR_f | PSR_c | PSR_x},
18774 {"sxfc", PSR_s | PSR_x | PSR_f | PSR_c},
18775 {"sxcf", PSR_s | PSR_x | PSR_c | PSR_f},
18776 {"scfx", PSR_s | PSR_c | PSR_f | PSR_x},
18777 {"scxf", PSR_s | PSR_c | PSR_x | PSR_f},
18778 {"xfsc", PSR_x | PSR_f | PSR_s | PSR_c},
18779 {"xfcs", PSR_x | PSR_f | PSR_c | PSR_s},
18780 {"xsfc", PSR_x | PSR_s | PSR_f | PSR_c},
18781 {"xscf", PSR_x | PSR_s | PSR_c | PSR_f},
18782 {"xcfs", PSR_x | PSR_c | PSR_f | PSR_s},
18783 {"xcsf", PSR_x | PSR_c | PSR_s | PSR_f},
18784 {"cfsx", PSR_c | PSR_f | PSR_s | PSR_x},
18785 {"cfxs", PSR_c | PSR_f | PSR_x | PSR_s},
18786 {"csfx", PSR_c | PSR_s | PSR_f | PSR_x},
18787 {"csxf", PSR_c | PSR_s | PSR_x | PSR_f},
18788 {"cxfs", PSR_c | PSR_x | PSR_f | PSR_s},
18789 {"cxsf", PSR_c | PSR_x | PSR_s | PSR_f},