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