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

Side by Side Diff: src/s390/assembler-s390.h

Issue 2244373002: s390: Allow larger Operands/Displacements/Offsets in s390 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 1994-2006 Sun Microsystems Inc. 1 // Copyright (c) 1994-2006 Sun Microsystems Inc.
2 // All Rights Reserved. 2 // All Rights Reserved.
3 // 3 //
4 // Redistribution and use in source and binary forms, with or without 4 // Redistribution and use in source and binary forms, with or without
5 // modification, are permitted provided that the following conditions 5 // modification, are permitted provided that the following conditions
6 // are met: 6 // are met:
7 // 7 //
8 // - Redistributions of source code must retain the above copyright notice, 8 // - Redistributions of source code must retain the above copyright notice,
9 // this list of conditions and the following disclaimer. 9 // this list of conditions and the following disclaimer.
10 // 10 //
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 RRE_FORM(epair); 771 RRE_FORM(epair);
772 RX_FORM(ex); 772 RX_FORM(ex);
773 RRF2_FORM(fidbr); 773 RRF2_FORM(fidbr);
774 RRE_FORM(flogr); 774 RRE_FORM(flogr);
775 RX_FORM(ic_z); 775 RX_FORM(ic_z);
776 RXY_FORM(icy); 776 RXY_FORM(icy);
777 RIL1_FORM(iihf); 777 RIL1_FORM(iihf);
778 RI1_FORM(iihh); 778 RI1_FORM(iihh);
779 RI1_FORM(iihl); 779 RI1_FORM(iihl);
780 RIL1_FORM(iilf); 780 RIL1_FORM(iilf);
781 RIL1_FORM(lgfi);
781 RI1_FORM(iilh); 782 RI1_FORM(iilh);
782 RI1_FORM(iill); 783 RI1_FORM(iill);
783 RRE_FORM(lcgr); 784 RRE_FORM(lcgr);
784 RR_FORM(lcr); 785 RR_FORM(lcr);
785 RX_FORM(le_z); 786 RX_FORM(le_z);
786 RXY_FORM(ley); 787 RXY_FORM(ley);
787 RIL1_FORM(llihf); 788 RIL1_FORM(llihf);
788 RIL1_FORM(llilf); 789 RIL1_FORM(llilf);
789 RRE_FORM(lngr); 790 RRE_FORM(lngr);
790 RR_FORM(lnr); 791 RR_FORM(lnr);
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 1464
1464 class EnsureSpace BASE_EMBEDDED { 1465 class EnsureSpace BASE_EMBEDDED {
1465 public: 1466 public:
1466 explicit EnsureSpace(Assembler* assembler) { assembler->CheckBuffer(); } 1467 explicit EnsureSpace(Assembler* assembler) { assembler->CheckBuffer(); }
1467 }; 1468 };
1468 1469
1469 } // namespace internal 1470 } // namespace internal
1470 } // namespace v8 1471 } // namespace v8
1471 1472
1472 #endif // V8_S390_ASSEMBLER_S390_H_ 1473 #endif // V8_S390_ASSEMBLER_S390_H_
OLDNEW
« 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