| 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 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1411 RRE_FORM_EMIT(flogr, FLOGR) | 1411 RRE_FORM_EMIT(flogr, FLOGR) |
| 1412 RRE_FORM_EMIT(lcgr, LCGR) | 1412 RRE_FORM_EMIT(lcgr, LCGR) |
| 1413 RR_FORM_EMIT(lcr, LCR) | 1413 RR_FORM_EMIT(lcr, LCR) |
| 1414 RX_FORM_EMIT(le_z, LE) | 1414 RX_FORM_EMIT(le_z, LE) |
| 1415 RXY_FORM_EMIT(ley, LEY) | 1415 RXY_FORM_EMIT(ley, LEY) |
| 1416 RIL1_FORM_EMIT(llihf, LLIHF) | 1416 RIL1_FORM_EMIT(llihf, LLIHF) |
| 1417 RIL1_FORM_EMIT(llilf, LLILF) | 1417 RIL1_FORM_EMIT(llilf, LLILF) |
| 1418 RRE_FORM_EMIT(lngr, LNGR) | 1418 RRE_FORM_EMIT(lngr, LNGR) |
| 1419 RR_FORM_EMIT(lnr, LNR) | 1419 RR_FORM_EMIT(lnr, LNR) |
| 1420 RSY1_FORM_EMIT(loc, LOC) | 1420 RSY1_FORM_EMIT(loc, LOC) |
| 1421 RRE_FORM_EMIT(lrvr, LRVR) |
| 1422 RRE_FORM_EMIT(lrvgr, LRVGR) |
| 1421 RXY_FORM_EMIT(lrv, LRV) | 1423 RXY_FORM_EMIT(lrv, LRV) |
| 1424 RXY_FORM_EMIT(lrvg, LRVG) |
| 1422 RXY_FORM_EMIT(lrvh, LRVH) | 1425 RXY_FORM_EMIT(lrvh, LRVH) |
| 1423 SS1_FORM_EMIT(mvn, MVN) | 1426 SS1_FORM_EMIT(mvn, MVN) |
| 1424 SS1_FORM_EMIT(nc, NC) | 1427 SS1_FORM_EMIT(nc, NC) |
| 1425 SI_FORM_EMIT(ni, NI) | 1428 SI_FORM_EMIT(ni, NI) |
| 1426 RIL1_FORM_EMIT(nihf, NIHF) | 1429 RIL1_FORM_EMIT(nihf, NIHF) |
| 1427 RIL1_FORM_EMIT(nilf, NILF) | 1430 RIL1_FORM_EMIT(nilf, NILF) |
| 1428 RI1_FORM_EMIT(nilh, NILH) | 1431 RI1_FORM_EMIT(nilh, NILH) |
| 1429 RI1_FORM_EMIT(nill, NILL) | 1432 RI1_FORM_EMIT(nill, NILL) |
| 1430 RIL1_FORM_EMIT(oihf, OIHF) | 1433 RIL1_FORM_EMIT(oihf, OIHF) |
| 1431 RIL1_FORM_EMIT(oilf, OILF) | 1434 RIL1_FORM_EMIT(oilf, OILF) |
| 1432 RI1_FORM_EMIT(oill, OILL) | 1435 RI1_FORM_EMIT(oill, OILL) |
| 1433 RRE_FORM_EMIT(popcnt, POPCNT_Z) | 1436 RRE_FORM_EMIT(popcnt, POPCNT_Z) |
| 1434 RIL1_FORM_EMIT(slfi, SLFI) | 1437 RIL1_FORM_EMIT(slfi, SLFI) |
| 1435 RXY_FORM_EMIT(slgf, SLGF) | 1438 RXY_FORM_EMIT(slgf, SLGF) |
| 1436 RIL1_FORM_EMIT(slgfi, SLGFI) | 1439 RIL1_FORM_EMIT(slgfi, SLGFI) |
| 1440 RXY_FORM_EMIT(strvh, STRVH) |
| 1437 RXY_FORM_EMIT(strv, STRV) | 1441 RXY_FORM_EMIT(strv, STRV) |
| 1442 RXY_FORM_EMIT(strvg, STRVG) |
| 1438 RI1_FORM_EMIT(tmll, TMLL) | 1443 RI1_FORM_EMIT(tmll, TMLL) |
| 1439 SS1_FORM_EMIT(tr, TR) | 1444 SS1_FORM_EMIT(tr, TR) |
| 1440 S_FORM_EMIT(ts, TS) | 1445 S_FORM_EMIT(ts, TS) |
| 1441 RIL1_FORM_EMIT(xihf, XIHF) | 1446 RIL1_FORM_EMIT(xihf, XIHF) |
| 1442 RIL1_FORM_EMIT(xilf, XILF) | 1447 RIL1_FORM_EMIT(xilf, XILF) |
| 1443 | 1448 |
| 1444 // ------------------------- | 1449 // ------------------------- |
| 1445 // Load Address Instructions | 1450 // Load Address Instructions |
| 1446 // ------------------------- | 1451 // ------------------------- |
| 1447 // Load Address Register-Storage | 1452 // Load Address Register-Storage |
| (...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3073 SKIP_ICACHE_FLUSH); | 3078 SKIP_ICACHE_FLUSH); |
| 3074 } | 3079 } |
| 3075 | 3080 |
| 3076 reloc_info_writer.Write(&rinfo); | 3081 reloc_info_writer.Write(&rinfo); |
| 3077 } | 3082 } |
| 3078 } | 3083 } |
| 3079 | 3084 |
| 3080 } // namespace internal | 3085 } // namespace internal |
| 3081 } // namespace v8 | 3086 } // namespace v8 |
| 3082 #endif // V8_TARGET_ARCH_S390 | 3087 #endif // V8_TARGET_ARCH_S390 |
| OLD | NEW |