OLD | NEW |
1 // Copyright 2014 the V8 project authors. All rights reserved. | 1 // Copyright 2014 the V8 project authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef V8_S390_CONSTANTS_S390_H_ | 5 #ifndef V8_S390_CONSTANTS_S390_H_ |
6 #define V8_S390_CONSTANTS_S390_H_ | 6 #define V8_S390_CONSTANTS_S390_H_ |
7 | 7 |
8 // Get the standard printf format macros for C99 stdint types. | 8 // Get the standard printf format macros for C99 stdint types. |
9 #ifndef __STDC_FORMAT_MACROS | 9 #ifndef __STDC_FORMAT_MACROS |
10 #define __STDC_FORMAT_MACROS | 10 #define __STDC_FORMAT_MACROS |
(...skipping 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1535 V(bassm, BASSM, 0x0C) /* type = RR BRANCH AND SAVE AND SET MODE */ \ | 1535 V(bassm, BASSM, 0x0C) /* type = RR BRANCH AND SAVE AND SET MODE */ \ |
1536 V(basr, BASR, 0x0D) /* type = RR BRANCH AND SAVE */ \ | 1536 V(basr, BASR, 0x0D) /* type = RR BRANCH AND SAVE */ \ |
1537 V(mvcl, MVCL, 0x0E) /* type = RR MOVE LONG */ \ | 1537 V(mvcl, MVCL, 0x0E) /* type = RR MOVE LONG */ \ |
1538 V(clcl, CLCL, 0x0F) /* type = RR COMPARE LOGICAL LONG */ \ | 1538 V(clcl, CLCL, 0x0F) /* type = RR COMPARE LOGICAL LONG */ \ |
1539 V(lpr, LPR, 0x10) /* type = RR LOAD POSITIVE (32) */ \ | 1539 V(lpr, LPR, 0x10) /* type = RR LOAD POSITIVE (32) */ \ |
1540 V(lnr, LNR, 0x11) /* type = RR LOAD NEGATIVE (32) */ \ | 1540 V(lnr, LNR, 0x11) /* type = RR LOAD NEGATIVE (32) */ \ |
1541 V(ltr, LTR, 0x12) /* type = RR LOAD AND TEST (32) */ \ | 1541 V(ltr, LTR, 0x12) /* type = RR LOAD AND TEST (32) */ \ |
1542 V(lcr, LCR, 0x13) /* type = RR LOAD COMPLEMENT (32) */ \ | 1542 V(lcr, LCR, 0x13) /* type = RR LOAD COMPLEMENT (32) */ \ |
1543 V(nr, NR, 0x14) /* type = RR AND (32) */ \ | 1543 V(nr, NR, 0x14) /* type = RR AND (32) */ \ |
1544 V(clr, CLR, 0x15) /* type = RR COMPARE LOGICAL (32) */ \ | 1544 V(clr, CLR, 0x15) /* type = RR COMPARE LOGICAL (32) */ \ |
1545 V(or, OR, 0x16) /* type = RR OR (32) */ \ | 1545 V(or_z, OR, 0x16) /* type = RR OR (32) */ \ |
1546 V(xr, XR, 0x17) /* type = RR EXCLUSIVE OR (32) */ \ | 1546 V(xr, XR, 0x17) /* type = RR EXCLUSIVE OR (32) */ \ |
1547 V(lr, LR, 0x18) /* type = RR LOAD (32) */ \ | 1547 V(lr, LR, 0x18) /* type = RR LOAD (32) */ \ |
1548 V(cr, CR, 0x19) /* type = RR COMPARE (32) */ \ | 1548 V(cr_z, CR, 0x19) /* type = RR COMPARE (32) */ \ |
1549 V(ar, AR, 0x1A) /* type = RR ADD (32) */ \ | 1549 V(ar, AR, 0x1A) /* type = RR ADD (32) */ \ |
1550 V(sr, SR, 0x1B) /* type = RR SUBTRACT (32) */ \ | 1550 V(sr, SR, 0x1B) /* type = RR SUBTRACT (32) */ \ |
1551 V(mr, MR, 0x1C) /* type = RR MULTIPLY (64<-32) */ \ | 1551 V(mr_z, MR, 0x1C) /* type = RR MULTIPLY (64<-32) */ \ |
1552 V(dr, DR, 0x1D) /* type = RR DIVIDE (32<-64) */ \ | 1552 V(dr, DR, 0x1D) /* type = RR DIVIDE (32<-64) */ \ |
1553 V(alr, ALR, 0x1E) /* type = RR ADD LOGICAL (32) */ \ | 1553 V(alr, ALR, 0x1E) /* type = RR ADD LOGICAL (32) */ \ |
1554 V(slr, SLR, 0x1F) /* type = RR SUBTRACT LOGICAL (32) */ \ | 1554 V(slr, SLR, 0x1F) /* type = RR SUBTRACT LOGICAL (32) */ \ |
1555 V(lpdr, LPDR, 0x20) /* type = RR LOAD POSITIVE (long HFP) */ \ | 1555 V(lpdr, LPDR, 0x20) /* type = RR LOAD POSITIVE (long HFP) */ \ |
1556 V(lndr, LNDR, 0x21) /* type = RR LOAD NEGATIVE (long HFP) */ \ | 1556 V(lndr, LNDR, 0x21) /* type = RR LOAD NEGATIVE (long HFP) */ \ |
1557 V(ltdr, LTDR, 0x22) /* type = RR LOAD AND TEST (long HFP) */ \ | 1557 V(ltdr, LTDR, 0x22) /* type = RR LOAD AND TEST (long HFP) */ \ |
1558 V(lcdr, LCDR, 0x23) /* type = RR LOAD COMPLEMENT (long HFP) */ \ | 1558 V(lcdr, LCDR, 0x23) /* type = RR LOAD COMPLEMENT (long HFP) */ \ |
1559 V(hdr, HDR, 0x24) /* type = RR HALVE (long HFP) */ \ | 1559 V(hdr, HDR, 0x24) /* type = RR HALVE (long HFP) */ \ |
1560 V(ldxr, LDXR, 0x25) /* type = RR LOAD ROUNDED (extended to long HFP) */ \ | 1560 V(ldxr, LDXR, 0x25) /* type = RR LOAD ROUNDED (extended to long HFP) */ \ |
1561 V(lrdr, LRDR, 0x25) /* type = RR LOAD ROUNDED (extended to long HFP) */ \ | 1561 V(lrdr, LRDR, 0x25) /* type = RR LOAD ROUNDED (extended to long HFP) */ \ |
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2371 static int Number(const char* name); | 2371 static int Number(const char* name); |
2372 | 2372 |
2373 private: | 2373 private: |
2374 static const char* names_[kNumDoubleRegisters]; | 2374 static const char* names_[kNumDoubleRegisters]; |
2375 }; | 2375 }; |
2376 | 2376 |
2377 } // namespace internal | 2377 } // namespace internal |
2378 } // namespace v8 | 2378 } // namespace v8 |
2379 | 2379 |
2380 #endif // V8_S390_CONSTANTS_S390_H_ | 2380 #endif // V8_S390_CONSTANTS_S390_H_ |
OLD | NEW |