Lines Matching defs:features_str
56 Create(const char *triple, const char *cpu, const char *features_str,
1242 const char *features_str,
1264 curr_target->createMCSubtargetInfo(triple, cpu, features_str));
1486 std::string features_str =
1494 features_str += "+fp-armv8,";
1550 features_str += "+msa,";
1552 features_str += "+dsp,";
1554 features_str += "+dspr2,";
1560 features_str += "+all,";
1568 features_str += "+c,";
1570 features_str += "+e,";
1573 features_str += "+f,";
1576 features_str += "+f,+d,";
1579 features_str += "+f,+d,+q,";
1582 features_str += "+a,+m,";
1588 m_disasm_up = MCDisasmInstance::Create(triple_str, cpu, features_str.c_str(),
1598 MCDisasmInstance::Create(thumb_triple.c_str(), "", features_str.c_str(),
1607 features_str += "+mips16,";
1609 features_str += "+micromips,";
1612 triple_str, cpu, features_str.c_str(), flavor, *this);