Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp1119 uint16_t instructionIDWithNewOpcode; in getID() local
1127 if (getIDWithAttrMask(&instructionIDWithNewOpcode, in getID()
1137 specWithNewOpcode = specifierForUID(instructionIDWithNewOpcode); in getID()
1142 insn->instructionID = instructionIDWithNewOpcode; in getID()