Home
last modified time | relevance | path

Searched defs:value_operand (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc755 InstructionOperand value_operand; in EmitBic() local
881 InstructionOperand value_operand; in VisitWord32Xor() local
1913 InstructionOperand const value_operand = g.UseRegister(value); in VisitWordCompareZero() local
1967 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc350 InstructionOperand value_operand = in VisitStore() local
372 InstructionOperand value_operand = in VisitProtectedStore() local
481 InstructionOperand value_operand = in VisitCheckedStore() local
2015 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc1596 InstructionOperand const value_operand = g.UseRegister(value); in VisitWordCompareZero() local
1651 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc483 InstructionOperand value_operand = in VisitCheckedStore() local
1513 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc420 InstructionOperand value_operand = in VisitCheckedStore() local
1622 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc768 InstructionOperand value_operand = g.UseRegister(value); in VisitStore() local
2258 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc2177 InstructionOperand const value_operand = g.UseRegister(value); in EmitWordCompareZero() local
2350 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc1825 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2383 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
/external/v8/src/compiler/
Dinstruction-selector.cc1762 InstructionOperand& value_operand) { in EmitLookupSwitch()