Searched refs:IsVCMP (Results 1 – 1 of 1) sorted by relevance
2012 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() local2013 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction()2050 if (ComparisonCode != ~0U && (IsVCMP || ComparisonCode < 8)) { in ParseInstruction()