Searched refs:HasMemOp4 (Results 1 – 3 of 3) sorted by relevance
550 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in getMemoryOperandNo() local554 if (HasMemOp4) in getMemoryOperandNo()
998 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in EncodeInstruction() local1074 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM) in EncodeInstruction()1081 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1; in EncodeInstruction()1093 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in EncodeInstruction()1177 const MCOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand in EncodeInstruction()
1143 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in emitInstruction() local1307 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM) in emitInstruction()1313 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1; in emitInstruction()1325 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in emitInstruction()1453 const MachineOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand in emitInstruction()