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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 484 /// VEX_4VOp3 - Similar to VEX_4V, but used on instructions that encode
486 VEX_4VOp3 = 1U << 2,
X86MCCodeEmitter.cpp 620 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3;
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 752 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3;
    [all...]

Completed in 27 milliseconds