HomeSort by: relevance | last modified time | path
    Searched refs:INSTRUCTIONS_SYM (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 43 // INSTRUCTIONS_SYM yields the name of the instruction and the encodings and
1228 insn->spec = &INSTRUCTIONS_SYM[instructionID];
1236 insn->spec = &INSTRUCTIONS_SYM[instructionIDWithREXW];
1269 insn->spec = &INSTRUCTIONS_SYM[instructionID];
1284 spec = &INSTRUCTIONS_SYM[instructionID];
1301 insn->spec = &INSTRUCTIONS_SYM[instructionIDWithOpsize];
1317 spec = &INSTRUCTIONS_SYM[instructionID];
1331 specWithNewOpcode = &INSTRUCTIONS_SYM[instructionIDWithNewOpcode];
1343 insn->spec = &INSTRUCTIONS_SYM[insn->instructionID];
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
X86DisassemblerDecoderCommon.h 24 #define INSTRUCTIONS_SYM x86DisassemblerInstrSpecifiers

Completed in 17 milliseconds