Searched refs:VEXShift (Results 1 – 2 of 2) sorted by relevance
391 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_4V) in EmitVEXOpcodePrefix()455 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_W) in EmitVEXOpcodePrefix()458 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_L) in EmitVEXOpcodePrefix()867 if ((TSFlags >> X86II::VEXShift) & X86II::VEX) in EncodeInstruction()869 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_4V) in EncodeInstruction()883 if ((TSFlags >> X86II::VEXShift) & X86II::Has3DNow0F0FOpcode) in EncodeInstruction()1039 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_I8IMM) { in EncodeInstruction()1062 if ((TSFlags >> X86II::VEXShift) & X86II::Has3DNow0F0FOpcode) in EncodeInstruction()
378 VEXShift = OpcodeShift + 8, enumerator480 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in getMemoryOperandNo()