Lines Matching defs:PSR_f
486 #define PSR_f (1 << 19)
5823 have been handled already). Do that by setting the PSR_f field
5825 return psr->field | (lhs ? PSR_f : 0);
5884 psr_field |= PSR_f;
5925 psr_field |= PSR_f;
5932 psr_field |= (PSR_c | PSR_f);
8869 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
8870 != (PSR_c|PSR_f),
8880 "{C|S}PSR_f, #expression". */
11920 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
11934 constraint ((flags & ~SPSR_BIT) != (PSR_c|PSR_f),
11962 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
11969 && (bits & ~(PSR_s | PSR_f)) != 0)
11971 && bits != PSR_f)) && m_profile,
18030 {"all", PSR_c | PSR_f},
18031 {"flg", PSR_f},
18035 {"f", PSR_f},
18041 {"fs", PSR_f | PSR_s},
18042 {"fx", PSR_f | PSR_x},
18043 {"fc", PSR_f | PSR_c},
18044 {"sf", PSR_s | PSR_f},
18047 {"xf", PSR_x | PSR_f},
18050 {"cf", PSR_c | PSR_f},
18053 {"fsx", PSR_f | PSR_s | PSR_x},
18054 {"fsc", PSR_f | PSR_s | PSR_c},
18055 {"fxs", PSR_f | PSR_x | PSR_s},
18056 {"fxc", PSR_f | PSR_x | PSR_c},
18057 {"fcs", PSR_f | PSR_c | PSR_s},
18058 {"fcx", PSR_f | PSR_c | PSR_x},
18059 {"sfx", PSR_s | PSR_f | PSR_x},
18060 {"sfc", PSR_s | PSR_f | PSR_c},
18061 {"sxf", PSR_s | PSR_x | PSR_f},
18063 {"scf", PSR_s | PSR_c | PSR_f},
18065 {"xfs", PSR_x | PSR_f | PSR_s},
18066 {"xfc", PSR_x | PSR_f | PSR_c},
18067 {"xsf", PSR_x | PSR_s | PSR_f},
18069 {"xcf", PSR_x | PSR_c | PSR_f},
18071 {"cfs", PSR_c | PSR_f | PSR_s},
18072 {"cfx", PSR_c | PSR_f | PSR_x},
18073 {"csf", PSR_c | PSR_s | PSR_f},
18075 {"cxf", PSR_c | PSR_x | PSR_f},
18077 {"fsxc", PSR_f | PSR_s | PSR_x | PSR_c},
18078 {"fscx", PSR_f | PSR_s | PSR_c | PSR_x},
18079 {"fxsc", PSR_f | PSR_x | PSR_s | PSR_c},
18080 {"fxcs", PSR_f | PSR_x | PSR_c | PSR_s},
18081 {"fcsx", PSR_f | PSR_c | PSR_s | PSR_x},
18082 {"fcxs", PSR_f | PSR_c | PSR_x | PSR_s},
18083 {"sfxc", PSR_s | PSR_f | PSR_x | PSR_c},
18084 {"sfcx", PSR_s | PSR_f | PSR_c | PSR_x},
18085 {"sxfc", PSR_s | PSR_x | PSR_f | PSR_c},
18086 {"sxcf", PSR_s | PSR_x | PSR_c | PSR_f},
18087 {"scfx", PSR_s | PSR_c | PSR_f | PSR_x},
18088 {"scxf", PSR_s | PSR_c | PSR_x | PSR_f},
18089 {"xfsc", PSR_x | PSR_f | PSR_s | PSR_c},
18090 {"xfcs", PSR_x | PSR_f | PSR_c | PSR_s},
18091 {"xsfc", PSR_x | PSR_s | PSR_f | PSR_c},
18092 {"xscf", PSR_x | PSR_s | PSR_c | PSR_f},
18093 {"xcfs", PSR_x | PSR_c | PSR_f | PSR_s},
18094 {"xcsf", PSR_x | PSR_c | PSR_s | PSR_f},
18095 {"cfsx", PSR_c | PSR_f | PSR_s | PSR_x},
18096 {"cfxs", PSR_c | PSR_f | PSR_x | PSR_s},
18097 {"csfx", PSR_c | PSR_s | PSR_f | PSR_x},
18098 {"csxf", PSR_c | PSR_s | PSR_x | PSR_f},
18099 {"cxfs", PSR_c | PSR_x | PSR_f | PSR_s},
18100 {"cxsf", PSR_c | PSR_x | PSR_s | PSR_f},