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

  /external/llvm/lib/Target/X86/
X86MCCodeEmitter.cpp 385 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_4V)
424 // VEX_4V (VEX vvvv field): a register specifier
426 unsigned char VEX_4V = 0xf;
512 VEX_4V = getVEXRegisterEncoding(MI, IsDestMem ? CurOp-1 : CurOp);
545 VEX_4V = getVEXRegisterEncoding(MI, CurOp);
571 unsigned char LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3);
834 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_4V)
    [all...]
X86InstrInfo.h 465 /// VEX_4V - Used to specify an additional AVX/SSE register. Several 2
468 VEX_4V = 1U << 2,
556 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
    [all...]

Completed in 57 milliseconds