search for: patchedname

Displaying 1 result from an estimated 1 matches for "patchedname".

Did you mean: patch_name
2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
...quot;, 7) .Default(~0U); if (SSEComparisonCode != ~0U) { - ExtraImmOp = MCConstantExpr::Create(SSEComparisonCode, - getParser().getContext()); + ExtraImmOp = MCConstantExpr::Create(SSEComparisonCode, Parser->getContext()); if (PatchedName.endswith("ss")) { PatchedName = "cmpss"; } else if (PatchedName.endswith("sd")) { @@ -698,13 +759,13 @@ ParseInstruction(const StringRef &Name, SMLoc NameLoc, if (ExtraImmOp) Operands.push_back(X86Operand::CreateImm(ExtraImmOp, NameLoc, Name...