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

Unified Diff: src/s390/simulator-s390.h

Issue 2743803002: s390: implement atomic exchange on TF (Closed)
Patch Set: small fix 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/s390/disasm-s390.cc ('k') | src/s390/simulator-s390.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/s390/simulator-s390.h
diff --git a/src/s390/simulator-s390.h b/src/s390/simulator-s390.h
index 98532ffc546bb00a8d4edf2c418680017358229f..62bc6dfcae62f558f60c81176f46cd8d72c2252d 100644
--- a/src/s390/simulator-s390.h
+++ b/src/s390/simulator-s390.h
@@ -616,6 +616,7 @@ class Simulator {
EVALUATE(OI);
EVALUATE(XI);
EVALUATE(LM);
+ EVALUATE(CS);
EVALUATE(MVCLE);
EVALUATE(CLCLE);
EVALUATE(MC);
@@ -1143,6 +1144,7 @@ class Simulator {
EVALUATE(SRLG);
EVALUATE(SLLG);
EVALUATE(CSY);
+ EVALUATE(CSG);
EVALUATE(RLLG);
EVALUATE(RLL);
EVALUATE(STMG);
« no previous file with comments | « src/s390/disasm-s390.cc ('k') | src/s390/simulator-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698