Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: src/s390/disasm-s390.cc

Issue 2785773002: [turbofan] introduce Int32/64AbsWithOverflow optional operator (Closed)
Patch Set: add base impl Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/x87/instruction-selector-x87.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/s390/disasm-s390.cc
diff --git a/src/s390/disasm-s390.cc b/src/s390/disasm-s390.cc
index 1ef54d5757986dbae140593f37abc8fbd6896f5f..96b3553f7ceefdeb5b297b619cee3df80b327640 100644
--- a/src/s390/disasm-s390.cc
+++ b/src/s390/disasm-s390.cc
@@ -1067,10 +1067,10 @@ bool Decoder::DecodeFourByte(Instruction* instr) {
break;
}
case LPGR:
- Format(instr, "lpgr\t'r1, 'r2");
+ Format(instr, "lpgr\t'r5,'r6");
break;
case LPGFR:
- Format(instr, "lpgfr\t'r1,'r2");
+ Format(instr, "lpgfr\t'r5,'r6");
break;
default:
return false;
« no previous file with comments | « src/compiler/x87/instruction-selector-x87.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698