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

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

Issue 2696343002: s390: optimize for compares (Closed)
Patch Set: add todo Created 3 years, 10 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/s390/instruction-selector-s390.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 04dafde207caa38307a7c0fb570def69c25a5bce..cbc7278314b3fa8634ef04652c1fdf785a574d79 100644
--- a/src/s390/assembler-s390.h
+++ b/src/s390/assembler-s390.h
@@ -1006,8 +1006,6 @@ class Assembler : public AssemblerBase {
}
// S390 instruction sets
- RXE_FORM(cdb);
- RXE_FORM(ceb);
RXE_FORM(ddb);
SS1_FORM(ed);
RRF2_FORM(fidbr);
@@ -1198,6 +1196,7 @@ class Assembler : public AssemblerBase {
// Floating Point Compare Instructions
void cdb(DoubleRegister r1, const MemOperand& opnd);
+ void ceb(DoubleRegister r1, const MemOperand& opnd);
// Floating Point Arithmetic Instructions
void adb(DoubleRegister r1, const MemOperand& opnd);
« no previous file with comments | « src/compiler/s390/instruction-selector-s390.cc ('k') | src/s390/assembler-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698