Lines Matching full:case

83     case CC_OP_EFLAGS:  in helper_cc_compute_all()
85 case CC_OP_POPCNT: in helper_cc_compute_all()
88 case CC_OP_MULB: in helper_cc_compute_all()
90 case CC_OP_MULW: in helper_cc_compute_all()
92 case CC_OP_MULL: in helper_cc_compute_all()
95 case CC_OP_ADDB: in helper_cc_compute_all()
97 case CC_OP_ADDW: in helper_cc_compute_all()
99 case CC_OP_ADDL: in helper_cc_compute_all()
102 case CC_OP_ADCB: in helper_cc_compute_all()
104 case CC_OP_ADCW: in helper_cc_compute_all()
106 case CC_OP_ADCL: in helper_cc_compute_all()
109 case CC_OP_SUBB: in helper_cc_compute_all()
111 case CC_OP_SUBW: in helper_cc_compute_all()
113 case CC_OP_SUBL: in helper_cc_compute_all()
116 case CC_OP_SBBB: in helper_cc_compute_all()
118 case CC_OP_SBBW: in helper_cc_compute_all()
120 case CC_OP_SBBL: in helper_cc_compute_all()
123 case CC_OP_LOGICB: in helper_cc_compute_all()
125 case CC_OP_LOGICW: in helper_cc_compute_all()
127 case CC_OP_LOGICL: in helper_cc_compute_all()
130 case CC_OP_INCB: in helper_cc_compute_all()
132 case CC_OP_INCW: in helper_cc_compute_all()
134 case CC_OP_INCL: in helper_cc_compute_all()
137 case CC_OP_DECB: in helper_cc_compute_all()
139 case CC_OP_DECW: in helper_cc_compute_all()
141 case CC_OP_DECL: in helper_cc_compute_all()
144 case CC_OP_SHLB: in helper_cc_compute_all()
146 case CC_OP_SHLW: in helper_cc_compute_all()
148 case CC_OP_SHLL: in helper_cc_compute_all()
151 case CC_OP_SARB: in helper_cc_compute_all()
153 case CC_OP_SARW: in helper_cc_compute_all()
155 case CC_OP_SARL: in helper_cc_compute_all()
158 case CC_OP_BMILGB: in helper_cc_compute_all()
160 case CC_OP_BMILGW: in helper_cc_compute_all()
162 case CC_OP_BMILGL: in helper_cc_compute_all()
165 case CC_OP_BLSIB: in helper_cc_compute_all()
167 case CC_OP_BLSIW: in helper_cc_compute_all()
169 case CC_OP_BLSIL: in helper_cc_compute_all()
172 case CC_OP_ADCX: in helper_cc_compute_all()
174 case CC_OP_ADOX: in helper_cc_compute_all()
176 case CC_OP_ADCOX: in helper_cc_compute_all()
180 case CC_OP_MULQ: in helper_cc_compute_all()
182 case CC_OP_ADDQ: in helper_cc_compute_all()
184 case CC_OP_ADCQ: in helper_cc_compute_all()
186 case CC_OP_SUBQ: in helper_cc_compute_all()
188 case CC_OP_SBBQ: in helper_cc_compute_all()
190 case CC_OP_LOGICQ: in helper_cc_compute_all()
192 case CC_OP_INCQ: in helper_cc_compute_all()
194 case CC_OP_DECQ: in helper_cc_compute_all()
196 case CC_OP_SHLQ: in helper_cc_compute_all()
198 case CC_OP_SARQ: in helper_cc_compute_all()
200 case CC_OP_BMILGQ: in helper_cc_compute_all()
202 case CC_OP_BLSIQ: in helper_cc_compute_all()
218 case CC_OP_LOGICB: in helper_cc_compute_c()
219 case CC_OP_LOGICW: in helper_cc_compute_c()
220 case CC_OP_LOGICL: in helper_cc_compute_c()
221 case CC_OP_LOGICQ: in helper_cc_compute_c()
222 case CC_OP_POPCNT: in helper_cc_compute_c()
225 case CC_OP_EFLAGS: in helper_cc_compute_c()
226 case CC_OP_SARB: in helper_cc_compute_c()
227 case CC_OP_SARW: in helper_cc_compute_c()
228 case CC_OP_SARL: in helper_cc_compute_c()
229 case CC_OP_SARQ: in helper_cc_compute_c()
230 case CC_OP_ADOX: in helper_cc_compute_c()
233 case CC_OP_INCB: in helper_cc_compute_c()
234 case CC_OP_INCW: in helper_cc_compute_c()
235 case CC_OP_INCL: in helper_cc_compute_c()
236 case CC_OP_INCQ: in helper_cc_compute_c()
237 case CC_OP_DECB: in helper_cc_compute_c()
238 case CC_OP_DECW: in helper_cc_compute_c()
239 case CC_OP_DECL: in helper_cc_compute_c()
240 case CC_OP_DECQ: in helper_cc_compute_c()
243 case CC_OP_MULB: in helper_cc_compute_c()
244 case CC_OP_MULW: in helper_cc_compute_c()
245 case CC_OP_MULL: in helper_cc_compute_c()
246 case CC_OP_MULQ: in helper_cc_compute_c()
249 case CC_OP_ADCX: in helper_cc_compute_c()
250 case CC_OP_ADCOX: in helper_cc_compute_c()
253 case CC_OP_ADDB: in helper_cc_compute_c()
255 case CC_OP_ADDW: in helper_cc_compute_c()
257 case CC_OP_ADDL: in helper_cc_compute_c()
260 case CC_OP_ADCB: in helper_cc_compute_c()
262 case CC_OP_ADCW: in helper_cc_compute_c()
264 case CC_OP_ADCL: in helper_cc_compute_c()
267 case CC_OP_SUBB: in helper_cc_compute_c()
269 case CC_OP_SUBW: in helper_cc_compute_c()
271 case CC_OP_SUBL: in helper_cc_compute_c()
274 case CC_OP_SBBB: in helper_cc_compute_c()
276 case CC_OP_SBBW: in helper_cc_compute_c()
278 case CC_OP_SBBL: in helper_cc_compute_c()
281 case CC_OP_SHLB: in helper_cc_compute_c()
283 case CC_OP_SHLW: in helper_cc_compute_c()
285 case CC_OP_SHLL: in helper_cc_compute_c()
288 case CC_OP_BMILGB: in helper_cc_compute_c()
290 case CC_OP_BMILGW: in helper_cc_compute_c()
292 case CC_OP_BMILGL: in helper_cc_compute_c()
295 case CC_OP_BLSIB: in helper_cc_compute_c()
297 case CC_OP_BLSIW: in helper_cc_compute_c()
299 case CC_OP_BLSIL: in helper_cc_compute_c()
303 case CC_OP_ADDQ: in helper_cc_compute_c()
305 case CC_OP_ADCQ: in helper_cc_compute_c()
307 case CC_OP_SUBQ: in helper_cc_compute_c()
309 case CC_OP_SBBQ: in helper_cc_compute_c()
311 case CC_OP_SHLQ: in helper_cc_compute_c()
313 case CC_OP_BMILGQ: in helper_cc_compute_c()
315 case CC_OP_BLSIQ: in helper_cc_compute_c()