Lines Matching defs:cpu
56 Create(const char *triple, const char *cpu, const char *features_str,
1241 DisassemblerLLVMC::MCDisasmInstance::Create(const char *triple, const char *cpu,
1264 curr_target->createMCSubtargetInfo(triple, cpu, features_str));
1497 const char *cpu = cpu_string;
1503 cpu = "mips32";
1507 cpu = "mips32r2";
1511 cpu = "mips32r3";
1515 cpu = "mips32r5";
1519 cpu = "mips32r6";
1523 cpu = "mips64";
1527 cpu = "mips64r2";
1531 cpu = "mips64r3";
1535 cpu = "mips64r5";
1539 cpu = "mips64r6";
1542 cpu = "";
1562 cpu = "apple-latest";
1588 m_disasm_up = MCDisasmInstance::Create(triple_str, cpu, features_str.c_str(),
1612 triple_str, cpu, features_str.c_str(), flavor, *this);
1622 const char *cpu,
1626 std::make_shared<DisassemblerLLVMC>(arch, flavor, cpu, features);