Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MCCodeEmitter.cpp535 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in EmitVEXOpcodePrefix() local
719 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
754 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
786 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
822 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
854 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
872 if (HasVEX_4V) { in EmitVEXOpcodePrefix()
1209 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in EncodeInstruction() local
1271 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in EncodeInstruction()
1286 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in EncodeInstruction()
[all …]
HDX86BaseInfo.h614 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in getMemoryOperandNo() local
619 if (HasVEX_4V) in getMemoryOperandNo()
639 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in getMemoryOperandNo() local
641 if (HasVEX_4V) in getMemoryOperandNo()
/trueos/contrib/llvm/lib/Target/X86/
HDX86CodeEmitter.cpp812 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in emitVEXOpcodePrefix() local
949 if (HasVEX_4V) in emitVEXOpcodePrefix()
968 if (HasVEX_4V) in emitVEXOpcodePrefix()
990 if (HasVEX_4V) { in emitVEXOpcodePrefix()
1012 if (HasVEX_4V) in emitVEXOpcodePrefix()
1033 if (HasVEX_4V) in emitVEXOpcodePrefix()
1054 if (HasVEX_4V) in emitVEXOpcodePrefix()
1152 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in emitInstruction() local
1296 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in emitInstruction()
1308 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in emitInstruction()
[all …]