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 969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
980 RXE_FORM(mdb); | 980 RXE_FORM(mdb); |
981 SS4_FORM(mvck); | 981 SS4_FORM(mvck); |
982 SSF_FORM(mvcos); | 982 SSF_FORM(mvcos); |
983 SS4_FORM(mvcs); | 983 SS4_FORM(mvcs); |
984 SS1_FORM(mvn); | 984 SS1_FORM(mvn); |
985 SS1_FORM(nc); | 985 SS1_FORM(nc); |
986 SI_FORM(ni); | 986 SI_FORM(ni); |
987 RI1_FORM(nilh); | 987 RI1_FORM(nilh); |
988 RI1_FORM(nill); | 988 RI1_FORM(nill); |
989 RI1_FORM(oill); | 989 RI1_FORM(oill); |
| 990 RXY_FORM(pfd); |
990 RXE_FORM(sdb); | 991 RXE_FORM(sdb); |
991 RXY_FORM(slgf); | 992 RXY_FORM(slgf); |
992 RS1_FORM(srdl); | 993 RS1_FORM(srdl); |
993 RX_FORM(ste); | 994 RX_FORM(ste); |
994 RXY_FORM(stey); | 995 RXY_FORM(stey); |
995 RXY_FORM(strv); | 996 RXY_FORM(strv); |
996 RXY_FORM(strvh); | 997 RXY_FORM(strvh); |
997 RXY_FORM(strvg); | 998 RXY_FORM(strvg); |
998 RI1_FORM(tmll); | 999 RI1_FORM(tmll); |
999 SS1_FORM(tr); | 1000 SS1_FORM(tr); |
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1531 | 1532 |
1532 class EnsureSpace BASE_EMBEDDED { | 1533 class EnsureSpace BASE_EMBEDDED { |
1533 public: | 1534 public: |
1534 explicit EnsureSpace(Assembler* assembler) { assembler->CheckBuffer(); } | 1535 explicit EnsureSpace(Assembler* assembler) { assembler->CheckBuffer(); } |
1535 }; | 1536 }; |
1536 | 1537 |
1537 } // namespace internal | 1538 } // namespace internal |
1538 } // namespace v8 | 1539 } // namespace v8 |
1539 | 1540 |
1540 #endif // V8_S390_ASSEMBLER_S390_H_ | 1541 #endif // V8_S390_ASSEMBLER_S390_H_ |
OLD | NEW |