Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp197 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V"); in RecognizableInstr()
566 if (HasVEX_4V) in emitInstructionSpecifier()
575 if (HasVEX_4V) in emitInstructionSpecifier()
588 if (HasVEX_4V) in emitInstructionSpecifier()
599 if (HasVEX_4V) in emitInstructionSpecifier()
614 if (HasVEX_4V || HasVEX_4VOp3) in emitInstructionSpecifier()
626 if (HasVEX_4V) in emitInstructionSpecifier()
650 if (HasVEX_4V || HasVEX_4VOp3) in emitInstructionSpecifier()
662 if (HasVEX_4V) in emitInstructionSpecifier()
693 unsigned Op4v = (HasVEX_4V) ? 1:0; in emitInstructionSpecifier()
[all …]
DX86RecognizableInstr.h58 bool HasVEX_4V; variable
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp751 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in emitVEXOpcodePrefix() local
865 if (HasVEX_4V) in emitVEXOpcodePrefix()
887 if (HasVEX_4V) { in emitVEXOpcodePrefix()
909 if (HasVEX_4V) in emitVEXOpcodePrefix()
930 if (HasVEX_4V) in emitVEXOpcodePrefix()
951 if (HasVEX_4V) in emitVEXOpcodePrefix()
1054 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in emitInstruction() local
1242 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in emitInstruction()
1254 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in emitInstruction()
1266 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in emitInstruction()
[all …]
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp619 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in EmitVEXOpcodePrefix() local
763 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
798 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
830 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
866 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
906 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
926 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
1197 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in EncodeInstruction() local
1349 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in EncodeInstruction()
1364 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in EncodeInstruction()
[all …]
DX86BaseInfo.h646 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in getMemoryOperandNo() local
668 if (HasVEX_4V) in getMemoryOperandNo()
690 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in getMemoryOperandNo() local
692 if (HasVEX_4V) in getMemoryOperandNo()