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

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

Issue 2045943002: [compiler] [wasm] Introduce Word32/64ReverseBytes as TF Optional Opcode (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix according to titzer Created 4 years, 5 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') | src/s390/assembler-s390.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/s390/assembler-s390.h
diff --git a/src/s390/assembler-s390.h b/src/s390/assembler-s390.h
index 9ac3b57e28e1b9afb391bf27c3b3400fa2b2950f..114304ca697a6eaeb938d9ec0983ec479bc135aa 100644
--- a/src/s390/assembler-s390.h
+++ b/src/s390/assembler-s390.h
@@ -790,7 +790,10 @@ class Assembler : public AssemblerBase {
RR_FORM(lnr);
RSY1_FORM(loc);
RXY_FORM(lrv);
+ RRE_FORM(lrvr);
+ RRE_FORM(lrvgr);
RXY_FORM(lrvh);
+ RXY_FORM(lrvg);
RXE_FORM(mdb);
RRE_FORM(mdbr);
SS4_FORM(mvck);
@@ -816,6 +819,8 @@ class Assembler : public AssemblerBase {
RX_FORM(ste);
RXY_FORM(stey);
RXY_FORM(strv);
+ RXY_FORM(strvh);
+ RXY_FORM(strvg);
RI1_FORM(tmll);
SS1_FORM(tr);
S_FORM(ts);
« no previous file with comments | « src/compiler/x87/instruction-selector-x87.cc ('k') | src/s390/assembler-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698