HomeSort by relevance Sort by last modified time
    Searched refs:EmitLea (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 604 void EmitLea(InstructionSelector* selector, InstructionCode opcode,
634 EmitLea(this, kX64Lea32, node, index, m.scale(), base, nullptr,
648 EmitLea(this, kX64Lea, node, index, m.scale(), base, nullptr,
814 EmitLea(this, kX64Lea32, node, m.index(), m.scale(), m.base(),
831 EmitLea(this, kX64Lea, node, m.index(), m.scale(), m.base(),
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 574 void EmitLea(InstructionSelector* selector, Node* result, Node* index,
603 EmitLea(this, node, index, m.scale(), base, nullptr, kPositiveDisplacement);
880 EmitLea(this, node, index, m.scale(), base, nullptr, kPositiveDisplacement);
    [all...]

Completed in 350 milliseconds