Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2012 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() local
2013 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction()
2050 if (ComparisonCode != ~0U && (IsVCMP || ComparisonCode < 8)) { in ParseInstruction()