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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 114 VEX = 1, XOP = 2, EVEX = 3
271 if (Encoding == X86Local::EVEX) {
358 /// eof EVEX
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 462 // VEX_EVEX - Specifies that this instruction use EVEX form which provides
466 EVEX = 3,
508 // - 11 LIG (but, in insn encoding, leave VEX.L and EVEX.L in zeros.
514 // EVEX_Z - Set if this instruction has EVEX.Z field set.
517 // EVEX_L2 - Set if this instruction has EVEX.L' field set.
520 // EVEX_B - Set if this instruction has EVEX.B field set.

Completed in 66 milliseconds