Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp443 insn->vectorExtensionType = TYPE_XOP; in readPrefixes()
447 if (insn->vectorExtensionType == TYPE_XOP) { in readPrefixes()
925 } else if (insn->vectorExtensionType == TYPE_XOP) { in readOpcode()
1151 } else if (insn->vectorExtensionType == TYPE_XOP) { in getInstructionID()
1241 (insn->vectorExtensionType == TYPE_XOP && in getInstructionID()
1474 else if (insn->vectorExtensionType == TYPE_XOP) in readVVVV()
DX86DisassemblerDecoder.h509 TYPE_XOP = 0x4 enumerator