Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h433 VEXShift = OpcodeShift + 8, enumerator
549 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in getMemoryOperandNo()
550 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in getMemoryOperandNo()
571 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in getMemoryOperandNo()
DX86MCCodeEmitter.cpp446 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in EmitVEXOpcodePrefix()
447 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in EmitVEXOpcodePrefix()
514 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_W) in EmitVEXOpcodePrefix()
517 if ((TSFlags >> X86II::VEXShift) & X86II::XOP) in EmitVEXOpcodePrefix()
520 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_L) in EmitVEXOpcodePrefix()
993 bool HasVEXPrefix = (TSFlags >> X86II::VEXShift) & X86II::VEX; in EncodeInstruction()
996 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in EncodeInstruction()
997 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in EncodeInstruction()
998 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in EncodeInstruction()
1012 if ((TSFlags >> X86II::VEXShift) & X86II::Has3DNow0F0FOpcode) in EncodeInstruction()
[all …]
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp807 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in emitVEXOpcodePrefix()
808 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in emitVEXOpcodePrefix()
875 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_W) in emitVEXOpcodePrefix()
878 if ((TSFlags >> X86II::VEXShift) & X86II::XOP) in emitVEXOpcodePrefix()
881 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_L) in emitVEXOpcodePrefix()
1139 bool HasVEXPrefix = (TSFlags >> X86II::VEXShift) & X86II::VEX; in emitInstruction()
1141 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in emitInstruction()
1142 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in emitInstruction()
1143 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in emitInstruction()
1452 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_I8IMM) { in emitInstruction()