Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp606 bool HasMemOp4 = TSFlags & X86II::MemOp4; in EmitVEXOpcodePrefix() local
826 if (HasMemOp4) // Skip second register source (encoded in I8IMM) in EmitVEXOpcodePrefix()
1137 bool HasMemOp4 = TSFlags & X86II::MemOp4; in encodeInstruction() local
1139 assert((!HasMemOp4 || HasVEX_I8IMM) && "MemOp4 should imply VEX_I8IMM"); in encodeInstruction()
1315 if (HasMemOp4) // Capture 2nd src (which is encoded in I8IMM) in encodeInstruction()
1323 if (!HasMemOp4 && HasVEX_I8IMM) in encodeInstruction()
1339 if (HasMemOp4) // Capture second register source (encoded in I8IMM) in encodeInstruction()
1349 if (!HasMemOp4 && HasVEX_I8IMM) in encodeInstruction()
DX86BaseInfo.h661 bool HasMemOp4 = TSFlags & X86II::MemOp4; in getMemoryOperandNo() local
683 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()