Searched refs:EmitLea (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 507 void EmitLea(InstructionSelector* selector, InstructionCode opcode, in EmitLea() function 536 EmitLea(this, kX64Lea32, node, index, m.scale(), base, nullptr); in VisitWord32Shl() 644 EmitLea(this, kX64Lea32, node, m.index(), m.scale(), m.base(), in VisitInt32Add() 768 EmitLea(this, kX64Lea32, node, index, m.scale(), base, nullptr); in VisitInt32Mul()
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 533 void EmitLea(InstructionSelector* selector, Node* result, Node* index, in EmitLea() function 560 EmitLea(this, node, index, m.scale(), base, nullptr); in VisitWord32Shl() 644 EmitLea(this, node, index, m.scale(), base, nullptr); in VisitInt32Mul()
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 494 void EmitLea(InstructionSelector* selector, Node* result, Node* index, in EmitLea() function 521 EmitLea(this, node, index, m.scale(), base, nullptr); in VisitWord32Shl() 602 EmitLea(this, node, index, m.scale(), base, nullptr); in VisitInt32Mul()
|