v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LShiftI Class Reference

#include <lithium-arm.h>

Inheritance diagram for LShiftI:
Collaboration diagram for LShiftI:

Public Member Functions

 LShiftI (Token::Value op, LOperand *left, LOperand *right, bool can_deopt)
 
Token::Value op () const
 
LOperandleft ()
 
LOperandright ()
 
bool can_deopt () const
 
 LShiftI (Token::Value op, LOperand *left, LOperand *right, bool can_deopt)
 
LOperandleft ()
 
LOperandright ()
 
Token::Value op () const
 
bool can_deopt () const
 
 LShiftI (Token::Value op, LOperand *left, LOperand *right, bool can_deopt)
 
Token::Value op () const
 
LOperandleft ()
 
LOperandright ()
 
bool can_deopt () const
 
 LShiftI (Token::Value op, LOperand *left, LOperand *right, bool can_deopt)
 
Token::Value op () const
 
LOperandleft ()
 
LOperandright ()
 
bool can_deopt () const
 
- Public Member Functions inherited from LTemplateInstruction< 1, 2, 0 >
 STATIC_ASSERT (R==0||R==1)
 
 STATIC_ASSERT (R==0||R==1)
 
 STATIC_ASSERT (R==0||R==1)
 
 STATIC_ASSERT (R==0||R==1)
 
virtual bool HasResult () const
 
virtual bool HasResult () const
 
virtual bool HasResult () const
 
virtual bool HasResult () const
 
void set_result (LOperand *operand)
 
void set_result (LOperand *operand)
 
void set_result (LOperand *operand)
 
void set_result (LOperand *operand)
 
LOperandresult ()
 
LOperandresult ()
 
LOperandresult ()
 
LOperandresult ()
 
- Public Member Functions inherited from LInstruction
 LInstruction ()
 
virtual ~LInstruction ()
 
virtual void CompileToNative (LCodeGen *generator)=0
 
virtual const char * Mnemonic () const =0
 
virtual void PrintTo (StringStream *stream)
 
virtual void PrintDataTo (StringStream *stream)
 
virtual void PrintOutputOperandTo (StringStream *stream)
 
virtual Opcode opcode () const =0
 
virtual bool IsGap () const
 
virtual bool IsControl () const
 
void set_environment (LEnvironment *env)
 
LEnvironmentenvironment () const
 
bool HasEnvironment () const
 
void set_pointer_map (LPointerMap *p)
 
LPointerMappointer_map () const
 
bool HasPointerMap () const
 
void set_hydrogen_value (HValue *value)
 
HValuehydrogen_value () const
 
virtual void SetDeferredLazyDeoptimizationEnvironment (LEnvironment *env)
 
void MarkAsCall ()
 
bool IsMarkedAsCall () const
 
LOperandFirstInput ()
 
LOperandOutput ()
 
 LInstruction ()
 
virtual ~LInstruction ()
 
virtual void CompileToNative (LCodeGen *generator)=0
 
virtual const char * Mnemonic () const =0
 
virtual void PrintTo (StringStream *stream)
 
virtual void PrintDataTo (StringStream *stream)
 
virtual void PrintOutputOperandTo (StringStream *stream)
 
virtual Opcode opcode () const =0
 
virtual bool IsGap () const
 
virtual bool IsControl () const
 
void set_environment (LEnvironment *env)
 
LEnvironmentenvironment () const
 
bool HasEnvironment () const
 
void set_pointer_map (LPointerMap *p)
 
LPointerMappointer_map () const
 
bool HasPointerMap () const
 
void set_hydrogen_value (HValue *value)
 
HValuehydrogen_value () const
 
virtual void SetDeferredLazyDeoptimizationEnvironment (LEnvironment *env)
 
void MarkAsCall ()
 
bool IsMarkedAsCall () const
 
LOperandFirstInput ()
 
LOperandOutput ()
 
 LInstruction ()
 
virtual ~LInstruction ()
 
virtual void CompileToNative (LCodeGen *generator)=0
 
virtual const char * Mnemonic () const =0
 
virtual void PrintTo (StringStream *stream)
 
virtual void PrintDataTo (StringStream *stream)
 
virtual void PrintOutputOperandTo (StringStream *stream)
 
virtual Opcode opcode () const =0
 
virtual bool IsGap () const
 
virtual bool IsControl () const
 
void set_environment (LEnvironment *env)
 
LEnvironmentenvironment () const
 
bool HasEnvironment () const
 
void set_pointer_map (LPointerMap *p)
 
LPointerMappointer_map () const
 
bool HasPointerMap () const
 
void set_hydrogen_value (HValue *value)
 
HValuehydrogen_value () const
 
virtual void SetDeferredLazyDeoptimizationEnvironment (LEnvironment *env)
 
void MarkAsCall ()
 
bool IsMarkedAsCall () const
 
LOperandFirstInput ()
 
LOperandOutput ()
 
 LInstruction ()
 
virtual ~LInstruction ()
 
virtual void CompileToNative (LCodeGen *generator)=0
 
virtual const char * Mnemonic () const =0
 
virtual void PrintTo (StringStream *stream)
 
virtual void PrintDataTo (StringStream *stream)
 
virtual void PrintOutputOperandTo (StringStream *stream)
 
virtual Opcode opcode () const =0
 
virtual bool IsGap () const
 
virtual bool IsControl () const
 
void set_environment (LEnvironment *env)
 
LEnvironmentenvironment () const
 
bool HasEnvironment () const
 
void set_pointer_map (LPointerMap *p)
 
LPointerMappointer_map () const
 
bool HasPointerMap () const
 
void set_hydrogen_value (HValue *value)
 
HValuehydrogen_value () const
 
void MarkAsCall ()
 
virtual void SetDeferredLazyDeoptimizationEnvironment (LEnvironment *env)
 
bool IsMarkedAsCall () const
 
LOperandFirstInput ()
 
LOperandOutput ()
 
- Public Member Functions inherited from ZoneObject
 INLINE (void *operator new(size_t size, Zone *zone))
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Additional Inherited Members

- Public Types inherited from LInstruction
enum  Opcode { kNumberOfInstructions, kNumberOfInstructions, kNumberOfInstructions, kNumberOfInstructions }
 
enum  Opcode { kNumberOfInstructions, kNumberOfInstructions, kNumberOfInstructions, kNumberOfInstructions }
 
enum  Opcode { kNumberOfInstructions, kNumberOfInstructions, kNumberOfInstructions, kNumberOfInstructions }
 
enum  Opcode { kNumberOfInstructions, kNumberOfInstructions, kNumberOfInstructions, kNumberOfInstructions }
 
- Protected Attributes inherited from LTemplateInstruction< 1, 2, 0 >
EmbeddedContainer< LOperand *, R > results_
 
EmbeddedContainer< LOperand *, Iinputs_
 
EmbeddedContainer< LOperand *, Ttemps_
 

Detailed Description

Definition at line 956 of file lithium-arm.h.

Constructor & Destructor Documentation

LShiftI ( Token::Value  op,
LOperand left,
LOperand right,
bool  can_deopt 
)
inline
LShiftI ( Token::Value  op,
LOperand left,
LOperand right,
bool  can_deopt 
)
inline

Definition at line 968 of file lithium-ia32.h.

References LTemplateInstruction< 1, 3, 0 >::inputs_.

LShiftI ( Token::Value  op,
LOperand left,
LOperand right,
bool  can_deopt 
)
inline

Definition at line 938 of file lithium-mips.h.

References LTemplateInstruction< 1, 0, 0 >::inputs_.

LShiftI ( Token::Value  op,
LOperand left,
LOperand right,
bool  can_deopt 
)
inline

Definition at line 955 of file lithium-x64.h.

References LTemplateInstruction< 1, 3, 0 >::inputs_.

Member Function Documentation

bool can_deopt ( ) const
inline

Definition at line 947 of file lithium-mips.h.

bool can_deopt ( ) const
inline

Definition at line 964 of file lithium-x64.h.

bool can_deopt ( ) const
inline

Definition at line 967 of file lithium-arm.h.

bool can_deopt ( ) const
inline

Definition at line 980 of file lithium-ia32.h.

LOperand* left ( )
inline

Definition at line 945 of file lithium-mips.h.

References LTemplateInstruction< 1, 0, 0 >::inputs_.

LOperand* left ( )
inline

Definition at line 962 of file lithium-x64.h.

References LTemplateInstruction< 1, 3, 0 >::inputs_.

LOperand* left ( )
inline

Definition at line 965 of file lithium-arm.h.

References LTemplateInstruction< 1, 2, 3 >::inputs_.

LOperand* left ( )
inline

Definition at line 974 of file lithium-ia32.h.

References LTemplateInstruction< 1, 3, 0 >::inputs_.

Token::Value op ( ) const
inline

Definition at line 944 of file lithium-mips.h.

Token::Value op ( ) const
inline

Definition at line 961 of file lithium-x64.h.

Token::Value op ( ) const
inline

Definition at line 964 of file lithium-arm.h.

Token::Value op ( ) const
inline

Definition at line 979 of file lithium-ia32.h.

LOperand* right ( )
inline

Definition at line 946 of file lithium-mips.h.

References LTemplateInstruction< 1, 0, 0 >::inputs_.

LOperand* right ( )
inline

Definition at line 963 of file lithium-x64.h.

References LTemplateInstruction< 1, 3, 0 >::inputs_.

LOperand* right ( )
inline

Definition at line 966 of file lithium-arm.h.

References LTemplateInstruction< 1, 2, 3 >::inputs_.

LOperand* right ( )
inline

Definition at line 975 of file lithium-ia32.h.

References LTemplateInstruction< 1, 3, 0 >::inputs_.


The documentation for this class was generated from the following files: