Searched refs:CCIdx (Results 1 – 1 of 1) sorted by relevance
2013 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction() local2015 PatchedName.slice(CCIdx, PatchedName.size() - 2)) in ParseInstruction()2052 Operands.push_back(X86Operand::CreateToken(PatchedName.slice(0, CCIdx), in ParseInstruction()2067 unsigned CCIdx = PatchedName.drop_back().back() == 'u' ? 2 : 1; in ParseInstruction() local2069 PatchedName.slice(5, PatchedName.size() - CCIdx)) in ParseInstruction()2079 if (ComparisonCode != ~0U && (ComparisonCode != 0 || CCIdx == 2)) { in ParseInstruction()2086 PatchedName = PatchedName.substr(PatchedName.size() - CCIdx); in ParseInstruction()2094 unsigned CCIdx = PatchedName.drop_back().back() == 'u' ? 2 : 1; in ParseInstruction() local2096 PatchedName.slice(5, PatchedName.size() - CCIdx)) in ParseInstruction()2113 PatchedName = PatchedName.substr(PatchedName.size() - CCIdx); in ParseInstruction()