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

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

Issue 1799893002: S390: Upstream changes from the past 2 weeks (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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/assembler-s390.h ('k') | src/s390/builtins-s390.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/s390/assembler-s390.cc
diff --git a/src/s390/assembler-s390.cc b/src/s390/assembler-s390.cc
index 2e675a81f5b08f0817c0bfbfb3258cf08a7846f0..327f72ab9e371aa972478f73aed7db296c3db495 100644
--- a/src/s390/assembler-s390.cc
+++ b/src/s390/assembler-s390.cc
@@ -1804,7 +1804,7 @@ void Assembler::ay(Register r1, const MemOperand& opnd) {
// Add Immediate (32)
void Assembler::afi(Register r1, const Operand& opnd) {
- ril_form(ALFI, r1, opnd);
+ ril_form(AFI, r1, opnd);
}
// Add Halfword Register-Storage (32)
@@ -1920,7 +1920,7 @@ void Assembler::alg(Register r1, const MemOperand& opnd) {
// Add Logical Immediate (64)
void Assembler::algfi(Register r1, const Operand& opnd) {
- ril_form(ALFI, r1, opnd);
+ ril_form(ALGFI, r1, opnd);
}
// Add Logical Register-Register (64)
« no previous file with comments | « src/s390/assembler-s390.h ('k') | src/s390/builtins-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698