Home
last modified time | relevance | path

Searched refs:CCIdx (Results 1 – 3 of 3) 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-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2483 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction() local
2485 PatchedName.slice(CCIdx, PatchedName.size() - 2)) in ParseInstruction()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3130 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction() local
3132 PatchedName.slice(CCIdx, PatchedName.size() - 2)) in ParseInstruction()