Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp1138 bool HasVEX_I8IMM = TSFlags & X86II::VEX_I8IMM; in encodeInstruction() local
1139 assert((!HasMemOp4 || HasVEX_I8IMM) && "MemOp4 should imply VEX_I8IMM"); in encodeInstruction()
1323 if (!HasMemOp4 && HasVEX_I8IMM) in encodeInstruction()
1349 if (!HasMemOp4 && HasVEX_I8IMM) in encodeInstruction()
1413 if (HasVEX_I8IMM) { in encodeInstruction()