Searched refs:PatchedName (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1447 StringRef PatchedName = Name; local
1450 if (PatchedName.startswith("set") && PatchedName.endswith("b") &&
1451 PatchedName != "setb" && PatchedName != "setnb")
1452 PatchedName = PatchedName.substr(0, Name.size()-1);
1456 if ((PatchedName.startswith("cmp") || PatchedName.startswith("vcmp")) &&
1457 (PatchedName
[all...]

Completed in 43 milliseconds