Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2182 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction() local
2184 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() local
2252 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() local
2279 PatchedName.slice(5, PatchedName.size() - CCIdx)) in ParseInstruction()
2296 PatchedName = PatchedName.substr(PatchedName.size() - CCIdx); in ParseInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2315 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction() local
2317 PatchedName.slice(CCIdx, PatchedName.size() - 2)) in ParseInstruction()
2368 Operands.push_back(X86Operand::CreateToken(PatchedName.slice(0, CCIdx), in ParseInstruction()
2383 unsigned CCIdx = PatchedName.drop_back().back() == 'u' ? 2 : 1; in ParseInstruction() local
2385 PatchedName.slice(5, PatchedName.size() - CCIdx)) in ParseInstruction()
2395 if (ComparisonCode != ~0U && (ComparisonCode != 0 || CCIdx == 2)) { in ParseInstruction()
2402 PatchedName = PatchedName.substr(PatchedName.size() - CCIdx); in ParseInstruction()
2410 unsigned CCIdx = PatchedName.drop_back().back() == 'u' ? 2 : 1; in ParseInstruction() local
2412 PatchedName.slice(5, PatchedName.size() - CCIdx)) in ParseInstruction()
2429 PatchedName = PatchedName.substr(PatchedName.size() - CCIdx); in ParseInstruction()