Home
last modified time | relevance | path

Searched refs:HasMemOp4 (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MCCodeEmitter.cpp537 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in EmitVEXOpcodePrefix() local
829 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in EmitVEXOpcodePrefix()
1211 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in EncodeInstruction() local
1305 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()
HDX86BaseInfo.h615 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in getMemoryOperandNo() local
621 if (HasMemOp4) in getMemoryOperandNo()
/trueos/contrib/llvm/lib/Target/X86/
HDX86CodeEmitter.cpp814 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in emitVEXOpcodePrefix() local
1036 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in emitVEXOpcodePrefix()
1154 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; in emitInstruction() local
1323 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()