OLD | NEW |
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 Loading... |
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 Loading... |
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_ |
OLD | NEW |