Searched refs:X86EVEX2VEXTablesEmitter (Results 1 – 2 of 2) sorted by relevance
23 class X86EVEX2VEXTablesEmitter { class40 X86EVEX2VEXTablesEmitter(RecordKeeper &R) : Records(R), Target(R) {} in X86EVEX2VEXTablesEmitter() function in __anon2d08d34d0111::X86EVEX2VEXTablesEmitter51 void X86EVEX2VEXTablesEmitter::printTable(const std::vector<Entry> &Table, in printTable()188 void X86EVEX2VEXTablesEmitter::run(raw_ostream &OS) { in run()260 X86EVEX2VEXTablesEmitter(RK).run(OS); in EmitX86EVEX2VEXTables()
44 X86EVEX2VEXTablesEmitter.cpp