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

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

Issue 2226103002: PPC/s390: Implement VisitFloat32Neg/VisitFloat64Neg and instr lcebr for s390 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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
Index: src/s390/disasm-s390.cc
diff --git a/src/s390/disasm-s390.cc b/src/s390/disasm-s390.cc
index c8d52f1b230442040f65b30b106093ab9c717bf3..accc152eddca34d60adbc207aeab75363ec09ea8 100644
--- a/src/s390/disasm-s390.cc
+++ b/src/s390/disasm-s390.cc
@@ -994,6 +994,9 @@ bool Decoder::DecodeFourByte(Instruction* instr) {
case LCDBR:
Format(instr, "lcdbr\t'f5,'f6");
break;
+ case LCEBR:
+ Format(instr, "lcebr\t'f5,'f6");
+ break;
case STH:
Format(instr, "sth\t'r1,'d1('r2d,'r3)");
break;

Powered by Google App Engine
This is Rietveld 408576698