Home
last modified time | relevance | path

Searched refs:HasVEX_4V (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
DX86MCCodeEmitter.cpp384 bool HasVEX_4V = false; in EmitVEXOpcodePrefix() local
386 HasVEX_4V = true; in EmitVEXOpcodePrefix()
511 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
544 if (HasVEX_4V) in EmitVEXOpcodePrefix()
550 if (MO.isReg() && !HasVEX_4V && in EmitVEXOpcodePrefix()
830 bool HasVEX_4V = false; in EncodeInstruction() local
835 HasVEX_4V = true; in EncodeInstruction()
895 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in EncodeInstruction()
908 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in EncodeInstruction()
919 if (HasVEX_4V) { in EncodeInstruction()
[all …]
DX86InstrInfo.h556 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in getMemoryOperandNo() local
558 if (HasVEX_4V) in getMemoryOperandNo()