Searched refs:HasVEX_4V (Results 1 – 6 of 6) sorted by relevance
604 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in EmitVEXOpcodePrefix() local724 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV. in EmitVEXOpcodePrefix()732 if (HasVEX_4V) { in EmitVEXOpcodePrefix()760 if (HasVEX_4V) { in EmitVEXOpcodePrefix()770 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV. in EmitVEXOpcodePrefix()789 if (HasVEX_4V) { in EmitVEXOpcodePrefix()820 if (HasVEX_4V) { in EmitVEXOpcodePrefix()856 if (HasVEX_4V) { in EmitVEXOpcodePrefix()875 if (HasVEX_4V) { in EmitVEXOpcodePrefix()1135 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in encodeInstruction() local[all …]
660 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in getMemoryOperandNo() local683 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()696 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
390 bool HasVEX_4V = false; in EmitVEXOpcodePrefix() local392 HasVEX_4V = true; in EmitVEXOpcodePrefix()511 if (HasVEX_4V) in EmitVEXOpcodePrefix()530 if (HasVEX_4V) { in EmitVEXOpcodePrefix()564 if (HasVEX_4V) in EmitVEXOpcodePrefix()865 bool HasVEX_4V = false; in EncodeInstruction() local870 HasVEX_4V = true; in EncodeInstruction()927 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in EncodeInstruction()940 if (HasVEX_4V) // Skip 1st src (which is encoded in VEX_VVVV) in EncodeInstruction()951 if (HasVEX_4V) { in EncodeInstruction()[all …]
480 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V; in getMemoryOperandNo() local482 if (HasVEX_4V) in getMemoryOperandNo()
214 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V"); in RecognizableInstr()568 if (HasVEX_4V || HasVEX_4VOp3) in emitInstructionSpecifier()618 if (HasVEX_4V) in emitInstructionSpecifier()640 if (HasVEX_4V) in emitInstructionSpecifier()664 if (HasVEX_4V) in emitInstructionSpecifier()697 if (HasVEX_4V) in emitInstructionSpecifier()730 if (HasVEX_4V) in emitInstructionSpecifier()754 if (HasVEX_4V) in emitInstructionSpecifier()
57 bool HasVEX_4V; variable