Searched refs:PatchedName (Results 1 – 1 of 1) sorted by relevance
3274 StringRef PatchedName = Name; in ParseInstruction() local3278 (PatchedName == "jmp" || PatchedName == "jc" || PatchedName == "jnc" || in ParseInstruction()3279 PatchedName == "jcxz" || PatchedName == "jecxz" || in ParseInstruction()3280 (PatchedName.starts_with("j") && in ParseInstruction()3281 ParseConditionCode(PatchedName.substr(1)) != X86::COND_INVALID))) { in ParseInstruction()3298 if (PatchedName.starts_with("set") && PatchedName.ends_with("b") && in ParseInstruction()3299 PatchedName != "setzub" && PatchedName != "setzunb" && in ParseInstruction()3300 PatchedName != "setb" && PatchedName != "setnb") in ParseInstruction()3301 PatchedName = PatchedName.substr(0, Name.size()-1); in ParseInstruction()3306 if ((PatchedName.starts_with("cmp") || PatchedName.starts_with("vcmp")) && in ParseInstruction()[all …]