HomeSort by relevance Sort by last modified time
    Searched refs:default_cpu (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUSubtarget.cpp 35 std::string default_cpu("v0");
38 ParseSubtargetFeatures(default_cpu, FS);
41 InstrItins = getInstrItineraryForCPU(default_cpu);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xgate.c 131 static const char *default_cpu; variable
272 default_cpu = "unknown";
280 default_cpu = "XGATE V1";
382 default_cpu);
    [all...]
tc-i370.c 457 const char *default_cpu = TARGET_CPU;
463 if (strcmp (default_cpu, "i360") == 0)
465 else if (strcmp (default_cpu, "i370") == 0)
467 else if (strcmp (default_cpu, "XA") == 0)
470 as_fatal ("Unknown default cpu = %s, os = %s", default_cpu, default_os);
452 const char *default_cpu = TARGET_CPU; local
    [all...]
tc-ppc.c 1340 const char *default_cpu = TARGET_CPU; local
1367 const char *default_cpu = TARGET_CPU; local
    [all...]
tc-m68hc11.c 274 static const char *default_cpu; variable
435 (used for testing)\n"), default_cpu);
449 default_cpu = "unknown";
456 default_cpu = "m68hc12";
461 default_cpu = "m68hc11";
976 default_cpu);
    [all...]
tc-m68k.c 7713 const char *default_cpu = TARGET_CPU; local
    [all...]

Completed in 132 milliseconds