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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 393 /// VEX_4VOp3 - Similar to VEX_4V, but used on instructions that encode
395 VEX_4VOp3 = 1U << 3,
X86MCCodeEmitter.cpp 390 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3;
882 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3;
    [all...]

Completed in 20 milliseconds