Searched refs:HasMemOp4 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h662 bool HasMemOp4 = TSFlags & X86II::MemOp4; local
684 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K;
H A DX86MCCodeEmitter.cpp597 bool HasMemOp4 = TSFlags & X86II::MemOp4; local
849 if (HasMemOp4) // Skip second register source (encoded in I8IMM)
1185 bool HasMemOp4 = TSFlags & X86II::MemOp4; local
1359 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM)
1365 // 2 operands skipped with HasMemOp4, compensate accordingly
1366 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1;
1387 if (HasMemOp4) // Skip second register source (encoded in I8IMM)
1469 const MCOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand

Completed in 232 milliseconds