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

/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp989 StringRef PatchedName = Name; local
992 if (PatchedName.startswith("set") && PatchedName.endswith("b") &&
993 PatchedName != "setb" && PatchedName != "setnb")
994 PatchedName = PatchedName.substr(0, Name.size()-1);
998 if ((PatchedName.startswith("cmp") || PatchedName.startswith("vcmp")) &&
999 (PatchedName
[all...]

Completed in 1043 milliseconds