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 474 insn->vectorExtensionType = TYPE_EVEX;
482 if (insn->vectorExtensionType == TYPE_EVEX) {
701 if (insn->vectorExtensionType == TYPE_EVEX)
889 attrMask |= (insn->vectorExtensionType == TYPE_EVEX) ? ATTR_EVEX : ATTR_VEX;
891 if (insn->vectorExtensionType == TYPE_EVEX) {
    [all...]
X86DisassemblerDecoder.h 473 TYPE_EVEX = 0x3,

Completed in 32 milliseconds