Lines Matching defs:PSR_c
483 #define PSR_c (1 << 16)
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),
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);
18030 {"all", PSR_c | PSR_f},
18032 {"ctl", PSR_c},
18036 {"c", PSR_c},
18043 {"fc", PSR_f | PSR_c},
18046 {"sc", PSR_s | PSR_c},
18049 {"xc", PSR_x | PSR_c},
18050 {"cf", PSR_c | PSR_f},
18051 {"cs", PSR_c | PSR_s},
18052 {"cx", PSR_c | PSR_x},
18054 {"fsc", PSR_f | PSR_s | PSR_c},
18056 {"fxc", PSR_f | PSR_x | PSR_c},
18057 {"fcs", PSR_f | PSR_c | PSR_s},
18058 {"fcx", PSR_f | PSR_c | PSR_x},
18060 {"sfc", PSR_s | PSR_f | PSR_c},
18062 {"sxc", PSR_s | PSR_x | PSR_c},
18063 {"scf", PSR_s | PSR_c | PSR_f},
18064 {"scx", PSR_s | PSR_c | PSR_x},
18066 {"xfc", PSR_x | PSR_f | PSR_c},
18068 {"xsc", PSR_x | PSR_s | PSR_c},
18069 {"xcf", PSR_x | PSR_c | PSR_f},
18070 {"xcs", PSR_x | PSR_c | PSR_s},
18071 {"cfs", PSR_c | PSR_f | PSR_s},
18072 {"cfx", PSR_c | PSR_f | PSR_x},
18073 {"csf", PSR_c | PSR_s | PSR_f},
18074 {"csx", PSR_c | PSR_s | PSR_x},
18075 {"cxf", PSR_c | PSR_x | PSR_f},
18076 {"cxs", PSR_c | PSR_x | PSR_s},
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},