Searched refs:OpcodeTable (Results 1 – 21 of 21) sorted by relevance
136 static const OpcodeTable s_ia32_opcode_map_[];
168 struct OpcodeTable { struct
122 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table in ProcessOpcode()
1128 const OpcodeTable MiniDisassembler::s_ia32_opcode_map_[]={
143 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table in ProcessOpcode()
143 static const OpcodeTable s_ia32_opcode_map_[];
170 struct OpcodeTable { struct
120 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table in ProcessOpcode()
1130 const OpcodeTable MiniDisassembler::s_ia32_opcode_map_[]={
177 static const OpcodeTable s_ia32_opcode_map_[];
207 struct OpcodeTable { struct
155 const OpcodeTable& table = s_ia32_opcode_map_[table_index]; // Get our table in ProcessOpcode()
1188 const OpcodeTable MiniDisassembler::s_ia32_opcode_map_[]={
624 static const TableEntry OpcodeTable[] = { variable787 ASSERT_SORTED(OpcodeTable); in getConcreteOpcode()788 int Opc = Lookup(OpcodeTable, array_lengthof(OpcodeTable), Opcode); in getConcreteOpcode()