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

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

Issue 2795803003: s390: exploit new mul in TF (Closed)
Patch Set: rebase Created 3 years, 8 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/s390/constants-s390.h ('k') | src/s390/simulator-s390.h » ('j') | 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 96b3553f7ceefdeb5b297b619cee3df80b327640..19f36a6f47ffa3e52111fe86142c29b4bc8e0e11 100644
--- a/src/s390/disasm-s390.cc
+++ b/src/s390/disasm-s390.cc
@@ -1436,6 +1436,12 @@ bool Decoder::DecodeSixByte(Instruction* instr) {
case MSY:
Format(instr, "msy\t'r1,'d2('r2d,'r3)");
break;
+ case MSC:
+ Format(instr, "msc\t'r1,'d2('r2d,'r3)");
+ break;
+ case MSGC:
+ Format(instr, "msgc\t'r1,'d2('r2d,'r3)");
+ break;
case STEY:
Format(instr, "stey\t'f1,'d2('r2d,'r3)");
break;
« no previous file with comments | « src/s390/constants-s390.h ('k') | src/s390/simulator-s390.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698