CopyTable         191 src/ia32/disasm-ia32.cc   void CopyTable(const ByteMnemonic bm[], InstructionType type);
CopyTable         216 src/ia32/disasm-ia32.cc   CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
CopyTable         217 src/ia32/disasm-ia32.cc   CopyTable(zero_operands_instr, ZERO_OPERANDS_INSTR);
CopyTable         218 src/ia32/disasm-ia32.cc   CopyTable(call_jump_instr, CALL_JUMP_INSTR);
CopyTable         219 src/ia32/disasm-ia32.cc   CopyTable(short_immediate_instr, SHORT_IMMEDIATE_INSTR);
CopyTable         220 src/ia32/disasm-ia32.cc   CopyTable(byte_immediate_instr, BYTE_IMMEDIATE_INSTR);
CopyTable         198 src/x64/disasm-x64.cc   void CopyTable(const ByteMnemonic bm[], InstructionType type);
CopyTable         222 src/x64/disasm-x64.cc   CopyTable(two_operands_instr, TWO_OPERANDS_INSTR);
CopyTable         223 src/x64/disasm-x64.cc   CopyTable(zero_operands_instr, ZERO_OPERANDS_INSTR);
CopyTable         224 src/x64/disasm-x64.cc   CopyTable(call_jump_instr, CALL_JUMP_INSTR);
CopyTable         225 src/x64/disasm-x64.cc   CopyTable(short_immediate_instr, SHORT_IMMEDIATE_INSTR);