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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 RXY_FORM(pfd); |
| 991 RXY_FORM(dsgf); |
| 992 RXY_FORM(msgf); |
| 993 RXY_FORM(dsg); |
991 RXE_FORM(sdb); | 994 RXE_FORM(sdb); |
992 RXY_FORM(slgf); | 995 RXY_FORM(slgf); |
993 RS1_FORM(srdl); | 996 RS1_FORM(srdl); |
994 RX_FORM(ste); | 997 RX_FORM(ste); |
995 RXY_FORM(stey); | 998 RXY_FORM(stey); |
996 RXY_FORM(strv); | 999 RXY_FORM(strv); |
997 RXY_FORM(strvh); | 1000 RXY_FORM(strvh); |
998 RXY_FORM(strvg); | 1001 RXY_FORM(strvg); |
999 RI1_FORM(tmll); | 1002 RI1_FORM(tmll); |
1000 SS1_FORM(tr); | 1003 SS1_FORM(tr); |
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1532 | 1535 |
1533 class EnsureSpace BASE_EMBEDDED { | 1536 class EnsureSpace BASE_EMBEDDED { |
1534 public: | 1537 public: |
1535 explicit EnsureSpace(Assembler* assembler) { assembler->CheckBuffer(); } | 1538 explicit EnsureSpace(Assembler* assembler) { assembler->CheckBuffer(); } |
1536 }; | 1539 }; |
1537 | 1540 |
1538 } // namespace internal | 1541 } // namespace internal |
1539 } // namespace v8 | 1542 } // namespace v8 |
1540 | 1543 |
1541 #endif // V8_S390_ASSEMBLER_S390_H_ | 1544 #endif // V8_S390_ASSEMBLER_S390_H_ |
OLD | NEW |