Both HGlobalObject and HGlobalReceiver can be replaced with HLoadNamedField.
[platform/upstream/v8.git] / src / x64 / lithium-x64.h
1 // Copyright 2012 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are
4 // met:
5 //
6 //     * Redistributions of source code must retain the above copyright
7 //       notice, this list of conditions and the following disclaimer.
8 //     * Redistributions in binary form must reproduce the above
9 //       copyright notice, this list of conditions and the following
10 //       disclaimer in the documentation and/or other materials provided
11 //       with the distribution.
12 //     * Neither the name of Google Inc. nor the names of its
13 //       contributors may be used to endorse or promote products derived
14 //       from this software without specific prior written permission.
15 //
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
28 #ifndef V8_X64_LITHIUM_X64_H_
29 #define V8_X64_LITHIUM_X64_H_
30
31 #include "hydrogen.h"
32 #include "lithium-allocator.h"
33 #include "lithium.h"
34 #include "safepoint-table.h"
35 #include "utils.h"
36
37 namespace v8 {
38 namespace internal {
39
40 // Forward declarations.
41 class LCodeGen;
42
43 #define LITHIUM_CONCRETE_INSTRUCTION_LIST(V)    \
44   V(AccessArgumentsAt)                          \
45   V(AddI)                                       \
46   V(Allocate)                                   \
47   V(ApplyArguments)                             \
48   V(ArgumentsElements)                          \
49   V(ArgumentsLength)                            \
50   V(ArithmeticD)                                \
51   V(ArithmeticT)                                \
52   V(BitI)                                       \
53   V(BoundsCheck)                                \
54   V(Branch)                                     \
55   V(CallJSFunction)                             \
56   V(CallWithDescriptor)                         \
57   V(CallFunction)                               \
58   V(CallNew)                                    \
59   V(CallNewArray)                               \
60   V(CallRuntime)                                \
61   V(CallStub)                                   \
62   V(CheckInstanceType)                          \
63   V(CheckMaps)                                  \
64   V(CheckMapValue)                              \
65   V(CheckNonSmi)                                \
66   V(CheckSmi)                                   \
67   V(CheckValue)                                 \
68   V(ClampDToUint8)                              \
69   V(ClampIToUint8)                              \
70   V(ClampTToUint8)                              \
71   V(ClassOfTestAndBranch)                       \
72   V(CompareMinusZeroAndBranch)                  \
73   V(CompareNumericAndBranch)                    \
74   V(CmpObjectEqAndBranch)                       \
75   V(CmpHoleAndBranch)                           \
76   V(CmpMapAndBranch)                            \
77   V(CmpT)                                       \
78   V(ConstantD)                                  \
79   V(ConstantE)                                  \
80   V(ConstantI)                                  \
81   V(ConstantS)                                  \
82   V(ConstantT)                                  \
83   V(Context)                                    \
84   V(DateField)                                  \
85   V(DebugBreak)                                 \
86   V(DeclareGlobals)                             \
87   V(Deoptimize)                                 \
88   V(DivI)                                       \
89   V(DoubleToI)                                  \
90   V(DoubleToSmi)                                \
91   V(Drop)                                       \
92   V(DummyUse)                                   \
93   V(Dummy)                                      \
94   V(ElementsKind)                               \
95   V(ForInCacheArray)                            \
96   V(ForInPrepareMap)                            \
97   V(FunctionLiteral)                            \
98   V(GetCachedArrayIndex)                        \
99   V(Goto)                                       \
100   V(HasCachedArrayIndexAndBranch)               \
101   V(HasInstanceTypeAndBranch)                   \
102   V(InnerAllocatedObject)                       \
103   V(InstanceOf)                                 \
104   V(InstanceOfKnownGlobal)                      \
105   V(InstructionGap)                             \
106   V(Integer32ToDouble)                          \
107   V(Integer32ToSmi)                             \
108   V(InvokeFunction)                             \
109   V(IsConstructCallAndBranch)                   \
110   V(IsObjectAndBranch)                          \
111   V(IsStringAndBranch)                          \
112   V(IsSmiAndBranch)                             \
113   V(IsUndetectableAndBranch)                    \
114   V(Label)                                      \
115   V(LazyBailout)                                \
116   V(LoadContextSlot)                            \
117   V(LoadExternalArrayPointer)                   \
118   V(LoadRoot)                                   \
119   V(LoadFieldByIndex)                           \
120   V(LoadFunctionPrototype)                      \
121   V(LoadGlobalCell)                             \
122   V(LoadGlobalGeneric)                          \
123   V(LoadKeyed)                                  \
124   V(LoadKeyedGeneric)                           \
125   V(LoadNamedField)                             \
126   V(LoadNamedGeneric)                           \
127   V(MapEnumLength)                              \
128   V(MathAbs)                                    \
129   V(MathExp)                                    \
130   V(MathFloor)                                  \
131   V(MathFloorOfDiv)                             \
132   V(MathLog)                                    \
133   V(MathMinMax)                                 \
134   V(MathPowHalf)                                \
135   V(MathRound)                                  \
136   V(MathSqrt)                                   \
137   V(ModI)                                       \
138   V(MulI)                                       \
139   V(NumberTagD)                                 \
140   V(NumberTagI)                                 \
141   V(NumberTagU)                                 \
142   V(NumberUntagD)                               \
143   V(OsrEntry)                                   \
144   V(Parameter)                                  \
145   V(Power)                                      \
146   V(PushArgument)                               \
147   V(RegExpLiteral)                              \
148   V(Return)                                     \
149   V(SeqStringGetChar)                           \
150   V(SeqStringSetChar)                           \
151   V(ShiftI)                                     \
152   V(SmiTag)                                     \
153   V(SmiUntag)                                   \
154   V(StackCheck)                                 \
155   V(StoreCodeEntry)                             \
156   V(StoreContextSlot)                           \
157   V(StoreGlobalCell)                            \
158   V(StoreKeyed)                                 \
159   V(StoreKeyedGeneric)                          \
160   V(StoreNamedField)                            \
161   V(StoreNamedGeneric)                          \
162   V(StringAdd)                                  \
163   V(StringCharCodeAt)                           \
164   V(StringCharFromCode)                         \
165   V(StringCompareAndBranch)                     \
166   V(SubI)                                       \
167   V(TaggedToI)                                  \
168   V(ThisFunction)                               \
169   V(Throw)                                      \
170   V(ToFastProperties)                           \
171   V(TransitionElementsKind)                     \
172   V(TrapAllocationMemento)                      \
173   V(Typeof)                                     \
174   V(TypeofIsAndBranch)                          \
175   V(Uint32ToDouble)                             \
176   V(Uint32ToSmi)                                \
177   V(UnknownOSRValue)                            \
178   V(ValueOf)                                    \
179   V(WrapReceiver)
180
181
182 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic)                        \
183   virtual Opcode opcode() const V8_FINAL V8_OVERRIDE {                      \
184     return LInstruction::k##type;                                           \
185   }                                                                         \
186   virtual void CompileToNative(LCodeGen* generator) V8_FINAL V8_OVERRIDE;   \
187   virtual const char* Mnemonic() const V8_FINAL V8_OVERRIDE {               \
188     return mnemonic;                                                        \
189   }                                                                         \
190   static L##type* cast(LInstruction* instr) {                               \
191     ASSERT(instr->Is##type());                                              \
192     return reinterpret_cast<L##type*>(instr);                               \
193   }
194
195
196 #define DECLARE_HYDROGEN_ACCESSOR(type)     \
197   H##type* hydrogen() const {               \
198     return H##type::cast(hydrogen_value()); \
199   }
200
201
202 class LInstruction : public ZoneObject {
203  public:
204   LInstruction()
205       : environment_(NULL),
206         hydrogen_value_(NULL),
207         bit_field_(IsCallBits::encode(false)) {
208   }
209
210   virtual ~LInstruction() {}
211
212   virtual void CompileToNative(LCodeGen* generator) = 0;
213   virtual const char* Mnemonic() const = 0;
214   virtual void PrintTo(StringStream* stream);
215   virtual void PrintDataTo(StringStream* stream);
216   virtual void PrintOutputOperandTo(StringStream* stream);
217
218   enum Opcode {
219     // Declare a unique enum value for each instruction.
220 #define DECLARE_OPCODE(type) k##type,
221     LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_OPCODE)
222     kNumberOfInstructions
223 #undef DECLARE_OPCODE
224   };
225
226   virtual Opcode opcode() const = 0;
227
228   // Declare non-virtual type testers for all leaf IR classes.
229 #define DECLARE_PREDICATE(type) \
230   bool Is##type() const { return opcode() == k##type; }
231   LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_PREDICATE)
232 #undef DECLARE_PREDICATE
233
234   // Declare virtual predicates for instructions that don't have
235   // an opcode.
236   virtual bool IsGap() const { return false; }
237
238   virtual bool IsControl() const { return false; }
239
240   void set_environment(LEnvironment* env) { environment_ = env; }
241   LEnvironment* environment() const { return environment_; }
242   bool HasEnvironment() const { return environment_ != NULL; }
243
244   void set_pointer_map(LPointerMap* p) { pointer_map_.set(p); }
245   LPointerMap* pointer_map() const { return pointer_map_.get(); }
246   bool HasPointerMap() const { return pointer_map_.is_set(); }
247
248   void set_hydrogen_value(HValue* value) { hydrogen_value_ = value; }
249   HValue* hydrogen_value() const { return hydrogen_value_; }
250
251   void MarkAsCall() { bit_field_ = IsCallBits::update(bit_field_, true); }
252   bool IsCall() const { return IsCallBits::decode(bit_field_); }
253
254   // Interface to the register allocator and iterators.
255   bool ClobbersTemps() const { return IsCall(); }
256   bool ClobbersRegisters() const { return IsCall(); }
257   virtual bool ClobbersDoubleRegisters() const { return IsCall(); }
258
259   virtual void SetDeferredLazyDeoptimizationEnvironment(LEnvironment* env) { }
260
261   // Interface to the register allocator and iterators.
262   bool IsMarkedAsCall() const { return IsCall(); }
263
264   virtual bool HasResult() const = 0;
265   virtual LOperand* result() const = 0;
266
267   LOperand* FirstInput() { return InputAt(0); }
268   LOperand* Output() { return HasResult() ? result() : NULL; }
269
270   virtual bool HasInterestingComment(LCodeGen* gen) const { return true; }
271
272 #ifdef DEBUG
273   void VerifyCall();
274 #endif
275
276  private:
277   // Iterator support.
278   friend class InputIterator;
279   virtual int InputCount() = 0;
280   virtual LOperand* InputAt(int i) = 0;
281
282   friend class TempIterator;
283   virtual int TempCount() = 0;
284   virtual LOperand* TempAt(int i) = 0;
285
286   class IsCallBits: public BitField<bool, 0, 1> {};
287
288   LEnvironment* environment_;
289   SetOncePointer<LPointerMap> pointer_map_;
290   HValue* hydrogen_value_;
291   int bit_field_;
292 };
293
294
295 // R = number of result operands (0 or 1).
296 template<int R>
297 class LTemplateResultInstruction : public LInstruction {
298  public:
299   // Allow 0 or 1 output operands.
300   STATIC_ASSERT(R == 0 || R == 1);
301   virtual bool HasResult() const V8_FINAL V8_OVERRIDE {
302     return R != 0 && result() != NULL;
303   }
304   void set_result(LOperand* operand) { results_[0] = operand; }
305   LOperand* result() const { return results_[0]; }
306
307  protected:
308   EmbeddedContainer<LOperand*, R> results_;
309 };
310
311
312 // R = number of result operands (0 or 1).
313 // I = number of input operands.
314 // T = number of temporary operands.
315 template<int R, int I, int T>
316 class LTemplateInstruction : public LTemplateResultInstruction<R> {
317  protected:
318   EmbeddedContainer<LOperand*, I> inputs_;
319   EmbeddedContainer<LOperand*, T> temps_;
320
321  private:
322   // Iterator support.
323   virtual int InputCount() V8_FINAL V8_OVERRIDE { return I; }
324   virtual LOperand* InputAt(int i) V8_FINAL V8_OVERRIDE { return inputs_[i]; }
325
326   virtual int TempCount() V8_FINAL V8_OVERRIDE { return T; }
327   virtual LOperand* TempAt(int i) V8_FINAL V8_OVERRIDE { return temps_[i]; }
328 };
329
330
331 class LGap : public LTemplateInstruction<0, 0, 0> {
332  public:
333   explicit LGap(HBasicBlock* block)
334       : block_(block) {
335     parallel_moves_[BEFORE] = NULL;
336     parallel_moves_[START] = NULL;
337     parallel_moves_[END] = NULL;
338     parallel_moves_[AFTER] = NULL;
339   }
340
341   // Can't use the DECLARE-macro here because of sub-classes.
342   virtual bool IsGap() const V8_FINAL V8_OVERRIDE { return true; }
343   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
344   static LGap* cast(LInstruction* instr) {
345     ASSERT(instr->IsGap());
346     return reinterpret_cast<LGap*>(instr);
347   }
348
349   bool IsRedundant() const;
350
351   HBasicBlock* block() const { return block_; }
352
353   enum InnerPosition {
354     BEFORE,
355     START,
356     END,
357     AFTER,
358     FIRST_INNER_POSITION = BEFORE,
359     LAST_INNER_POSITION = AFTER
360   };
361
362   LParallelMove* GetOrCreateParallelMove(InnerPosition pos,
363                                          Zone* zone)  {
364     if (parallel_moves_[pos] == NULL) {
365       parallel_moves_[pos] = new(zone) LParallelMove(zone);
366     }
367     return parallel_moves_[pos];
368   }
369
370   LParallelMove* GetParallelMove(InnerPosition pos)  {
371     return parallel_moves_[pos];
372   }
373
374  private:
375   LParallelMove* parallel_moves_[LAST_INNER_POSITION + 1];
376   HBasicBlock* block_;
377 };
378
379
380 class LInstructionGap V8_FINAL : public LGap {
381  public:
382   explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
383
384   virtual bool HasInterestingComment(LCodeGen* gen) const V8_OVERRIDE {
385     return !IsRedundant();
386   }
387
388   DECLARE_CONCRETE_INSTRUCTION(InstructionGap, "gap")
389 };
390
391
392 class LGoto V8_FINAL : public LTemplateInstruction<0, 0, 0> {
393  public:
394   explicit LGoto(HBasicBlock* block) : block_(block) { }
395
396   virtual bool HasInterestingComment(LCodeGen* gen) const V8_OVERRIDE;
397   DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
398   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
399   virtual bool IsControl() const V8_OVERRIDE { return true; }
400
401   int block_id() const { return block_->block_id(); }
402
403  private:
404   HBasicBlock* block_;
405 };
406
407
408 class LLazyBailout V8_FINAL : public LTemplateInstruction<0, 0, 0> {
409  public:
410   LLazyBailout() : gap_instructions_size_(0) { }
411
412   DECLARE_CONCRETE_INSTRUCTION(LazyBailout, "lazy-bailout")
413
414   void set_gap_instructions_size(int gap_instructions_size) {
415     gap_instructions_size_ = gap_instructions_size;
416   }
417   int gap_instructions_size() { return gap_instructions_size_; }
418
419  private:
420   int gap_instructions_size_;
421 };
422
423
424 class LDummy V8_FINAL : public LTemplateInstruction<1, 0, 0> {
425  public:
426   explicit LDummy() { }
427   DECLARE_CONCRETE_INSTRUCTION(Dummy, "dummy")
428 };
429
430
431 class LDummyUse V8_FINAL : public LTemplateInstruction<1, 1, 0> {
432  public:
433   explicit LDummyUse(LOperand* value) {
434     inputs_[0] = value;
435   }
436   DECLARE_CONCRETE_INSTRUCTION(DummyUse, "dummy-use")
437 };
438
439
440 class LDeoptimize V8_FINAL : public LTemplateInstruction<0, 0, 0> {
441  public:
442   DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize")
443   DECLARE_HYDROGEN_ACCESSOR(Deoptimize)
444 };
445
446
447 class LLabel V8_FINAL : public LGap {
448  public:
449   explicit LLabel(HBasicBlock* block)
450       : LGap(block), replacement_(NULL) { }
451
452   virtual bool HasInterestingComment(LCodeGen* gen) const V8_OVERRIDE {
453     return false;
454   }
455   DECLARE_CONCRETE_INSTRUCTION(Label, "label")
456
457   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
458
459   int block_id() const { return block()->block_id(); }
460   bool is_loop_header() const { return block()->IsLoopHeader(); }
461   bool is_osr_entry() const { return block()->is_osr_entry(); }
462   Label* label() { return &label_; }
463   LLabel* replacement() const { return replacement_; }
464   void set_replacement(LLabel* label) { replacement_ = label; }
465   bool HasReplacement() const { return replacement_ != NULL; }
466
467  private:
468   Label label_;
469   LLabel* replacement_;
470 };
471
472
473 class LParameter V8_FINAL : public LTemplateInstruction<1, 0, 0> {
474  public:
475   virtual bool HasInterestingComment(LCodeGen* gen) const V8_OVERRIDE {
476     return false;
477   }
478   DECLARE_CONCRETE_INSTRUCTION(Parameter, "parameter")
479 };
480
481
482 class LCallStub V8_FINAL : public LTemplateInstruction<1, 1, 0> {
483  public:
484   explicit LCallStub(LOperand* context) {
485     inputs_[0] = context;
486   }
487
488   LOperand* context() { return inputs_[0]; }
489
490   DECLARE_CONCRETE_INSTRUCTION(CallStub, "call-stub")
491   DECLARE_HYDROGEN_ACCESSOR(CallStub)
492 };
493
494
495 class LUnknownOSRValue V8_FINAL : public LTemplateInstruction<1, 0, 0> {
496  public:
497   virtual bool HasInterestingComment(LCodeGen* gen) const V8_OVERRIDE {
498     return false;
499   }
500   DECLARE_CONCRETE_INSTRUCTION(UnknownOSRValue, "unknown-osr-value")
501 };
502
503
504 template<int I, int T>
505 class LControlInstruction : public LTemplateInstruction<0, I, T> {
506  public:
507   LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
508
509   virtual bool IsControl() const V8_FINAL V8_OVERRIDE { return true; }
510
511   int SuccessorCount() { return hydrogen()->SuccessorCount(); }
512   HBasicBlock* SuccessorAt(int i) { return hydrogen()->SuccessorAt(i); }
513
514   int TrueDestination(LChunk* chunk) {
515     return chunk->LookupDestination(true_block_id());
516   }
517   int FalseDestination(LChunk* chunk) {
518     return chunk->LookupDestination(false_block_id());
519   }
520
521   Label* TrueLabel(LChunk* chunk) {
522     if (true_label_ == NULL) {
523       true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
524     }
525     return true_label_;
526   }
527   Label* FalseLabel(LChunk* chunk) {
528     if (false_label_ == NULL) {
529       false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk));
530     }
531     return false_label_;
532   }
533
534  protected:
535   int true_block_id() { return SuccessorAt(0)->block_id(); }
536   int false_block_id() { return SuccessorAt(1)->block_id(); }
537
538  private:
539   HControlInstruction* hydrogen() {
540     return HControlInstruction::cast(this->hydrogen_value());
541   }
542
543   Label* false_label_;
544   Label* true_label_;
545 };
546
547
548 class LWrapReceiver V8_FINAL : public LTemplateInstruction<1, 2, 0> {
549  public:
550   LWrapReceiver(LOperand* receiver, LOperand* function) {
551     inputs_[0] = receiver;
552     inputs_[1] = function;
553   }
554
555   LOperand* receiver() { return inputs_[0]; }
556   LOperand* function() { return inputs_[1]; }
557
558   DECLARE_CONCRETE_INSTRUCTION(WrapReceiver, "wrap-receiver")
559 };
560
561
562 class LApplyArguments V8_FINAL : public LTemplateInstruction<1, 4, 0> {
563  public:
564   LApplyArguments(LOperand* function,
565                   LOperand* receiver,
566                   LOperand* length,
567                   LOperand* elements) {
568     inputs_[0] = function;
569     inputs_[1] = receiver;
570     inputs_[2] = length;
571     inputs_[3] = elements;
572   }
573
574   LOperand* function() { return inputs_[0]; }
575   LOperand* receiver() { return inputs_[1]; }
576   LOperand* length() { return inputs_[2]; }
577   LOperand* elements() { return inputs_[3]; }
578
579   DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments")
580 };
581
582
583 class LAccessArgumentsAt V8_FINAL : public LTemplateInstruction<1, 3, 0> {
584  public:
585   LAccessArgumentsAt(LOperand* arguments, LOperand* length, LOperand* index) {
586     inputs_[0] = arguments;
587     inputs_[1] = length;
588     inputs_[2] = index;
589   }
590
591   LOperand* arguments() { return inputs_[0]; }
592   LOperand* length() { return inputs_[1]; }
593   LOperand* index() { return inputs_[2]; }
594
595   DECLARE_CONCRETE_INSTRUCTION(AccessArgumentsAt, "access-arguments-at")
596
597   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
598 };
599
600
601 class LArgumentsLength V8_FINAL : public LTemplateInstruction<1, 1, 0> {
602  public:
603   explicit LArgumentsLength(LOperand* elements) {
604     inputs_[0] = elements;
605   }
606
607   LOperand* elements() { return inputs_[0]; }
608
609   DECLARE_CONCRETE_INSTRUCTION(ArgumentsLength, "arguments-length")
610 };
611
612
613 class LArgumentsElements V8_FINAL : public LTemplateInstruction<1, 0, 0> {
614  public:
615   DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
616   DECLARE_HYDROGEN_ACCESSOR(ArgumentsElements)
617 };
618
619
620 class LModI V8_FINAL : public LTemplateInstruction<1, 2, 1> {
621  public:
622   LModI(LOperand* left, LOperand* right, LOperand* temp) {
623     inputs_[0] = left;
624     inputs_[1] = right;
625     temps_[0] = temp;
626   }
627
628   LOperand* left() { return inputs_[0]; }
629   LOperand* right() { return inputs_[1]; }
630   LOperand* temp() { return temps_[0]; }
631
632   DECLARE_CONCRETE_INSTRUCTION(ModI, "mod-i")
633   DECLARE_HYDROGEN_ACCESSOR(Mod)
634 };
635
636
637 class LDivI V8_FINAL : public LTemplateInstruction<1, 2, 1> {
638  public:
639   LDivI(LOperand* left, LOperand* right, LOperand* temp) {
640     inputs_[0] = left;
641     inputs_[1] = right;
642     temps_[0] = temp;
643   }
644
645   LOperand* left() { return inputs_[0]; }
646   LOperand* right() { return inputs_[1]; }
647   LOperand* temp() { return temps_[0]; }
648
649   bool is_flooring() { return hydrogen_value()->IsMathFloorOfDiv(); }
650
651   DECLARE_CONCRETE_INSTRUCTION(DivI, "div-i")
652   DECLARE_HYDROGEN_ACCESSOR(Div)
653 };
654
655
656 class LMathFloorOfDiv V8_FINAL : public LTemplateInstruction<1, 2, 1> {
657  public:
658   LMathFloorOfDiv(LOperand* left,
659                   LOperand* right,
660                   LOperand* temp = NULL) {
661     inputs_[0] = left;
662     inputs_[1] = right;
663     temps_[0] = temp;
664   }
665
666   LOperand* left() { return inputs_[0]; }
667   LOperand* right() { return inputs_[1]; }
668   LOperand* temp() { return temps_[0]; }
669
670   DECLARE_CONCRETE_INSTRUCTION(MathFloorOfDiv, "math-floor-of-div")
671   DECLARE_HYDROGEN_ACCESSOR(MathFloorOfDiv)
672 };
673
674
675 class LMulI V8_FINAL : public LTemplateInstruction<1, 2, 0> {
676  public:
677   LMulI(LOperand* left, LOperand* right) {
678     inputs_[0] = left;
679     inputs_[1] = right;
680   }
681
682   LOperand* left() { return inputs_[0]; }
683   LOperand* right() { return inputs_[1]; }
684
685   DECLARE_CONCRETE_INSTRUCTION(MulI, "mul-i")
686   DECLARE_HYDROGEN_ACCESSOR(Mul)
687 };
688
689
690 class LCompareNumericAndBranch V8_FINAL : public LControlInstruction<2, 0> {
691  public:
692   LCompareNumericAndBranch(LOperand* left, LOperand* right) {
693     inputs_[0] = left;
694     inputs_[1] = right;
695   }
696
697   LOperand* left() { return inputs_[0]; }
698   LOperand* right() { return inputs_[1]; }
699
700   DECLARE_CONCRETE_INSTRUCTION(CompareNumericAndBranch,
701                                "compare-numeric-and-branch")
702   DECLARE_HYDROGEN_ACCESSOR(CompareNumericAndBranch)
703
704   Token::Value op() const { return hydrogen()->token(); }
705   bool is_double() const {
706     return hydrogen()->representation().IsDouble();
707   }
708
709   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
710 };
711
712
713 class LMathFloor V8_FINAL : public LTemplateInstruction<1, 1, 0> {
714  public:
715   explicit LMathFloor(LOperand* value) {
716     inputs_[0] = value;
717   }
718
719   LOperand* value() { return inputs_[0]; }
720
721   DECLARE_CONCRETE_INSTRUCTION(MathFloor, "math-floor")
722   DECLARE_HYDROGEN_ACCESSOR(UnaryMathOperation)
723 };
724
725
726 class LMathRound V8_FINAL : public LTemplateInstruction<1, 1, 0> {
727  public:
728   explicit LMathRound(LOperand* value) {
729     inputs_[0] = value;
730   }
731
732   LOperand* value() { return inputs_[0]; }
733
734   DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-round")
735   DECLARE_HYDROGEN_ACCESSOR(UnaryMathOperation)
736 };
737
738
739 class LMathAbs V8_FINAL : public LTemplateInstruction<1, 2, 0> {
740  public:
741   explicit LMathAbs(LOperand* context, LOperand* value) {
742     inputs_[1] = context;
743     inputs_[0] = value;
744   }
745
746   LOperand* context() { return inputs_[1]; }
747   LOperand* value() { return inputs_[0]; }
748
749   DECLARE_CONCRETE_INSTRUCTION(MathAbs, "math-abs")
750   DECLARE_HYDROGEN_ACCESSOR(UnaryMathOperation)
751 };
752
753
754 class LMathLog V8_FINAL : public LTemplateInstruction<1, 1, 0> {
755  public:
756   explicit LMathLog(LOperand* value) {
757     inputs_[0] = value;
758   }
759
760   LOperand* value() { return inputs_[0]; }
761
762   DECLARE_CONCRETE_INSTRUCTION(MathLog, "math-log")
763 };
764
765
766 class LMathExp V8_FINAL : public LTemplateInstruction<1, 1, 2> {
767  public:
768   LMathExp(LOperand* value, LOperand* temp1, LOperand* temp2) {
769     inputs_[0] = value;
770     temps_[0] = temp1;
771     temps_[1] = temp2;
772     ExternalReference::InitializeMathExpData();
773   }
774
775   LOperand* value() { return inputs_[0]; }
776   LOperand* temp1() { return temps_[0]; }
777   LOperand* temp2() { return temps_[1]; }
778
779   DECLARE_CONCRETE_INSTRUCTION(MathExp, "math-exp")
780 };
781
782
783 class LMathSqrt V8_FINAL : public LTemplateInstruction<1, 1, 0> {
784  public:
785   explicit LMathSqrt(LOperand* value) {
786     inputs_[0] = value;
787   }
788
789   LOperand* value() { return inputs_[0]; }
790
791   DECLARE_CONCRETE_INSTRUCTION(MathSqrt, "math-sqrt")
792 };
793
794
795 class LMathPowHalf V8_FINAL : public LTemplateInstruction<1, 1, 0> {
796  public:
797   explicit LMathPowHalf(LOperand* value) {
798     inputs_[0] = value;
799   }
800
801   LOperand* value() { return inputs_[0]; }
802
803   DECLARE_CONCRETE_INSTRUCTION(MathPowHalf, "math-pow-half")
804 };
805
806
807 class LCmpObjectEqAndBranch V8_FINAL : public LControlInstruction<2, 0> {
808  public:
809   LCmpObjectEqAndBranch(LOperand* left, LOperand* right) {
810     inputs_[0] = left;
811     inputs_[1] = right;
812   }
813
814   LOperand* left() { return inputs_[0]; }
815   LOperand* right() { return inputs_[1]; }
816
817   DECLARE_CONCRETE_INSTRUCTION(CmpObjectEqAndBranch, "cmp-object-eq-and-branch")
818 };
819
820
821 class LCmpHoleAndBranch V8_FINAL : public LControlInstruction<1, 0> {
822  public:
823   explicit LCmpHoleAndBranch(LOperand* object) {
824     inputs_[0] = object;
825   }
826
827   LOperand* object() { return inputs_[0]; }
828
829   DECLARE_CONCRETE_INSTRUCTION(CmpHoleAndBranch, "cmp-hole-and-branch")
830   DECLARE_HYDROGEN_ACCESSOR(CompareHoleAndBranch)
831 };
832
833
834 class LCompareMinusZeroAndBranch V8_FINAL : public LControlInstruction<1, 0> {
835  public:
836   explicit LCompareMinusZeroAndBranch(LOperand* value) {
837     inputs_[0] = value;
838   }
839
840   LOperand* value() { return inputs_[0]; }
841
842   DECLARE_CONCRETE_INSTRUCTION(CompareMinusZeroAndBranch,
843                                "cmp-minus-zero-and-branch")
844   DECLARE_HYDROGEN_ACCESSOR(CompareMinusZeroAndBranch)
845 };
846
847
848
849 class LIsObjectAndBranch V8_FINAL : public LControlInstruction<1, 0> {
850  public:
851   explicit LIsObjectAndBranch(LOperand* value) {
852     inputs_[0] = value;
853   }
854
855   LOperand* value() { return inputs_[0]; }
856
857   DECLARE_CONCRETE_INSTRUCTION(IsObjectAndBranch, "is-object-and-branch")
858   DECLARE_HYDROGEN_ACCESSOR(IsObjectAndBranch)
859
860   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
861 };
862
863
864 class LIsStringAndBranch V8_FINAL : public LControlInstruction<1, 1> {
865  public:
866   explicit LIsStringAndBranch(LOperand* value, LOperand* temp) {
867     inputs_[0] = value;
868     temps_[0] = temp;
869   }
870
871   LOperand* value() { return inputs_[0]; }
872   LOperand* temp() { return temps_[0]; }
873
874   DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
875   DECLARE_HYDROGEN_ACCESSOR(IsStringAndBranch)
876
877   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
878 };
879
880
881 class LIsSmiAndBranch V8_FINAL : public LControlInstruction<1, 0> {
882  public:
883   explicit LIsSmiAndBranch(LOperand* value) {
884     inputs_[0] = value;
885   }
886
887   LOperand* value() { return inputs_[0]; }
888
889   DECLARE_CONCRETE_INSTRUCTION(IsSmiAndBranch, "is-smi-and-branch")
890   DECLARE_HYDROGEN_ACCESSOR(IsSmiAndBranch)
891
892   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
893 };
894
895
896 class LIsUndetectableAndBranch V8_FINAL : public LControlInstruction<1, 1> {
897  public:
898   explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) {
899     inputs_[0] = value;
900     temps_[0] = temp;
901   }
902
903   LOperand* value() { return inputs_[0]; }
904   LOperand* temp() { return temps_[0]; }
905
906   DECLARE_CONCRETE_INSTRUCTION(IsUndetectableAndBranch,
907                                "is-undetectable-and-branch")
908   DECLARE_HYDROGEN_ACCESSOR(IsUndetectableAndBranch)
909
910   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
911 };
912
913
914 class LStringCompareAndBranch V8_FINAL : public LControlInstruction<3, 0> {
915  public:
916   explicit LStringCompareAndBranch(LOperand* context,
917                                    LOperand* left,
918                                    LOperand* right) {
919     inputs_[0] = context;
920     inputs_[1] = left;
921     inputs_[2] = right;
922   }
923
924   LOperand* context() { return inputs_[0]; }
925   LOperand* left() { return inputs_[1]; }
926   LOperand* right() { return inputs_[2]; }
927
928   DECLARE_CONCRETE_INSTRUCTION(StringCompareAndBranch,
929                                "string-compare-and-branch")
930   DECLARE_HYDROGEN_ACCESSOR(StringCompareAndBranch)
931
932   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
933
934   Token::Value op() const { return hydrogen()->token(); }
935 };
936
937
938 class LHasInstanceTypeAndBranch V8_FINAL : public LControlInstruction<1, 0> {
939  public:
940   explicit LHasInstanceTypeAndBranch(LOperand* value) {
941     inputs_[0] = value;
942   }
943
944   LOperand* value() { return inputs_[0]; }
945
946   DECLARE_CONCRETE_INSTRUCTION(HasInstanceTypeAndBranch,
947                                "has-instance-type-and-branch")
948   DECLARE_HYDROGEN_ACCESSOR(HasInstanceTypeAndBranch)
949
950   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
951 };
952
953
954 class LGetCachedArrayIndex V8_FINAL : public LTemplateInstruction<1, 1, 0> {
955  public:
956   explicit LGetCachedArrayIndex(LOperand* value) {
957     inputs_[0] = value;
958   }
959
960   LOperand* value() { return inputs_[0]; }
961
962   DECLARE_CONCRETE_INSTRUCTION(GetCachedArrayIndex, "get-cached-array-index")
963   DECLARE_HYDROGEN_ACCESSOR(GetCachedArrayIndex)
964 };
965
966
967 class LHasCachedArrayIndexAndBranch V8_FINAL
968     : public LControlInstruction<1, 0> {
969  public:
970   explicit LHasCachedArrayIndexAndBranch(LOperand* value) {
971     inputs_[0] = value;
972   }
973
974   LOperand* value() { return inputs_[0]; }
975
976   DECLARE_CONCRETE_INSTRUCTION(HasCachedArrayIndexAndBranch,
977                                "has-cached-array-index-and-branch")
978   DECLARE_HYDROGEN_ACCESSOR(HasCachedArrayIndexAndBranch)
979
980   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
981 };
982
983
984 class LClassOfTestAndBranch V8_FINAL : public LControlInstruction<1, 2> {
985  public:
986   LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) {
987     inputs_[0] = value;
988     temps_[0] = temp;
989     temps_[1] = temp2;
990   }
991
992   LOperand* value() { return inputs_[0]; }
993   LOperand* temp() { return temps_[0]; }
994   LOperand* temp2() { return temps_[1]; }
995
996   DECLARE_CONCRETE_INSTRUCTION(ClassOfTestAndBranch,
997                                "class-of-test-and-branch")
998   DECLARE_HYDROGEN_ACCESSOR(ClassOfTestAndBranch)
999
1000   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
1001 };
1002
1003
1004 class LCmpT V8_FINAL : public LTemplateInstruction<1, 3, 0> {
1005  public:
1006   LCmpT(LOperand* context, LOperand* left, LOperand* right) {
1007     inputs_[0] = context;
1008     inputs_[1] = left;
1009     inputs_[2] = right;
1010   }
1011
1012   LOperand* context() { return inputs_[0]; }
1013   LOperand* left() { return inputs_[1]; }
1014   LOperand* right() { return inputs_[2]; }
1015
1016   DECLARE_CONCRETE_INSTRUCTION(CmpT, "cmp-t")
1017   DECLARE_HYDROGEN_ACCESSOR(CompareGeneric)
1018
1019   Token::Value op() const { return hydrogen()->token(); }
1020 };
1021
1022
1023 class LInstanceOf V8_FINAL : public LTemplateInstruction<1, 3, 0> {
1024  public:
1025   LInstanceOf(LOperand* context, LOperand* left, LOperand* right) {
1026     inputs_[0] = context;
1027     inputs_[1] = left;
1028     inputs_[2] = right;
1029   }
1030
1031   LOperand* context() { return inputs_[0]; }
1032   LOperand* left() { return inputs_[1]; }
1033   LOperand* right() { return inputs_[2]; }
1034
1035   DECLARE_CONCRETE_INSTRUCTION(InstanceOf, "instance-of")
1036 };
1037
1038
1039 class LInstanceOfKnownGlobal V8_FINAL : public LTemplateInstruction<1, 2, 1> {
1040  public:
1041   LInstanceOfKnownGlobal(LOperand* context, LOperand* value, LOperand* temp) {
1042     inputs_[0] = context;
1043     inputs_[1] = value;
1044     temps_[0] = temp;
1045   }
1046
1047   LOperand* context() { return inputs_[0]; }
1048   LOperand* value() { return inputs_[1]; }
1049   LOperand* temp() { return temps_[0]; }
1050
1051   DECLARE_CONCRETE_INSTRUCTION(InstanceOfKnownGlobal,
1052                                "instance-of-known-global")
1053   DECLARE_HYDROGEN_ACCESSOR(InstanceOfKnownGlobal)
1054
1055   Handle<JSFunction> function() const { return hydrogen()->function(); }
1056   LEnvironment* GetDeferredLazyDeoptimizationEnvironment() {
1057     return lazy_deopt_env_;
1058   }
1059   virtual void SetDeferredLazyDeoptimizationEnvironment(
1060       LEnvironment* env) V8_OVERRIDE {
1061     lazy_deopt_env_ = env;
1062   }
1063
1064  private:
1065   LEnvironment* lazy_deopt_env_;
1066 };
1067
1068
1069 class LBoundsCheck V8_FINAL : public LTemplateInstruction<0, 2, 0> {
1070  public:
1071   LBoundsCheck(LOperand* index, LOperand* length) {
1072     inputs_[0] = index;
1073     inputs_[1] = length;
1074   }
1075
1076   LOperand* index() { return inputs_[0]; }
1077   LOperand* length() { return inputs_[1]; }
1078
1079   DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check")
1080   DECLARE_HYDROGEN_ACCESSOR(BoundsCheck)
1081 };
1082
1083
1084 class LBitI V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1085  public:
1086   LBitI(LOperand* left, LOperand* right) {
1087     inputs_[0] = left;
1088     inputs_[1] = right;
1089   }
1090
1091   LOperand* left() { return inputs_[0]; }
1092   LOperand* right() { return inputs_[1]; }
1093
1094   Token::Value op() const { return hydrogen()->op(); }
1095
1096   DECLARE_CONCRETE_INSTRUCTION(BitI, "bit-i")
1097   DECLARE_HYDROGEN_ACCESSOR(Bitwise)
1098 };
1099
1100
1101 class LShiftI V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1102  public:
1103   LShiftI(Token::Value op, LOperand* left, LOperand* right, bool can_deopt)
1104       : op_(op), can_deopt_(can_deopt) {
1105     inputs_[0] = left;
1106     inputs_[1] = right;
1107   }
1108
1109   Token::Value op() const { return op_; }
1110   LOperand* left() { return inputs_[0]; }
1111   LOperand* right() { return inputs_[1]; }
1112   bool can_deopt() const { return can_deopt_; }
1113
1114   DECLARE_CONCRETE_INSTRUCTION(ShiftI, "shift-i")
1115
1116  private:
1117   Token::Value op_;
1118   bool can_deopt_;
1119 };
1120
1121
1122 class LSubI V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1123  public:
1124   LSubI(LOperand* left, LOperand* right) {
1125     inputs_[0] = left;
1126     inputs_[1] = right;
1127   }
1128
1129   LOperand* left() { return inputs_[0]; }
1130   LOperand* right() { return inputs_[1]; }
1131
1132   DECLARE_CONCRETE_INSTRUCTION(SubI, "sub-i")
1133   DECLARE_HYDROGEN_ACCESSOR(Sub)
1134 };
1135
1136
1137 class LConstantI V8_FINAL : public LTemplateInstruction<1, 0, 0> {
1138  public:
1139   DECLARE_CONCRETE_INSTRUCTION(ConstantI, "constant-i")
1140   DECLARE_HYDROGEN_ACCESSOR(Constant)
1141
1142   int32_t value() const { return hydrogen()->Integer32Value(); }
1143 };
1144
1145
1146 class LConstantS V8_FINAL : public LTemplateInstruction<1, 0, 0> {
1147  public:
1148   DECLARE_CONCRETE_INSTRUCTION(ConstantS, "constant-s")
1149   DECLARE_HYDROGEN_ACCESSOR(Constant)
1150
1151   Smi* value() const { return Smi::FromInt(hydrogen()->Integer32Value()); }
1152 };
1153
1154
1155 class LConstantD V8_FINAL : public LTemplateInstruction<1, 0, 1> {
1156  public:
1157   explicit LConstantD(LOperand* temp) {
1158     temps_[0] = temp;
1159   }
1160
1161   LOperand* temp() { return temps_[0]; }
1162
1163   DECLARE_CONCRETE_INSTRUCTION(ConstantD, "constant-d")
1164   DECLARE_HYDROGEN_ACCESSOR(Constant)
1165
1166   double value() const { return hydrogen()->DoubleValue(); }
1167 };
1168
1169
1170 class LConstantE V8_FINAL : public LTemplateInstruction<1, 0, 0> {
1171  public:
1172   DECLARE_CONCRETE_INSTRUCTION(ConstantE, "constant-e")
1173   DECLARE_HYDROGEN_ACCESSOR(Constant)
1174
1175   ExternalReference value() const {
1176     return hydrogen()->ExternalReferenceValue();
1177   }
1178 };
1179
1180
1181 class LConstantT V8_FINAL : public LTemplateInstruction<1, 0, 0> {
1182  public:
1183   DECLARE_CONCRETE_INSTRUCTION(ConstantT, "constant-t")
1184   DECLARE_HYDROGEN_ACCESSOR(Constant)
1185
1186   Handle<Object> value(Isolate* isolate) const {
1187     return hydrogen()->handle(isolate);
1188   }
1189 };
1190
1191
1192 class LBranch V8_FINAL : public LControlInstruction<1, 0> {
1193  public:
1194   explicit LBranch(LOperand* value) {
1195     inputs_[0] = value;
1196   }
1197
1198   LOperand* value() { return inputs_[0]; }
1199
1200   DECLARE_CONCRETE_INSTRUCTION(Branch, "branch")
1201   DECLARE_HYDROGEN_ACCESSOR(Branch)
1202
1203   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
1204 };
1205
1206
1207 class LDebugBreak V8_FINAL : public LTemplateInstruction<0, 0, 0> {
1208  public:
1209   DECLARE_CONCRETE_INSTRUCTION(DebugBreak, "break")
1210 };
1211
1212
1213 class LCmpMapAndBranch V8_FINAL : public LControlInstruction<1, 0> {
1214  public:
1215   explicit LCmpMapAndBranch(LOperand* value) {
1216     inputs_[0] = value;
1217   }
1218
1219   LOperand* value() { return inputs_[0]; }
1220
1221   DECLARE_CONCRETE_INSTRUCTION(CmpMapAndBranch, "cmp-map-and-branch")
1222   DECLARE_HYDROGEN_ACCESSOR(CompareMap)
1223
1224   Handle<Map> map() const { return hydrogen()->map().handle(); }
1225 };
1226
1227
1228 class LMapEnumLength V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1229  public:
1230   explicit LMapEnumLength(LOperand* value) {
1231     inputs_[0] = value;
1232   }
1233
1234   LOperand* value() { return inputs_[0]; }
1235
1236   DECLARE_CONCRETE_INSTRUCTION(MapEnumLength, "map-enum-length")
1237 };
1238
1239
1240 class LElementsKind V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1241  public:
1242   explicit LElementsKind(LOperand* value) {
1243     inputs_[0] = value;
1244   }
1245
1246   LOperand* value() { return inputs_[0]; }
1247
1248   DECLARE_CONCRETE_INSTRUCTION(ElementsKind, "elements-kind")
1249   DECLARE_HYDROGEN_ACCESSOR(ElementsKind)
1250 };
1251
1252
1253 class LValueOf V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1254  public:
1255   explicit LValueOf(LOperand* value) {
1256     inputs_[0] = value;
1257   }
1258
1259   LOperand* value() { return inputs_[0]; }
1260
1261   DECLARE_CONCRETE_INSTRUCTION(ValueOf, "value-of")
1262   DECLARE_HYDROGEN_ACCESSOR(ValueOf)
1263 };
1264
1265
1266 class LDateField V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1267  public:
1268   LDateField(LOperand* date, Smi* index) : index_(index) {
1269     inputs_[0] = date;
1270   }
1271
1272   LOperand* date() { return inputs_[0]; }
1273   Smi* index() const { return index_; }
1274
1275   DECLARE_CONCRETE_INSTRUCTION(DateField, "date-field")
1276   DECLARE_HYDROGEN_ACCESSOR(DateField)
1277
1278  private:
1279   Smi* index_;
1280 };
1281
1282
1283 class LSeqStringGetChar V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1284  public:
1285   LSeqStringGetChar(LOperand* string, LOperand* index) {
1286     inputs_[0] = string;
1287     inputs_[1] = index;
1288   }
1289
1290   LOperand* string() const { return inputs_[0]; }
1291   LOperand* index() const { return inputs_[1]; }
1292
1293   DECLARE_CONCRETE_INSTRUCTION(SeqStringGetChar, "seq-string-get-char")
1294   DECLARE_HYDROGEN_ACCESSOR(SeqStringGetChar)
1295 };
1296
1297
1298 class LSeqStringSetChar V8_FINAL : public LTemplateInstruction<1, 4, 0> {
1299  public:
1300   LSeqStringSetChar(LOperand* context,
1301                     LOperand* string,
1302                     LOperand* index,
1303                     LOperand* value) {
1304     inputs_[0] = context;
1305     inputs_[1] = string;
1306     inputs_[2] = index;
1307     inputs_[3] = value;
1308   }
1309
1310   LOperand* string() { return inputs_[1]; }
1311   LOperand* index() { return inputs_[2]; }
1312   LOperand* value() { return inputs_[3]; }
1313
1314   DECLARE_CONCRETE_INSTRUCTION(SeqStringSetChar, "seq-string-set-char")
1315   DECLARE_HYDROGEN_ACCESSOR(SeqStringSetChar)
1316 };
1317
1318
1319 class LThrow V8_FINAL : public LTemplateInstruction<0, 2, 0> {
1320  public:
1321   explicit LThrow(LOperand* context, LOperand* value) {
1322     inputs_[0] = context;
1323     inputs_[1] = value;
1324   }
1325
1326   LOperand* context() { return inputs_[0]; }
1327   LOperand* value() { return inputs_[1]; }
1328
1329   DECLARE_CONCRETE_INSTRUCTION(Throw, "throw")
1330 };
1331
1332
1333 class LAddI V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1334  public:
1335   LAddI(LOperand* left, LOperand* right) {
1336     inputs_[0] = left;
1337     inputs_[1] = right;
1338   }
1339
1340   LOperand* left() { return inputs_[0]; }
1341   LOperand* right() { return inputs_[1]; }
1342
1343   static bool UseLea(HAdd* add) {
1344     return !add->CheckFlag(HValue::kCanOverflow) &&
1345         add->BetterLeftOperand()->UseCount() > 1;
1346   }
1347
1348   DECLARE_CONCRETE_INSTRUCTION(AddI, "add-i")
1349   DECLARE_HYDROGEN_ACCESSOR(Add)
1350 };
1351
1352
1353 class LMathMinMax V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1354  public:
1355   LMathMinMax(LOperand* left, LOperand* right) {
1356     inputs_[0] = left;
1357     inputs_[1] = right;
1358   }
1359
1360   LOperand* left() { return inputs_[0]; }
1361   LOperand* right() { return inputs_[1]; }
1362
1363   DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1364   DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
1365 };
1366
1367
1368 class LPower V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1369  public:
1370   LPower(LOperand* left, LOperand* right) {
1371     inputs_[0] = left;
1372     inputs_[1] = right;
1373   }
1374
1375   LOperand* left() { return inputs_[0]; }
1376   LOperand* right() { return inputs_[1]; }
1377
1378   DECLARE_CONCRETE_INSTRUCTION(Power, "power")
1379   DECLARE_HYDROGEN_ACCESSOR(Power)
1380 };
1381
1382
1383 class LArithmeticD V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1384  public:
1385   LArithmeticD(Token::Value op, LOperand* left, LOperand* right)
1386       : op_(op) {
1387     inputs_[0] = left;
1388     inputs_[1] = right;
1389   }
1390
1391   Token::Value op() const { return op_; }
1392   LOperand* left() { return inputs_[0]; }
1393   LOperand* right() { return inputs_[1]; }
1394
1395   virtual Opcode opcode() const V8_OVERRIDE {
1396     return LInstruction::kArithmeticD;
1397   }
1398   virtual void CompileToNative(LCodeGen* generator) V8_OVERRIDE;
1399   virtual const char* Mnemonic() const V8_OVERRIDE;
1400
1401  private:
1402   Token::Value op_;
1403 };
1404
1405
1406 class LArithmeticT V8_FINAL : public LTemplateInstruction<1, 3, 0> {
1407  public:
1408   LArithmeticT(Token::Value op,
1409                LOperand* context,
1410                LOperand* left,
1411                LOperand* right)
1412       : op_(op) {
1413     inputs_[0] = context;
1414     inputs_[1] = left;
1415     inputs_[2] = right;
1416   }
1417
1418   Token::Value op() const { return op_; }
1419   LOperand* context() { return inputs_[0]; }
1420   LOperand* left() { return inputs_[1]; }
1421   LOperand* right() { return inputs_[2]; }
1422
1423   virtual Opcode opcode() const V8_OVERRIDE {
1424     return LInstruction::kArithmeticT;
1425   }
1426   virtual void CompileToNative(LCodeGen* generator) V8_OVERRIDE;
1427   virtual const char* Mnemonic() const V8_OVERRIDE;
1428
1429  private:
1430   Token::Value op_;
1431 };
1432
1433
1434 class LReturn V8_FINAL : public LTemplateInstruction<0, 3, 0> {
1435  public:
1436   explicit LReturn(LOperand* value,
1437                    LOperand* context,
1438                    LOperand* parameter_count) {
1439     inputs_[0] = value;
1440     inputs_[1] = context;
1441     inputs_[2] = parameter_count;
1442   }
1443
1444   LOperand* value() { return inputs_[0]; }
1445   LOperand* context() { return inputs_[1]; }
1446
1447   bool has_constant_parameter_count() {
1448     return parameter_count()->IsConstantOperand();
1449   }
1450   LConstantOperand* constant_parameter_count() {
1451     ASSERT(has_constant_parameter_count());
1452     return LConstantOperand::cast(parameter_count());
1453   }
1454   LOperand* parameter_count() { return inputs_[2]; }
1455
1456   DECLARE_CONCRETE_INSTRUCTION(Return, "return")
1457   DECLARE_HYDROGEN_ACCESSOR(Return)
1458 };
1459
1460
1461 class LLoadNamedField V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1462  public:
1463   explicit LLoadNamedField(LOperand* object) {
1464     inputs_[0] = object;
1465   }
1466
1467   LOperand* object() { return inputs_[0]; }
1468
1469   DECLARE_CONCRETE_INSTRUCTION(LoadNamedField, "load-named-field")
1470   DECLARE_HYDROGEN_ACCESSOR(LoadNamedField)
1471 };
1472
1473
1474 class LLoadNamedGeneric V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1475  public:
1476   explicit LLoadNamedGeneric(LOperand* context, LOperand* object) {
1477     inputs_[0] = context;
1478     inputs_[1] = object;
1479   }
1480
1481   DECLARE_CONCRETE_INSTRUCTION(LoadNamedGeneric, "load-named-generic")
1482   DECLARE_HYDROGEN_ACCESSOR(LoadNamedGeneric)
1483
1484   LOperand* context() { return inputs_[0]; }
1485   LOperand* object() { return inputs_[1]; }
1486   Handle<Object> name() const { return hydrogen()->name(); }
1487 };
1488
1489
1490 class LLoadFunctionPrototype V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1491  public:
1492   explicit LLoadFunctionPrototype(LOperand* function) {
1493     inputs_[0] = function;
1494   }
1495
1496   DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1497   DECLARE_HYDROGEN_ACCESSOR(LoadFunctionPrototype)
1498
1499   LOperand* function() { return inputs_[0]; }
1500 };
1501
1502
1503 class LLoadRoot V8_FINAL : public LTemplateInstruction<1, 0, 0> {
1504  public:
1505   DECLARE_CONCRETE_INSTRUCTION(LoadRoot, "load-root")
1506   DECLARE_HYDROGEN_ACCESSOR(LoadRoot)
1507
1508   Heap::RootListIndex index() const { return hydrogen()->index(); }
1509 };
1510
1511
1512 class LLoadExternalArrayPointer V8_FINAL
1513     : public LTemplateInstruction<1, 1, 0> {
1514  public:
1515   explicit LLoadExternalArrayPointer(LOperand* object) {
1516     inputs_[0] = object;
1517   }
1518
1519   LOperand* object() { return inputs_[0]; }
1520
1521   DECLARE_CONCRETE_INSTRUCTION(LoadExternalArrayPointer,
1522                                "load-external-array-pointer")
1523 };
1524
1525
1526 class LLoadKeyed V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1527  public:
1528   LLoadKeyed(LOperand* elements, LOperand* key) {
1529     inputs_[0] = elements;
1530     inputs_[1] = key;
1531   }
1532
1533   DECLARE_CONCRETE_INSTRUCTION(LoadKeyed, "load-keyed")
1534   DECLARE_HYDROGEN_ACCESSOR(LoadKeyed)
1535
1536   bool is_external() const {
1537     return hydrogen()->is_external();
1538   }
1539   bool is_fixed_typed_array() const {
1540     return hydrogen()->is_fixed_typed_array();
1541   }
1542   bool is_typed_elements() const {
1543     return is_external() || is_fixed_typed_array();
1544   }
1545   LOperand* elements() { return inputs_[0]; }
1546   LOperand* key() { return inputs_[1]; }
1547   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
1548   uint32_t additional_index() const { return hydrogen()->index_offset(); }
1549   ElementsKind elements_kind() const {
1550     return hydrogen()->elements_kind();
1551   }
1552 };
1553
1554
1555 class LLoadKeyedGeneric V8_FINAL : public LTemplateInstruction<1, 3, 0> {
1556  public:
1557   LLoadKeyedGeneric(LOperand* context, LOperand* obj, LOperand* key) {
1558     inputs_[0] = context;
1559     inputs_[1] = obj;
1560     inputs_[2] = key;
1561   }
1562
1563   DECLARE_CONCRETE_INSTRUCTION(LoadKeyedGeneric, "load-keyed-generic")
1564
1565   LOperand* context() { return inputs_[0]; }
1566   LOperand* object() { return inputs_[1]; }
1567   LOperand* key() { return inputs_[2]; }
1568 };
1569
1570
1571 class LLoadGlobalCell V8_FINAL : public LTemplateInstruction<1, 0, 0> {
1572  public:
1573   DECLARE_CONCRETE_INSTRUCTION(LoadGlobalCell, "load-global-cell")
1574   DECLARE_HYDROGEN_ACCESSOR(LoadGlobalCell)
1575 };
1576
1577
1578 class LLoadGlobalGeneric V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1579  public:
1580   explicit LLoadGlobalGeneric(LOperand* context, LOperand* global_object) {
1581     inputs_[0] = context;
1582     inputs_[1] = global_object;
1583   }
1584
1585   DECLARE_CONCRETE_INSTRUCTION(LoadGlobalGeneric, "load-global-generic")
1586   DECLARE_HYDROGEN_ACCESSOR(LoadGlobalGeneric)
1587
1588   LOperand* context() { return inputs_[0]; }
1589   LOperand* global_object() { return inputs_[1]; }
1590   Handle<Object> name() const { return hydrogen()->name(); }
1591   bool for_typeof() const { return hydrogen()->for_typeof(); }
1592 };
1593
1594
1595 class LStoreGlobalCell V8_FINAL : public LTemplateInstruction<0, 1, 1> {
1596  public:
1597   explicit LStoreGlobalCell(LOperand* value, LOperand* temp) {
1598     inputs_[0] = value;
1599     temps_[0] = temp;
1600   }
1601
1602   LOperand* value() { return inputs_[0]; }
1603   LOperand* temp() { return temps_[0]; }
1604
1605   DECLARE_CONCRETE_INSTRUCTION(StoreGlobalCell, "store-global-cell")
1606   DECLARE_HYDROGEN_ACCESSOR(StoreGlobalCell)
1607 };
1608
1609
1610 class LLoadContextSlot V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1611  public:
1612   explicit LLoadContextSlot(LOperand* context) {
1613     inputs_[0] = context;
1614   }
1615
1616   LOperand* context() { return inputs_[0]; }
1617
1618   DECLARE_CONCRETE_INSTRUCTION(LoadContextSlot, "load-context-slot")
1619   DECLARE_HYDROGEN_ACCESSOR(LoadContextSlot)
1620
1621   int slot_index() { return hydrogen()->slot_index(); }
1622
1623   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
1624 };
1625
1626
1627 class LStoreContextSlot V8_FINAL : public LTemplateInstruction<0, 2, 1> {
1628  public:
1629   LStoreContextSlot(LOperand* context, LOperand* value, LOperand* temp) {
1630     inputs_[0] = context;
1631     inputs_[1] = value;
1632     temps_[0] = temp;
1633   }
1634
1635   LOperand* context() { return inputs_[0]; }
1636   LOperand* value() { return inputs_[1]; }
1637   LOperand* temp() { return temps_[0]; }
1638
1639   DECLARE_CONCRETE_INSTRUCTION(StoreContextSlot, "store-context-slot")
1640   DECLARE_HYDROGEN_ACCESSOR(StoreContextSlot)
1641
1642   int slot_index() { return hydrogen()->slot_index(); }
1643
1644   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
1645 };
1646
1647
1648 class LPushArgument V8_FINAL : public LTemplateInstruction<0, 1, 0> {
1649  public:
1650   explicit LPushArgument(LOperand* value) {
1651     inputs_[0] = value;
1652   }
1653
1654   LOperand* value() { return inputs_[0]; }
1655
1656   DECLARE_CONCRETE_INSTRUCTION(PushArgument, "push-argument")
1657 };
1658
1659
1660 class LDrop V8_FINAL : public LTemplateInstruction<0, 0, 0> {
1661  public:
1662   explicit LDrop(int count) : count_(count) { }
1663
1664   int count() const { return count_; }
1665
1666   DECLARE_CONCRETE_INSTRUCTION(Drop, "drop")
1667
1668  private:
1669   int count_;
1670 };
1671
1672
1673 class LStoreCodeEntry V8_FINAL: public LTemplateInstruction<0, 1, 1> {
1674  public:
1675   LStoreCodeEntry(LOperand* function, LOperand* code_object) {
1676     inputs_[0] = function;
1677     temps_[0] = code_object;
1678   }
1679
1680   LOperand* function() { return inputs_[0]; }
1681   LOperand* code_object() { return temps_[0]; }
1682
1683   virtual void PrintDataTo(StringStream* stream);
1684
1685   DECLARE_CONCRETE_INSTRUCTION(StoreCodeEntry, "store-code-entry")
1686   DECLARE_HYDROGEN_ACCESSOR(StoreCodeEntry)
1687 };
1688
1689
1690 class LInnerAllocatedObject V8_FINAL: public LTemplateInstruction<1, 2, 0> {
1691  public:
1692   LInnerAllocatedObject(LOperand* base_object, LOperand* offset) {
1693     inputs_[0] = base_object;
1694     inputs_[1] = offset;
1695   }
1696
1697   LOperand* base_object() const { return inputs_[0]; }
1698   LOperand* offset() const { return inputs_[1]; }
1699
1700   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
1701
1702   DECLARE_CONCRETE_INSTRUCTION(InnerAllocatedObject, "inner-allocated-object")
1703 };
1704
1705
1706 class LThisFunction V8_FINAL : public LTemplateInstruction<1, 0, 0> {
1707  public:
1708   DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function")
1709   DECLARE_HYDROGEN_ACCESSOR(ThisFunction)
1710 };
1711
1712
1713 class LContext V8_FINAL : public LTemplateInstruction<1, 0, 0> {
1714  public:
1715   DECLARE_CONCRETE_INSTRUCTION(Context, "context")
1716   DECLARE_HYDROGEN_ACCESSOR(Context)
1717 };
1718
1719
1720 class LDeclareGlobals V8_FINAL : public LTemplateInstruction<0, 1, 0> {
1721  public:
1722   explicit LDeclareGlobals(LOperand* context) {
1723     inputs_[0] = context;
1724   }
1725
1726   LOperand* context() { return inputs_[0]; }
1727
1728   DECLARE_CONCRETE_INSTRUCTION(DeclareGlobals, "declare-globals")
1729   DECLARE_HYDROGEN_ACCESSOR(DeclareGlobals)
1730 };
1731
1732
1733 class LCallJSFunction V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1734  public:
1735   explicit LCallJSFunction(LOperand* function) {
1736     inputs_[0] = function;
1737   }
1738
1739   LOperand* function() { return inputs_[0]; }
1740
1741   DECLARE_CONCRETE_INSTRUCTION(CallJSFunction, "call-js-function")
1742   DECLARE_HYDROGEN_ACCESSOR(CallJSFunction)
1743
1744   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
1745
1746   int arity() const { return hydrogen()->argument_count() - 1; }
1747 };
1748
1749
1750 class LCallWithDescriptor V8_FINAL : public LTemplateResultInstruction<1> {
1751  public:
1752   LCallWithDescriptor(const CallInterfaceDescriptor* descriptor,
1753                       ZoneList<LOperand*>& operands,
1754                       Zone* zone)
1755     : inputs_(descriptor->environment_length() + 1, zone) {
1756     ASSERT(descriptor->environment_length() + 1 == operands.length());
1757     inputs_.AddAll(operands, zone);
1758   }
1759
1760   LOperand* target() const { return inputs_[0]; }
1761
1762  private:
1763   DECLARE_CONCRETE_INSTRUCTION(CallWithDescriptor, "call-with-descriptor")
1764   DECLARE_HYDROGEN_ACCESSOR(CallWithDescriptor)
1765
1766   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
1767
1768   int arity() const { return hydrogen()->argument_count() - 1; }
1769
1770   ZoneList<LOperand*> inputs_;
1771
1772   // Iterator support.
1773   virtual int InputCount() V8_FINAL V8_OVERRIDE { return inputs_.length(); }
1774   virtual LOperand* InputAt(int i) V8_FINAL V8_OVERRIDE { return inputs_[i]; }
1775
1776   virtual int TempCount() V8_FINAL V8_OVERRIDE { return 0; }
1777   virtual LOperand* TempAt(int i) V8_FINAL V8_OVERRIDE { return NULL; }
1778 };
1779
1780
1781 class LInvokeFunction V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1782  public:
1783   LInvokeFunction(LOperand* context, LOperand* function) {
1784     inputs_[0] = context;
1785     inputs_[1] = function;
1786   }
1787
1788   LOperand* context() { return inputs_[0]; }
1789   LOperand* function() { return inputs_[1]; }
1790
1791   DECLARE_CONCRETE_INSTRUCTION(InvokeFunction, "invoke-function")
1792   DECLARE_HYDROGEN_ACCESSOR(InvokeFunction)
1793
1794   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
1795
1796   int arity() const { return hydrogen()->argument_count() - 1; }
1797 };
1798
1799
1800 class LCallFunction V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1801  public:
1802   LCallFunction(LOperand* context, LOperand* function) {
1803     inputs_[0] = context;
1804     inputs_[1] = function;
1805   }
1806
1807   DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1808   DECLARE_HYDROGEN_ACCESSOR(CallFunction)
1809
1810   LOperand* context() { return inputs_[0]; }
1811   LOperand* function() { return inputs_[1]; }
1812   int arity() const { return hydrogen()->argument_count() - 1; }
1813 };
1814
1815
1816 class LCallNew V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1817  public:
1818   LCallNew(LOperand* context, LOperand* constructor) {
1819     inputs_[0] = context;
1820     inputs_[1] = constructor;
1821   }
1822
1823   LOperand* context() { return inputs_[0]; }
1824   LOperand* constructor() { return inputs_[1]; }
1825
1826   DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
1827   DECLARE_HYDROGEN_ACCESSOR(CallNew)
1828
1829   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
1830
1831   int arity() const { return hydrogen()->argument_count() - 1; }
1832 };
1833
1834
1835 class LCallNewArray V8_FINAL : public LTemplateInstruction<1, 2, 0> {
1836  public:
1837   LCallNewArray(LOperand* context, LOperand* constructor) {
1838     inputs_[0] = context;
1839     inputs_[1] = constructor;
1840   }
1841
1842   LOperand* context() { return inputs_[0]; }
1843   LOperand* constructor() { return inputs_[1]; }
1844
1845   DECLARE_CONCRETE_INSTRUCTION(CallNewArray, "call-new-array")
1846   DECLARE_HYDROGEN_ACCESSOR(CallNewArray)
1847
1848   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
1849
1850   int arity() const { return hydrogen()->argument_count() - 1; }
1851 };
1852
1853
1854 class LCallRuntime V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1855  public:
1856   explicit LCallRuntime(LOperand* context) {
1857     inputs_[0] = context;
1858   }
1859
1860   LOperand* context() { return inputs_[0]; }
1861
1862   DECLARE_CONCRETE_INSTRUCTION(CallRuntime, "call-runtime")
1863   DECLARE_HYDROGEN_ACCESSOR(CallRuntime)
1864
1865   virtual bool ClobbersDoubleRegisters() const V8_OVERRIDE {
1866     return save_doubles() == kDontSaveFPRegs;
1867   }
1868
1869   const Runtime::Function* function() const { return hydrogen()->function(); }
1870   int arity() const { return hydrogen()->argument_count(); }
1871   SaveFPRegsMode save_doubles() const { return hydrogen()->save_doubles(); }
1872 };
1873
1874
1875 class LInteger32ToDouble V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1876  public:
1877   explicit LInteger32ToDouble(LOperand* value) {
1878     inputs_[0] = value;
1879   }
1880
1881   LOperand* value() { return inputs_[0]; }
1882
1883   DECLARE_CONCRETE_INSTRUCTION(Integer32ToDouble, "int32-to-double")
1884 };
1885
1886
1887 class LInteger32ToSmi V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1888  public:
1889   explicit LInteger32ToSmi(LOperand* value) {
1890     inputs_[0] = value;
1891   }
1892
1893   LOperand* value() { return inputs_[0]; }
1894
1895   DECLARE_CONCRETE_INSTRUCTION(Integer32ToSmi, "int32-to-smi")
1896   DECLARE_HYDROGEN_ACCESSOR(Change)
1897 };
1898
1899
1900 class LUint32ToDouble V8_FINAL : public LTemplateInstruction<1, 1, 1> {
1901  public:
1902   explicit LUint32ToDouble(LOperand* value, LOperand* temp) {
1903     inputs_[0] = value;
1904     temps_[0] = temp;
1905   }
1906
1907   LOperand* value() { return inputs_[0]; }
1908   LOperand* temp() { return temps_[0]; }
1909
1910   DECLARE_CONCRETE_INSTRUCTION(Uint32ToDouble, "uint32-to-double")
1911 };
1912
1913
1914 class LUint32ToSmi V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1915  public:
1916   explicit LUint32ToSmi(LOperand* value) {
1917     inputs_[0] = value;
1918   }
1919
1920   LOperand* value() { return inputs_[0]; }
1921
1922   DECLARE_CONCRETE_INSTRUCTION(Uint32ToSmi, "uint32-to-smi")
1923   DECLARE_HYDROGEN_ACCESSOR(Change)
1924 };
1925
1926
1927 class LNumberTagI V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1928  public:
1929   explicit LNumberTagI(LOperand* value) {
1930     inputs_[0] = value;
1931   }
1932
1933   LOperand* value() { return inputs_[0]; }
1934
1935   DECLARE_CONCRETE_INSTRUCTION(NumberTagI, "number-tag-i")
1936 };
1937
1938
1939 class LNumberTagU V8_FINAL : public LTemplateInstruction<1, 1, 1> {
1940  public:
1941   explicit LNumberTagU(LOperand* value, LOperand* temp) {
1942     inputs_[0] = value;
1943     temps_[0] = temp;
1944   }
1945
1946   LOperand* value() { return inputs_[0]; }
1947   LOperand* temp() { return temps_[0]; }
1948
1949   DECLARE_CONCRETE_INSTRUCTION(NumberTagU, "number-tag-u")
1950 };
1951
1952
1953 class LNumberTagD V8_FINAL : public LTemplateInstruction<1, 1, 1> {
1954  public:
1955   explicit LNumberTagD(LOperand* value, LOperand* temp) {
1956     inputs_[0] = value;
1957     temps_[0] = temp;
1958   }
1959
1960   LOperand* value() { return inputs_[0]; }
1961   LOperand* temp() { return temps_[0]; }
1962
1963   DECLARE_CONCRETE_INSTRUCTION(NumberTagD, "number-tag-d")
1964   DECLARE_HYDROGEN_ACCESSOR(Change)
1965 };
1966
1967
1968 // Sometimes truncating conversion from a tagged value to an int32.
1969 class LDoubleToI V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1970  public:
1971   explicit LDoubleToI(LOperand* value) {
1972     inputs_[0] = value;
1973   }
1974
1975   LOperand* value() { return inputs_[0]; }
1976
1977   DECLARE_CONCRETE_INSTRUCTION(DoubleToI, "double-to-i")
1978   DECLARE_HYDROGEN_ACCESSOR(UnaryOperation)
1979
1980   bool truncating() { return hydrogen()->CanTruncateToInt32(); }
1981 };
1982
1983
1984 class LDoubleToSmi V8_FINAL : public LTemplateInstruction<1, 1, 0> {
1985  public:
1986   explicit LDoubleToSmi(LOperand* value) {
1987     inputs_[0] = value;
1988   }
1989
1990   LOperand* value() { return inputs_[0]; }
1991
1992   DECLARE_CONCRETE_INSTRUCTION(DoubleToSmi, "double-to-smi")
1993   DECLARE_HYDROGEN_ACCESSOR(UnaryOperation)
1994 };
1995
1996
1997 // Truncating conversion from a tagged value to an int32.
1998 class LTaggedToI V8_FINAL : public LTemplateInstruction<1, 1, 1> {
1999  public:
2000   LTaggedToI(LOperand* value, LOperand* temp) {
2001     inputs_[0] = value;
2002     temps_[0] = temp;
2003   }
2004
2005   LOperand* value() { return inputs_[0]; }
2006   LOperand* temp() { return temps_[0]; }
2007
2008   DECLARE_CONCRETE_INSTRUCTION(TaggedToI, "tagged-to-i")
2009   DECLARE_HYDROGEN_ACCESSOR(Change)
2010
2011   bool truncating() { return hydrogen()->CanTruncateToInt32(); }
2012 };
2013
2014
2015 class LSmiTag V8_FINAL : public LTemplateInstruction<1, 1, 0> {
2016  public:
2017   explicit LSmiTag(LOperand* value) {
2018     inputs_[0] = value;
2019   }
2020
2021   LOperand* value() { return inputs_[0]; }
2022
2023   DECLARE_CONCRETE_INSTRUCTION(SmiTag, "smi-tag")
2024 };
2025
2026
2027 class LNumberUntagD V8_FINAL : public LTemplateInstruction<1, 1, 0> {
2028  public:
2029   explicit LNumberUntagD(LOperand* value) {
2030     inputs_[0] = value;
2031   }
2032
2033   LOperand* value() { return inputs_[0]; }
2034
2035   DECLARE_CONCRETE_INSTRUCTION(NumberUntagD, "double-untag")
2036   DECLARE_HYDROGEN_ACCESSOR(Change);
2037 };
2038
2039
2040 class LSmiUntag V8_FINAL : public LTemplateInstruction<1, 1, 0> {
2041  public:
2042   LSmiUntag(LOperand* value, bool needs_check)
2043       : needs_check_(needs_check) {
2044     inputs_[0] = value;
2045   }
2046
2047   LOperand* value() { return inputs_[0]; }
2048   bool needs_check() const { return needs_check_; }
2049
2050   DECLARE_CONCRETE_INSTRUCTION(SmiUntag, "smi-untag")
2051
2052  private:
2053   bool needs_check_;
2054 };
2055
2056
2057 class LStoreNamedField V8_FINAL : public LTemplateInstruction<0, 2, 1> {
2058  public:
2059   LStoreNamedField(LOperand* object, LOperand* value, LOperand* temp) {
2060     inputs_[0] = object;
2061     inputs_[1] = value;
2062     temps_[0] = temp;
2063   }
2064
2065   LOperand* object() { return inputs_[0]; }
2066   LOperand* value() { return inputs_[1]; }
2067   LOperand* temp() { return temps_[0]; }
2068
2069   DECLARE_CONCRETE_INSTRUCTION(StoreNamedField, "store-named-field")
2070   DECLARE_HYDROGEN_ACCESSOR(StoreNamedField)
2071
2072   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
2073
2074   Handle<Map> transition() const { return hydrogen()->transition_map(); }
2075   Representation representation() const {
2076     return hydrogen()->field_representation();
2077   }
2078 };
2079
2080
2081 class LStoreNamedGeneric V8_FINAL : public LTemplateInstruction<0, 3, 0> {
2082  public:
2083   LStoreNamedGeneric(LOperand* context, LOperand* object, LOperand* value) {
2084     inputs_[0] = context;
2085     inputs_[1] = object;
2086     inputs_[2] = value;
2087   }
2088
2089   LOperand* context() { return inputs_[0]; }
2090   LOperand* object() { return inputs_[1]; }
2091   LOperand* value() { return inputs_[2]; }
2092
2093   DECLARE_CONCRETE_INSTRUCTION(StoreNamedGeneric, "store-named-generic")
2094   DECLARE_HYDROGEN_ACCESSOR(StoreNamedGeneric)
2095
2096   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
2097
2098   Handle<Object> name() const { return hydrogen()->name(); }
2099   StrictModeFlag strict_mode_flag() { return hydrogen()->strict_mode_flag(); }
2100 };
2101
2102
2103 class LStoreKeyed V8_FINAL : public LTemplateInstruction<0, 3, 0> {
2104  public:
2105   LStoreKeyed(LOperand* object, LOperand* key, LOperand* value) {
2106     inputs_[0] = object;
2107     inputs_[1] = key;
2108     inputs_[2] = value;
2109   }
2110
2111   bool is_external() const { return hydrogen()->is_external(); }
2112   bool is_fixed_typed_array() const {
2113     return hydrogen()->is_fixed_typed_array();
2114   }
2115   bool is_typed_elements() const {
2116     return is_external() || is_fixed_typed_array();
2117   }
2118   LOperand* elements() { return inputs_[0]; }
2119   LOperand* key() { return inputs_[1]; }
2120   LOperand* value() { return inputs_[2]; }
2121   ElementsKind elements_kind() const { return hydrogen()->elements_kind(); }
2122
2123   DECLARE_CONCRETE_INSTRUCTION(StoreKeyed, "store-keyed")
2124   DECLARE_HYDROGEN_ACCESSOR(StoreKeyed)
2125
2126   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
2127   bool NeedsCanonicalization() { return hydrogen()->NeedsCanonicalization(); }
2128   uint32_t additional_index() const { return hydrogen()->index_offset(); }
2129 };
2130
2131
2132 class LStoreKeyedGeneric V8_FINAL : public LTemplateInstruction<0, 4, 0> {
2133  public:
2134   LStoreKeyedGeneric(LOperand* context,
2135                      LOperand* object,
2136                      LOperand* key,
2137                      LOperand* value) {
2138     inputs_[0] = context;
2139     inputs_[1] = object;
2140     inputs_[2] = key;
2141     inputs_[3] = value;
2142   }
2143
2144   LOperand* context() { return inputs_[0]; }
2145   LOperand* object() { return inputs_[1]; }
2146   LOperand* key() { return inputs_[2]; }
2147   LOperand* value() { return inputs_[3]; }
2148
2149   DECLARE_CONCRETE_INSTRUCTION(StoreKeyedGeneric, "store-keyed-generic")
2150   DECLARE_HYDROGEN_ACCESSOR(StoreKeyedGeneric)
2151
2152   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
2153
2154   StrictModeFlag strict_mode_flag() { return hydrogen()->strict_mode_flag(); }
2155 };
2156
2157
2158 class LTransitionElementsKind V8_FINAL : public LTemplateInstruction<0, 2, 2> {
2159  public:
2160   LTransitionElementsKind(LOperand* object,
2161                           LOperand* context,
2162                           LOperand* new_map_temp,
2163                           LOperand* temp) {
2164     inputs_[0] = object;
2165     inputs_[1] = context;
2166     temps_[0] = new_map_temp;
2167     temps_[1] = temp;
2168   }
2169
2170   LOperand* object() { return inputs_[0]; }
2171   LOperand* context() { return inputs_[1]; }
2172   LOperand* new_map_temp() { return temps_[0]; }
2173   LOperand* temp() { return temps_[1]; }
2174
2175   DECLARE_CONCRETE_INSTRUCTION(TransitionElementsKind,
2176                                "transition-elements-kind")
2177   DECLARE_HYDROGEN_ACCESSOR(TransitionElementsKind)
2178
2179   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
2180
2181   Handle<Map> original_map() { return hydrogen()->original_map().handle(); }
2182   Handle<Map> transitioned_map() {
2183     return hydrogen()->transitioned_map().handle();
2184   }
2185   ElementsKind from_kind() { return hydrogen()->from_kind(); }
2186   ElementsKind to_kind() { return hydrogen()->to_kind(); }
2187 };
2188
2189
2190 class LTrapAllocationMemento V8_FINAL : public LTemplateInstruction<0, 1, 1> {
2191  public:
2192   LTrapAllocationMemento(LOperand* object,
2193                          LOperand* temp) {
2194     inputs_[0] = object;
2195     temps_[0] = temp;
2196   }
2197
2198   LOperand* object() { return inputs_[0]; }
2199   LOperand* temp() { return temps_[0]; }
2200
2201   DECLARE_CONCRETE_INSTRUCTION(TrapAllocationMemento,
2202                                "trap-allocation-memento")
2203 };
2204
2205
2206 class LStringAdd V8_FINAL : public LTemplateInstruction<1, 3, 0> {
2207  public:
2208   LStringAdd(LOperand* context, LOperand* left, LOperand* right) {
2209     inputs_[0] = context;
2210     inputs_[1] = left;
2211     inputs_[2] = right;
2212   }
2213
2214   LOperand* context() { return inputs_[0]; }
2215   LOperand* left() { return inputs_[1]; }
2216   LOperand* right() { return inputs_[2]; }
2217
2218   DECLARE_CONCRETE_INSTRUCTION(StringAdd, "string-add")
2219   DECLARE_HYDROGEN_ACCESSOR(StringAdd)
2220 };
2221
2222
2223 class LStringCharCodeAt V8_FINAL : public LTemplateInstruction<1, 3, 0> {
2224  public:
2225   LStringCharCodeAt(LOperand* context, LOperand* string, LOperand* index) {
2226     inputs_[0] = context;
2227     inputs_[1] = string;
2228     inputs_[2] = index;
2229   }
2230
2231   LOperand* context() { return inputs_[0]; }
2232   LOperand* string() { return inputs_[1]; }
2233   LOperand* index() { return inputs_[2]; }
2234
2235   DECLARE_CONCRETE_INSTRUCTION(StringCharCodeAt, "string-char-code-at")
2236   DECLARE_HYDROGEN_ACCESSOR(StringCharCodeAt)
2237 };
2238
2239
2240 class LStringCharFromCode V8_FINAL : public LTemplateInstruction<1, 2, 0> {
2241  public:
2242   explicit LStringCharFromCode(LOperand* context, LOperand* char_code) {
2243     inputs_[0] = context;
2244     inputs_[1] = char_code;
2245   }
2246
2247   LOperand* context() { return inputs_[0]; }
2248   LOperand* char_code() { return inputs_[1]; }
2249
2250   DECLARE_CONCRETE_INSTRUCTION(StringCharFromCode, "string-char-from-code")
2251   DECLARE_HYDROGEN_ACCESSOR(StringCharFromCode)
2252 };
2253
2254
2255 class LCheckValue V8_FINAL : public LTemplateInstruction<0, 1, 0> {
2256  public:
2257   explicit LCheckValue(LOperand* value) {
2258     inputs_[0] = value;
2259   }
2260
2261   LOperand* value() { return inputs_[0]; }
2262
2263   DECLARE_CONCRETE_INSTRUCTION(CheckValue, "check-value")
2264   DECLARE_HYDROGEN_ACCESSOR(CheckValue)
2265 };
2266
2267
2268 class LCheckInstanceType V8_FINAL : public LTemplateInstruction<0, 1, 0> {
2269  public:
2270   explicit LCheckInstanceType(LOperand* value) {
2271     inputs_[0] = value;
2272   }
2273
2274   LOperand* value() { return inputs_[0]; }
2275
2276   DECLARE_CONCRETE_INSTRUCTION(CheckInstanceType, "check-instance-type")
2277   DECLARE_HYDROGEN_ACCESSOR(CheckInstanceType)
2278 };
2279
2280
2281 class LCheckMaps V8_FINAL : public LTemplateInstruction<0, 1, 0> {
2282  public:
2283   explicit LCheckMaps(LOperand* value) {
2284     inputs_[0] = value;
2285   }
2286
2287   LOperand* value() { return inputs_[0]; }
2288
2289   DECLARE_CONCRETE_INSTRUCTION(CheckMaps, "check-maps")
2290   DECLARE_HYDROGEN_ACCESSOR(CheckMaps)
2291 };
2292
2293
2294 class LCheckSmi V8_FINAL : public LTemplateInstruction<1, 1, 0> {
2295  public:
2296   explicit LCheckSmi(LOperand* value) {
2297     inputs_[0] = value;
2298   }
2299
2300   LOperand* value() { return inputs_[0]; }
2301
2302   DECLARE_CONCRETE_INSTRUCTION(CheckSmi, "check-smi")
2303 };
2304
2305
2306 class LClampDToUint8 V8_FINAL : public LTemplateInstruction<1, 1, 0> {
2307  public:
2308   explicit LClampDToUint8(LOperand* unclamped) {
2309     inputs_[0] = unclamped;
2310   }
2311
2312   LOperand* unclamped() { return inputs_[0]; }
2313
2314   DECLARE_CONCRETE_INSTRUCTION(ClampDToUint8, "clamp-d-to-uint8")
2315 };
2316
2317
2318 class LClampIToUint8 V8_FINAL : public LTemplateInstruction<1, 1, 0> {
2319  public:
2320   explicit LClampIToUint8(LOperand* unclamped) {
2321     inputs_[0] = unclamped;
2322   }
2323
2324   LOperand* unclamped() { return inputs_[0]; }
2325
2326   DECLARE_CONCRETE_INSTRUCTION(ClampIToUint8, "clamp-i-to-uint8")
2327 };
2328
2329
2330 class LClampTToUint8 V8_FINAL : public LTemplateInstruction<1, 1, 1> {
2331  public:
2332   LClampTToUint8(LOperand* unclamped,
2333                  LOperand* temp_xmm) {
2334     inputs_[0] = unclamped;
2335     temps_[0] = temp_xmm;
2336   }
2337
2338   LOperand* unclamped() { return inputs_[0]; }
2339   LOperand* temp_xmm() { return temps_[0]; }
2340
2341   DECLARE_CONCRETE_INSTRUCTION(ClampTToUint8, "clamp-t-to-uint8")
2342 };
2343
2344
2345 class LCheckNonSmi V8_FINAL : public LTemplateInstruction<0, 1, 0> {
2346  public:
2347   explicit LCheckNonSmi(LOperand* value) {
2348     inputs_[0] = value;
2349   }
2350
2351   LOperand* value() { return inputs_[0]; }
2352
2353   DECLARE_CONCRETE_INSTRUCTION(CheckNonSmi, "check-non-smi")
2354   DECLARE_HYDROGEN_ACCESSOR(CheckHeapObject)
2355 };
2356
2357
2358 class LAllocate V8_FINAL : public LTemplateInstruction<1, 2, 1> {
2359  public:
2360   LAllocate(LOperand* context, LOperand* size, LOperand* temp) {
2361     inputs_[0] = context;
2362     inputs_[1] = size;
2363     temps_[0] = temp;
2364   }
2365
2366   LOperand* context() { return inputs_[0]; }
2367   LOperand* size() { return inputs_[1]; }
2368   LOperand* temp() { return temps_[0]; }
2369
2370   DECLARE_CONCRETE_INSTRUCTION(Allocate, "allocate")
2371   DECLARE_HYDROGEN_ACCESSOR(Allocate)
2372 };
2373
2374
2375 class LRegExpLiteral V8_FINAL : public LTemplateInstruction<1, 1, 0> {
2376  public:
2377   explicit LRegExpLiteral(LOperand* context) {
2378     inputs_[0] = context;
2379   }
2380
2381   LOperand* context() { return inputs_[0]; }
2382
2383   DECLARE_CONCRETE_INSTRUCTION(RegExpLiteral, "regexp-literal")
2384   DECLARE_HYDROGEN_ACCESSOR(RegExpLiteral)
2385 };
2386
2387
2388 class LFunctionLiteral V8_FINAL : public LTemplateInstruction<1, 1, 0> {
2389  public:
2390   explicit LFunctionLiteral(LOperand* context) {
2391     inputs_[0] = context;
2392   }
2393
2394   LOperand* context() { return inputs_[0]; }
2395
2396   DECLARE_CONCRETE_INSTRUCTION(FunctionLiteral, "function-literal")
2397   DECLARE_HYDROGEN_ACCESSOR(FunctionLiteral)
2398 };
2399
2400
2401 class LToFastProperties V8_FINAL : public LTemplateInstruction<1, 1, 0> {
2402  public:
2403   explicit LToFastProperties(LOperand* value) {
2404     inputs_[0] = value;
2405   }
2406
2407   LOperand* value() { return inputs_[0]; }
2408
2409   DECLARE_CONCRETE_INSTRUCTION(ToFastProperties, "to-fast-properties")
2410   DECLARE_HYDROGEN_ACCESSOR(ToFastProperties)
2411 };
2412
2413
2414 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> {
2415  public:
2416   LTypeof(LOperand* context, LOperand* value) {
2417     inputs_[0] = context;
2418     inputs_[1] = value;
2419   }
2420
2421   LOperand* context() { return inputs_[0]; }
2422   LOperand* value() { return inputs_[1]; }
2423
2424   DECLARE_CONCRETE_INSTRUCTION(Typeof, "typeof")
2425 };
2426
2427
2428 class LTypeofIsAndBranch V8_FINAL : public LControlInstruction<1, 0> {
2429  public:
2430   explicit LTypeofIsAndBranch(LOperand* value) {
2431     inputs_[0] = value;
2432   }
2433
2434   LOperand* value() { return inputs_[0]; }
2435
2436   DECLARE_CONCRETE_INSTRUCTION(TypeofIsAndBranch, "typeof-is-and-branch")
2437   DECLARE_HYDROGEN_ACCESSOR(TypeofIsAndBranch)
2438
2439   Handle<String> type_literal() { return hydrogen()->type_literal(); }
2440
2441   virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE;
2442 };
2443
2444
2445 class LIsConstructCallAndBranch V8_FINAL : public LControlInstruction<0, 1> {
2446  public:
2447   explicit LIsConstructCallAndBranch(LOperand* temp) {
2448     temps_[0] = temp;
2449   }
2450
2451   LOperand* temp() { return temps_[0]; }
2452
2453   DECLARE_CONCRETE_INSTRUCTION(IsConstructCallAndBranch,
2454                                "is-construct-call-and-branch")
2455   DECLARE_HYDROGEN_ACCESSOR(IsConstructCallAndBranch)
2456 };
2457
2458
2459 class LOsrEntry V8_FINAL : public LTemplateInstruction<0, 0, 0> {
2460  public:
2461   LOsrEntry() {}
2462
2463   virtual bool HasInterestingComment(LCodeGen* gen) const V8_OVERRIDE {
2464     return false;
2465   }
2466   DECLARE_CONCRETE_INSTRUCTION(OsrEntry, "osr-entry")
2467 };
2468
2469
2470 class LStackCheck V8_FINAL : public LTemplateInstruction<0, 1, 0> {
2471  public:
2472   explicit LStackCheck(LOperand* context) {
2473     inputs_[0] = context;
2474   }
2475
2476   LOperand* context() { return inputs_[0]; }
2477
2478   DECLARE_CONCRETE_INSTRUCTION(StackCheck, "stack-check")
2479   DECLARE_HYDROGEN_ACCESSOR(StackCheck)
2480
2481   Label* done_label() { return &done_label_; }
2482
2483  private:
2484   Label done_label_;
2485 };
2486
2487
2488 class LForInPrepareMap V8_FINAL : public LTemplateInstruction<1, 2, 0> {
2489  public:
2490   LForInPrepareMap(LOperand* context, LOperand* object) {
2491     inputs_[0] = context;
2492     inputs_[1] = object;
2493   }
2494
2495   LOperand* context() { return inputs_[0]; }
2496   LOperand* object() { return inputs_[1]; }
2497
2498   DECLARE_CONCRETE_INSTRUCTION(ForInPrepareMap, "for-in-prepare-map")
2499 };
2500
2501
2502 class LForInCacheArray V8_FINAL : public LTemplateInstruction<1, 1, 0> {
2503  public:
2504   explicit LForInCacheArray(LOperand* map) {
2505     inputs_[0] = map;
2506   }
2507
2508   LOperand* map() { return inputs_[0]; }
2509
2510   DECLARE_CONCRETE_INSTRUCTION(ForInCacheArray, "for-in-cache-array")
2511
2512   int idx() {
2513     return HForInCacheArray::cast(this->hydrogen_value())->idx();
2514   }
2515 };
2516
2517
2518 class LCheckMapValue V8_FINAL : public LTemplateInstruction<0, 2, 0> {
2519  public:
2520   LCheckMapValue(LOperand* value, LOperand* map) {
2521     inputs_[0] = value;
2522     inputs_[1] = map;
2523   }
2524
2525   LOperand* value() { return inputs_[0]; }
2526   LOperand* map() { return inputs_[1]; }
2527
2528   DECLARE_CONCRETE_INSTRUCTION(CheckMapValue, "check-map-value")
2529 };
2530
2531
2532 class LLoadFieldByIndex V8_FINAL : public LTemplateInstruction<1, 2, 0> {
2533  public:
2534   LLoadFieldByIndex(LOperand* object, LOperand* index) {
2535     inputs_[0] = object;
2536     inputs_[1] = index;
2537   }
2538
2539   LOperand* object() { return inputs_[0]; }
2540   LOperand* index() { return inputs_[1]; }
2541
2542   DECLARE_CONCRETE_INSTRUCTION(LoadFieldByIndex, "load-field-by-index")
2543 };
2544
2545
2546 class LChunkBuilder;
2547 class LPlatformChunk V8_FINAL : public LChunk {
2548  public:
2549   LPlatformChunk(CompilationInfo* info, HGraph* graph)
2550       : LChunk(info, graph) { }
2551
2552   int GetNextSpillIndex(RegisterKind kind);
2553   LOperand* GetNextSpillSlot(RegisterKind kind);
2554 };
2555
2556
2557 class LChunkBuilder V8_FINAL : public LChunkBuilderBase {
2558  public:
2559   LChunkBuilder(CompilationInfo* info, HGraph* graph, LAllocator* allocator)
2560       : LChunkBuilderBase(graph->zone()),
2561         chunk_(NULL),
2562         info_(info),
2563         graph_(graph),
2564         status_(UNUSED),
2565         current_instruction_(NULL),
2566         current_block_(NULL),
2567         next_block_(NULL),
2568         allocator_(allocator),
2569         instruction_pending_deoptimization_environment_(NULL),
2570         pending_deoptimization_ast_id_(BailoutId::None()) { }
2571
2572   // Build the sequence for the graph.
2573   LPlatformChunk* Build();
2574
2575   LInstruction* CheckElideControlInstruction(HControlInstruction* instr);
2576
2577   // Declare methods that deal with the individual node types.
2578 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node);
2579   HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2580 #undef DECLARE_DO
2581
2582   LInstruction* DoMathFloor(HUnaryMathOperation* instr);
2583   LInstruction* DoMathRound(HUnaryMathOperation* instr);
2584   LInstruction* DoMathAbs(HUnaryMathOperation* instr);
2585   LInstruction* DoMathLog(HUnaryMathOperation* instr);
2586   LInstruction* DoMathExp(HUnaryMathOperation* instr);
2587   LInstruction* DoMathSqrt(HUnaryMathOperation* instr);
2588   LInstruction* DoMathPowHalf(HUnaryMathOperation* instr);
2589
2590  private:
2591   enum Status {
2592     UNUSED,
2593     BUILDING,
2594     DONE,
2595     ABORTED
2596   };
2597
2598   LPlatformChunk* chunk() const { return chunk_; }
2599   CompilationInfo* info() const { return info_; }
2600   HGraph* graph() const { return graph_; }
2601
2602   bool is_unused() const { return status_ == UNUSED; }
2603   bool is_building() const { return status_ == BUILDING; }
2604   bool is_done() const { return status_ == DONE; }
2605   bool is_aborted() const { return status_ == ABORTED; }
2606
2607   void Abort(BailoutReason reason);
2608
2609   // Methods for getting operands for Use / Define / Temp.
2610   LUnallocated* ToUnallocated(Register reg);
2611   LUnallocated* ToUnallocated(XMMRegister reg);
2612
2613   // Methods for setting up define-use relationships.
2614   MUST_USE_RESULT LOperand* Use(HValue* value, LUnallocated* operand);
2615   MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
2616   MUST_USE_RESULT LOperand* UseFixedDouble(HValue* value,
2617                                            XMMRegister fixed_register);
2618
2619   // A value that is guaranteed to be allocated to a register.
2620   // Operand created by UseRegister is guaranteed to be live until the end of
2621   // instruction. This means that register allocator will not reuse it's
2622   // register for any other operand inside instruction.
2623   // Operand created by UseRegisterAtStart is guaranteed to be live only at
2624   // instruction start. Register allocator is free to assign the same register
2625   // to some other operand used inside instruction (i.e. temporary or
2626   // output).
2627   MUST_USE_RESULT LOperand* UseRegister(HValue* value);
2628   MUST_USE_RESULT LOperand* UseRegisterAtStart(HValue* value);
2629
2630   // An input operand in a register that may be trashed.
2631   MUST_USE_RESULT LOperand* UseTempRegister(HValue* value);
2632
2633   // An input operand in a register that may be trashed or a constant operand.
2634   MUST_USE_RESULT LOperand* UseTempRegisterOrConstant(HValue* value);
2635
2636   // An input operand in a register or stack slot.
2637   MUST_USE_RESULT LOperand* Use(HValue* value);
2638   MUST_USE_RESULT LOperand* UseAtStart(HValue* value);
2639
2640   // An input operand in a register, stack slot or a constant operand.
2641   MUST_USE_RESULT LOperand* UseOrConstant(HValue* value);
2642   MUST_USE_RESULT LOperand* UseOrConstantAtStart(HValue* value);
2643
2644   // An input operand in a register or a constant operand.
2645   MUST_USE_RESULT LOperand* UseRegisterOrConstant(HValue* value);
2646   MUST_USE_RESULT LOperand* UseRegisterOrConstantAtStart(HValue* value);
2647
2648   // An input operand in a constant operand.
2649   MUST_USE_RESULT LOperand* UseConstant(HValue* value);
2650
2651   // An input operand in register, stack slot or a constant operand.
2652   // Will not be moved to a register even if one is freely available.
2653   virtual MUST_USE_RESULT LOperand* UseAny(HValue* value) V8_OVERRIDE;
2654
2655   // Temporary operand that must be in a register.
2656   MUST_USE_RESULT LUnallocated* TempRegister();
2657   MUST_USE_RESULT LOperand* FixedTemp(Register reg);
2658   MUST_USE_RESULT LOperand* FixedTemp(XMMRegister reg);
2659
2660   // Methods for setting up define-use relationships.
2661   // Return the same instruction that they are passed.
2662   LInstruction* Define(LTemplateResultInstruction<1>* instr,
2663                        LUnallocated* result);
2664   LInstruction* DefineAsRegister(LTemplateResultInstruction<1>* instr);
2665   LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
2666                                 int index);
2667   LInstruction* DefineSameAsFirst(LTemplateResultInstruction<1>* instr);
2668   LInstruction* DefineFixed(LTemplateResultInstruction<1>* instr,
2669                             Register reg);
2670   LInstruction* DefineFixedDouble(LTemplateResultInstruction<1>* instr,
2671                                   XMMRegister reg);
2672   // Assigns an environment to an instruction.  An instruction which can
2673   // deoptimize must have an environment.
2674   LInstruction* AssignEnvironment(LInstruction* instr);
2675   // Assigns a pointer map to an instruction.  An instruction which can
2676   // trigger a GC or a lazy deoptimization must have a pointer map.
2677   LInstruction* AssignPointerMap(LInstruction* instr);
2678
2679   enum CanDeoptimize { CAN_DEOPTIMIZE_EAGERLY, CANNOT_DEOPTIMIZE_EAGERLY };
2680
2681   // Marks a call for the register allocator.  Assigns a pointer map to
2682   // support GC and lazy deoptimization.  Assigns an environment to support
2683   // eager deoptimization if CAN_DEOPTIMIZE_EAGERLY.
2684   LInstruction* MarkAsCall(
2685       LInstruction* instr,
2686       HInstruction* hinstr,
2687       CanDeoptimize can_deoptimize = CANNOT_DEOPTIMIZE_EAGERLY);
2688
2689   void VisitInstruction(HInstruction* current);
2690
2691   void DoBasicBlock(HBasicBlock* block, HBasicBlock* next_block);
2692   LInstruction* DoShift(Token::Value op, HBitwiseBinaryOperation* instr);
2693   LInstruction* DoArithmeticD(Token::Value op,
2694                               HArithmeticBinaryOperation* instr);
2695   LInstruction* DoArithmeticT(Token::Value op,
2696                               HBinaryOperation* instr);
2697
2698   LPlatformChunk* chunk_;
2699   CompilationInfo* info_;
2700   HGraph* const graph_;
2701   Status status_;
2702   HInstruction* current_instruction_;
2703   HBasicBlock* current_block_;
2704   HBasicBlock* next_block_;
2705   LAllocator* allocator_;
2706   LInstruction* instruction_pending_deoptimization_environment_;
2707   BailoutId pending_deoptimization_ast_id_;
2708
2709   DISALLOW_COPY_AND_ASSIGN(LChunkBuilder);
2710 };
2711
2712 #undef DECLARE_HYDROGEN_ACCESSOR
2713 #undef DECLARE_CONCRETE_INSTRUCTION
2714
2715 } }  // namespace v8::int
2716
2717 #endif  // V8_X64_LITHIUM_X64_H_