Searched refs:HasVEX_4V (Results 1 – 10 of 10) 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()
747 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in emitVEXOpcodePrefix() local884 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV. in emitVEXOpcodePrefix()892 if (HasVEX_4V) { in emitVEXOpcodePrefix()919 if (HasVEX_4V) { in emitVEXOpcodePrefix()930 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV. in emitVEXOpcodePrefix()976 if (HasVEX_4V) { in emitVEXOpcodePrefix()990 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV. in emitVEXOpcodePrefix()1010 if (HasVEX_4V) { in emitVEXOpcodePrefix()1071 if (HasVEX_4V) { in emitVEXOpcodePrefix()1094 if (HasVEX_4V) { in emitVEXOpcodePrefix()[all …]
1016 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in getMemoryOperandNo() local1037 return 1 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()1067 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
766 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in emitVEXOpcodePrefix() local906 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV. in emitVEXOpcodePrefix()914 if (HasVEX_4V) { in emitVEXOpcodePrefix()942 if (HasVEX_4V) { in emitVEXOpcodePrefix()953 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV. in emitVEXOpcodePrefix()999 if (HasVEX_4V) { in emitVEXOpcodePrefix()1013 if (!HasVEX_4V) // Only needed with VSIB which don't use VVVV. in emitVEXOpcodePrefix()1033 if (HasVEX_4V) { in emitVEXOpcodePrefix()1094 if (HasVEX_4V) { in emitVEXOpcodePrefix()1126 if (HasVEX_4V) { in emitVEXOpcodePrefix()[all …]
1085 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in getMemoryOperandNo() local1109 return 1 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()1145 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
85 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V"); in RecognizableInstr()457 if (HasVEX_4V) in emitInstructionSpecifier()516 if (HasVEX_4V) in emitInstructionSpecifier()539 if (HasVEX_4V) in emitInstructionSpecifier()563 if (HasVEX_4V) in emitInstructionSpecifier()611 if (HasVEX_4V) in emitInstructionSpecifier()669 if (HasVEX_4V) in emitInstructionSpecifier()699 if (HasVEX_4V) in emitInstructionSpecifier()
183 bool HasVEX_4V; variable
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