Home | History | Annotate | Download | only in Support

Lines Matching refs:Case

169     case 3:
171 case 4:
173 case 0: // Intel486 DX processors
174 case 1: // Intel486 DX processors
175 case 2: // Intel486 SX processors
176 case 3: // Intel487 processors, IntelDX2 OverDrive processors,
178 case 4: // Intel486 SL processor
179 case 5: // IntelSX2 processors
180 case 7: // Write-Back Enhanced IntelDX2 processors
181 case 8: // IntelDX4 OverDrive processors, IntelDX4 processors
184 case 5:
186 case 1: // Pentium OverDrive processor for Pentium processor (60, 66),
188 case 2: // Pentium OverDrive processor for Pentium processor (75, 90,
191 case 3: // Pentium OverDrive processors for Intel486 processor-based
195 case 4: // Pentium OverDrive processor with MMX technology for Pentium
202 case 6:
204 case 1: // Pentium Pro processor
207 case 3: // Intel Pentium II OverDrive processor, Pentium II processor,
209 case 5: // Pentium II processor, model 05, Pentium II Xeon processor,
211 case 6: // Celeron processor, model 06
214 case 7: // Pentium III processor, model 07, and Pentium III Xeon
216 case 8: // Pentium III processor, model 08, Pentium III Xeon processor,
218 case 10: // Pentium III Xeon processor, model 0Ah
219 case 11: // Pentium III processor, model 0Bh
222 case 9: // Intel Pentium M processor, Intel Celeron M processor model 09.
223 case 13: // Intel Pentium M processor, Intel Celeron M processor, model
227 case 14: // Intel Core Duo processor, Intel Core Solo processor, model
231 case 15: // Intel Core 2 Duo processor, Intel Core 2 Duo mobile
236 case 22: // Intel Celeron processor model 16h. All processors are
240 case 21: // Intel EP80579 Integrated Processor and Intel EP80579
244 case 23: // Intel Core 2 Extreme processor, Intel Xeon processor, model
251 case 26: // Intel Core i7 processor and Intel Xeon processor. All
253 case 29: // Intel Xeon processor MP. All processors are manufactured using
255 case 30: // Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz.
257 case 37: // Intel Core i7, laptop version.
258 case 44: // Intel Core i7 processor and Intel Xeon processor. All
260 case 46: // Nehalem EX
261 case 47: // Westmere EX
265 case 42: // Intel Core i7 processor. All processors are manufactured
267 case 45:
273 case 58:
278 case 28: // Most 45 nm Intel Atom processors
279 case 38: // 45 nm Atom Lincroft
280 case 39: // 32 nm Atom Medfield
281 case 53: // 32 nm Atom Midview
282 case 54: // 32 nm Atom Midview
287 case 15: {
289 case 0: // Pentium 4 processor, Intel Xeon processor. All processors are
291 case 1: // Pentium 4 processor, Intel Xeon processor, Intel Xeon
294 case 2: // Pentium 4 processor, Mobile Intel Pentium 4 processor - M,
300 case 3: // Pentium 4 processor, Intel Xeon processor, Intel Celeron D
303 case 4: // Pentium 4 processor, Pentium 4 processor Extreme Edition,
307 case 6: // Pentium 4 processor, Pentium D processor, Pentium processor
326 case 4:
328 case 5:
330 case 6:
331 case 7: return "k6";
332 case 8: return "k6-2";
333 case 9:
334 case 13: return "k6-3";
335 case 10: return "geode";
338 case 6:
340 case 4: return "athlon-tbird";
341 case 6:
342 case 7:
343 case 8: return "athlon-mp";
344 case 10: return "athlon-xp";
347 case 15:
351 case 1: return "opteron";
352 case 5: return "athlon-fx"; // also opteron
355 case 16:
357 case 20:
359 case 21:
365 case 22:
387 case CPU_SUBTYPE_POWERPC_601: return "601";
388 case CPU_SUBTYPE_POWERPC_602: return "602";
389 case CPU_SUBTYPE_POWERPC_603: return "603";
390 case CPU_SUBTYPE_POWERPC_603e: return "603e";
391 case CPU_SUBTYPE_POWERPC_603ev: return "603ev";
392 case CPU_SUBTYPE_POWERPC_604: return "604";
393 case CPU_SUBTYPE_POWERPC_604e: return "604e";
394 case CPU_SUBTYPE_POWERPC_620: return "620";
395 case CPU_SUBTYPE_POWERPC_750: return "750";
396 case CPU_SUBTYPE_POWERPC_7400: return "7400";
397 case CPU_SUBTYPE_POWERPC_7450: return "7450";
398 case CPU_SUBTYPE_POWERPC_970: return "970";
477 .Case("604e", "604e")
478 .Case("604", "604")
479 .Case("7400", "7400")
480 .Case("7410", "7400")
481 .Case("7447", "7400")
482 .Case("7455", "7450")
483 .Case("G4", "g4")
484 .Case("POWER4", "970")
485 .Case("PPC970FX", "970")
486 .Case("PPC970MP", "970")
487 .Case("G5", "g5")
488 .Case("POWER5", "g5")
489 .Case("A2", "a2")
490 .Case("POWER6", "pwr6")
491 .Case("POWER7", "pwr7")
534 .Case("0x926", "arm926ej-s")
535 .Case("0xb02", "mpcore")
536 .Case("0xb36", "arm1136j-s")
537 .Case("0xb56", "arm1156t2-s")
538 .Case("0xb76", "arm1176jz-s")
539 .Case("0xc08", "cortex-a8")
540 .Case("0xc09", "cortex-a9")
541 .Case("0xc0f", "cortex-a15")
542 .Case("0xc20", "cortex-m0")
543 .Case("0xc23", "cortex-m3")
544 .Case("0xc24", "cortex-m4")
586 .Case("half", "fp16")
587 .Case("neon", "neon")
588 .Case("vfpv3", "vfp3")
589 .Case("vfpv3d16", "d16")
590 .Case("vfpv4", "vfp4")
591 .Case("idiva", "hwdiv-arm")
592 .Case("idivt", "hwdiv")