V8 Project
instruction-selector-x64.cc File Reference
+ Include dependency graph for instruction-selector-x64.cc:

Go to the source code of this file.

Classes

class  v8::internal::compiler::FINAL< kOperandKind, kNumCachedOperands >
 
class  v8::internal::compiler::AddressingModeMatcher
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 
 v8::internal::compiler
 

Functions

static void v8::internal::compiler::VisitBinop (InstructionSelector *selector, Node *node, InstructionCode opcode, FlagsContinuation *cont)
 
static void v8::internal::compiler::VisitBinop (InstructionSelector *selector, Node *node, InstructionCode opcode)
 
static void v8::internal::compiler::VisitWord32Shift (InstructionSelector *selector, Node *node, ArchOpcode opcode)
 
static void v8::internal::compiler::VisitWord64Shift (InstructionSelector *selector, Node *node, ArchOpcode opcode)
 
static void v8::internal::compiler::VisitMul (InstructionSelector *selector, Node *node, ArchOpcode opcode)
 
static void v8::internal::compiler::VisitDiv (InstructionSelector *selector, Node *node, ArchOpcode opcode)
 
static void v8::internal::compiler::VisitMod (InstructionSelector *selector, Node *node, ArchOpcode opcode)
 
static void v8::internal::compiler::VisitCompare (InstructionSelector *selector, InstructionCode opcode, InstructionOperand *left, InstructionOperand *right, FlagsContinuation *cont)
 
static void v8::internal::compiler::VisitWordCompare (InstructionSelector *selector, Node *node, InstructionCode opcode, FlagsContinuation *cont, bool commutative)