Home
last modified time | relevance | path

Searched refs:instructionIDWithNewOpcode (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c863 uint16_t instructionIDWithNewOpcode; in getID() local
871 if (getIDWithAttrMask(&instructionIDWithNewOpcode, in getID()
881 specWithNewOpcode = specifierForUID(instructionIDWithNewOpcode); in getID()
886 insn->instructionID = instructionIDWithNewOpcode; in getID()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp1134 uint16_t instructionIDWithNewOpcode; in getID() local
1142 if (getIDWithAttrMask(&instructionIDWithNewOpcode, in getID()
1152 specWithNewOpcode = specifierForUID(instructionIDWithNewOpcode); in getID()
1157 insn->instructionID = instructionIDWithNewOpcode; in getID()