Searched refs:CCIdx (Results 1 – 3 of 3) sorted by relevance
2182 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction() local2184 PatchedName.slice(CCIdx, PatchedName.size() - 2)) in ParseInstruction()2235 Operands.push_back(X86Operand::CreateToken(PatchedName.slice(0, CCIdx), in ParseInstruction()2250 unsigned CCIdx = PatchedName.drop_back().back() == 'u' ? 2 : 1; in ParseInstruction() local2252 PatchedName.slice(5, PatchedName.size() - CCIdx)) in ParseInstruction()2262 if (ComparisonCode != ~0U && (ComparisonCode != 0 || CCIdx == 2)) { in ParseInstruction()2269 PatchedName = PatchedName.substr(PatchedName.size() - CCIdx); in ParseInstruction()2277 unsigned CCIdx = PatchedName.drop_back().back() == 'u' ? 2 : 1; in ParseInstruction() local2279 PatchedName.slice(5, PatchedName.size() - CCIdx)) in ParseInstruction()2296 PatchedName = PatchedName.substr(PatchedName.size() - CCIdx); in ParseInstruction()
2483 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction() local2485 PatchedName.slice(CCIdx, PatchedName.size() - 2)) in ParseInstruction()
3130 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction() local3132 PatchedName.slice(CCIdx, PatchedName.size() - 2)) in ParseInstruction()