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

Side by Side Diff: src/ia32/lithium-ia32.h

Issue 6128008: X64 Crankshaft: Add LTemplatedInstruction and some derived classes to lithium... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/x64/lithium-x64.h » ('j') | src/x64/lithium-x64.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without 2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are 3 // modification, are permitted provided that the following conditions are
4 // met: 4 // met:
5 // 5 //
6 // * Redistributions of source code must retain the above copyright 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer. 7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above 8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following 9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided 10 // disclaimer in the documentation and/or other materials provided
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 // LCallKnownGlobal 78 // LCallKnownGlobal
79 // LCallNamed 79 // LCallNamed
80 // LCallRuntime 80 // LCallRuntime
81 // LCallStub 81 // LCallStub
82 // LConstant 82 // LConstant
83 // LConstantD 83 // LConstantD
84 // LConstantI 84 // LConstantI
85 // LConstantT 85 // LConstantT
86 // LDeoptimize 86 // LDeoptimize
87 // LFunctionLiteral 87 // LFunctionLiteral
88 // LGap
89 // LLabel
88 // LGlobalObject 90 // LGlobalObject
89 // LGlobalReceiver 91 // LGlobalReceiver
90 // LLabel 92 // LGoto
91 // LLayzBailout 93 // LLazyBailout
92 // LLoadGlobal 94 // LLoadGlobal
93 // LMaterializedLiteral 95 // LMaterializedLiteral
94 // LArrayLiteral 96 // LArrayLiteral
95 // LObjectLiteral 97 // LObjectLiteral
96 // LRegExpLiteral 98 // LRegExpLiteral
97 // LOsrEntry 99 // LOsrEntry
98 // LParameter 100 // LParameter
99 // LRegExpConstructResult 101 // LRegExpConstructResult
100 // LStackCheck 102 // LStackCheck
101 // LStoreKeyed 103 // LStoreKeyed
(...skipping 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after
2140 DISALLOW_COPY_AND_ASSIGN(LChunkBuilder); 2142 DISALLOW_COPY_AND_ASSIGN(LChunkBuilder);
2141 }; 2143 };
2142 2144
2143 #undef DECLARE_HYDROGEN_ACCESSOR 2145 #undef DECLARE_HYDROGEN_ACCESSOR
2144 #undef DECLARE_INSTRUCTION 2146 #undef DECLARE_INSTRUCTION
2145 #undef DECLARE_CONCRETE_INSTRUCTION 2147 #undef DECLARE_CONCRETE_INSTRUCTION
2146 2148
2147 } } // namespace v8::internal 2149 } } // namespace v8::internal
2148 2150
2149 #endif // V8_IA32_LITHIUM_IA32_H_ 2151 #endif // V8_IA32_LITHIUM_IA32_H_
OLDNEW
« no previous file with comments | « no previous file | src/x64/lithium-x64.h » ('j') | src/x64/lithium-x64.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698