Searched refs:HasMemOp4 (Results 1 – 3 of 3) sorted by relevance
537 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in EmitVEXOpcodePrefix() local829 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in EmitVEXOpcodePrefix()1211 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in EncodeInstruction() local1305 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM) in EncodeInstruction()1312 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1; in EncodeInstruction()1330 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in EncodeInstruction()1416 const MCOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand in EncodeInstruction()
615 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in getMemoryOperandNo() local621 if (HasMemOp4) in getMemoryOperandNo()
814 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in emitVEXOpcodePrefix() local1036 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in emitVEXOpcodePrefix()1154 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in emitInstruction() local1323 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM) in emitInstruction()1329 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1; in emitInstruction()1341 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in emitInstruction()1477 const MachineOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand in emitInstruction()