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

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h550 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; local
554 if (HasMemOp4)
H A DX86MCCodeEmitter.cpp998 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4; local
1074 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM)
1080 // 2 operands skipped with HasMemOp4, compensate accordingly
1081 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1;
1093 if (HasMemOp4) // Skip second register source (encoded in I8IMM)
1177 const MCOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp1143 bool HasMemOp4 = (TSFlags >> X86II::VEXShift) & X86II::MemOp4;
1307 if (HasMemOp4) // Skip 2nd src (which is encoded in I8IMM)
1312 // 2 operands skipped with HasMemOp4, compensate accordingly
1313 CurOp = HasMemOp4 ? SrcRegNum : SrcRegNum + 1;
1325 if (HasMemOp4) // Skip second register source (encoded in I8IMM)
1453 const MachineOperand &MO = MI.getOperand(HasMemOp4 ? MemOp4_I8IMMOperand

Completed in 78 milliseconds