HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_EVEX (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 471 insn->vectorExtensionType = TYPE_EVEX;
478 if (insn->vectorExtensionType == TYPE_EVEX) {
688 if (insn->vectorExtensionType == TYPE_EVEX) {
888 attrMask |= (insn->vectorExtensionType == TYPE_EVEX) ? ATTR_EVEX : ATTR_VEX;
890 if (insn->vectorExtensionType == TYPE_EVEX) {
    [all...]
X86DisassemblerDecoder.h 488 TYPE_EVEX = 0x3,

Completed in 707 milliseconds