Searched refs:HasMemOp4 (Results 1 – 2 of 2) sorted by relevance
606 bool HasMemOp4 = TSFlags & X86II::MemOp4; in EmitVEXOpcodePrefix() local826 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in EmitVEXOpcodePrefix()1137 bool HasMemOp4 = TSFlags & X86II::MemOp4; in encodeInstruction() local1139 assert((!HasMemOp4 || HasVEX_I8IMM) && "MemOp4 should imply VEX_I8IMM"); in encodeInstruction()1315 if (HasMemOp4) // Capture 2nd src (which is encoded in I8IMM) in encodeInstruction()1323 if (!HasMemOp4 && HasVEX_I8IMM) in encodeInstruction()1339 if (HasMemOp4) // Capture second register source (encoded in I8IMM) in encodeInstruction()1349 if (!HasMemOp4 && HasVEX_I8IMM) in encodeInstruction()
661 bool HasMemOp4 = TSFlags & X86II::MemOp4; in getMemoryOperandNo() local683 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()