Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Side by Side Diff: src/s390/assembler-s390.cc

Issue 2601563002: S390: Optimize allocate sequence (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/s390/assembler-s390.h ('k') | src/s390/disasm-s390.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 RXY_FORM_EMIT(ley, LEY) 1330 RXY_FORM_EMIT(ley, LEY)
1331 RXY_FORM_EMIT(lrv, LRV) 1331 RXY_FORM_EMIT(lrv, LRV)
1332 RXY_FORM_EMIT(lrvg, LRVG) 1332 RXY_FORM_EMIT(lrvg, LRVG)
1333 RXY_FORM_EMIT(lrvh, LRVH) 1333 RXY_FORM_EMIT(lrvh, LRVH)
1334 SS1_FORM_EMIT(mvn, MVN) 1334 SS1_FORM_EMIT(mvn, MVN)
1335 SS1_FORM_EMIT(nc, NC) 1335 SS1_FORM_EMIT(nc, NC)
1336 SI_FORM_EMIT(ni, NI) 1336 SI_FORM_EMIT(ni, NI)
1337 RI1_FORM_EMIT(nilh, NILH) 1337 RI1_FORM_EMIT(nilh, NILH)
1338 RI1_FORM_EMIT(nill, NILL) 1338 RI1_FORM_EMIT(nill, NILL)
1339 RI1_FORM_EMIT(oill, OILL) 1339 RI1_FORM_EMIT(oill, OILL)
1340 RXY_FORM_EMIT(pfd, PFD)
1340 RXY_FORM_EMIT(slgf, SLGF) 1341 RXY_FORM_EMIT(slgf, SLGF)
1341 RXY_FORM_EMIT(strvh, STRVH) 1342 RXY_FORM_EMIT(strvh, STRVH)
1342 RXY_FORM_EMIT(strv, STRV) 1343 RXY_FORM_EMIT(strv, STRV)
1343 RXY_FORM_EMIT(strvg, STRVG) 1344 RXY_FORM_EMIT(strvg, STRVG)
1344 RI1_FORM_EMIT(tmll, TMLL) 1345 RI1_FORM_EMIT(tmll, TMLL)
1345 SS1_FORM_EMIT(tr, TR) 1346 SS1_FORM_EMIT(tr, TR)
1346 S_FORM_EMIT(ts, TS) 1347 S_FORM_EMIT(ts, TS)
1347 1348
1348 // ------------------------- 1349 // -------------------------
1349 // Load Address Instructions 1350 // Load Address Instructions
(...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2621 SKIP_ICACHE_FLUSH); 2622 SKIP_ICACHE_FLUSH);
2622 } 2623 }
2623 2624
2624 reloc_info_writer.Write(&rinfo); 2625 reloc_info_writer.Write(&rinfo);
2625 } 2626 }
2626 } 2627 }
2627 2628
2628 } // namespace internal 2629 } // namespace internal
2629 } // namespace v8 2630 } // namespace v8
2630 #endif // V8_TARGET_ARCH_S390 2631 #endif // V8_TARGET_ARCH_S390
OLDNEW
« no previous file with comments | « src/s390/assembler-s390.h ('k') | src/s390/disasm-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698