Searched refs:HasVEX_4V (Results 1 – 4 of 4) sorted by relevance
595 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in EmitVEXOpcodePrefix() local739 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() local1318 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 …]
661 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in getMemoryOperandNo() local684 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()697 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
214 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()
58 bool HasVEX_4V; variable