Searched refs:HasMemOp4 (Results 1 – 2 of 2) sorted by relevance
597 bool HasMemOp4 = TSFlags & X86II::MemOp4; in EmitVEXOpcodePrefix() local849 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in EmitVEXOpcodePrefix()1178 bool HasMemOp4 = TSFlags & X86II::MemOp4; in EncodeInstruction() local1352 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM) in EncodeInstruction()1359 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1; in EncodeInstruction()1380 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in EncodeInstruction()1462 const MCOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand in EncodeInstruction()
662 bool HasMemOp4 = TSFlags & X86II::MemOp4; in getMemoryOperandNo() local684 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()