Home | History | Annotate | Download | only in config

Lines Matching defs:PSR_s

485 #define PSR_s	(1 << 18)
5895 psr_field |= PSR_s;
8869 constraint ((inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f))
11920 int flags = inst.operands[1].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
11962 int bits = inst.operands[0].imm & (PSR_c|PSR_x|PSR_s|PSR_f|SPSR_BIT);
11969 && (bits & ~(PSR_s | PSR_f)) != 0)
18038 {"s", PSR_s},
18041 {"fs", PSR_f | PSR_s},
18044 {"sf", PSR_s | PSR_f},
18045 {"sx", PSR_s | PSR_x},
18046 {"sc", PSR_s | PSR_c},
18048 {"xs", PSR_x | PSR_s},
18051 {"cs", PSR_c | PSR_s},
18053 {"fsx", PSR_f | PSR_s | PSR_x},
18054 {"fsc", PSR_f | PSR_s | PSR_c},
18055 {"fxs", PSR_f | PSR_x | PSR_s},
18057 {"fcs", PSR_f | PSR_c | PSR_s},
18059 {"sfx", PSR_s | PSR_f | PSR_x},
18060 {"sfc", PSR_s | PSR_f | PSR_c},
18061 {"sxf", PSR_s | PSR_x | PSR_f},
18062 {"sxc", PSR_s | PSR_x | PSR_c},
18063 {"scf", PSR_s | PSR_c | PSR_f},
18064 {"scx", PSR_s | PSR_c | PSR_x},
18065 {"xfs", PSR_x | PSR_f | PSR_s},
18067 {"xsf", PSR_x | PSR_s | PSR_f},
18068 {"xsc", PSR_x | PSR_s | PSR_c},
18070 {"xcs", PSR_x | PSR_c | PSR_s},
18071 {"cfs", PSR_c | PSR_f | PSR_s},
18073 {"csf", PSR_c | PSR_s | PSR_f},
18074 {"csx", PSR_c | PSR_s | PSR_x},
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},