Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c790 uint16_t instructionIDWithWBit; in getID() local
795 if (getIDWithAttrMask(&instructionIDWithWBit, in getID()
803 specWithWBit = specifierForUID(instructionIDWithWBit); in getID()
805 if (instructionID != instructionIDWithWBit) { in getID()
806 insn->instructionID = instructionIDWithWBit; in getID()