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