Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp595 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in EmitVEXOpcodePrefix() local
739 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
774 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
806 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
842 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
882 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
902 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
1176 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in EncodeInstruction() local
1318 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in EncodeInstruction()
1333 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in EncodeInstruction()
[all …]
DX86BaseInfo.h661 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in getMemoryOperandNo() local
684 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()
697 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp214 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V"); in RecognizableInstr()
568 if (HasVEX_4V || HasVEX_4VOp3) in emitInstructionSpecifier()
619 if (HasVEX_4V) in emitInstructionSpecifier()
641 if (HasVEX_4V) in emitInstructionSpecifier()
665 if (HasVEX_4V) in emitInstructionSpecifier()
698 if (HasVEX_4V) in emitInstructionSpecifier()
731 if (HasVEX_4V) in emitInstructionSpecifier()
755 if (HasVEX_4V) in emitInstructionSpecifier()
DX86RecognizableInstr.h58 bool HasVEX_4V; variable