/external/v8/src/compiler/arm/ |
instruction-selector-arm.cc | 713 InstructionOperand value_operand; local 715 if (TryMatchShift(selector, &opcode, right, &value_operand, &shift_operand)) { 717 value_operand, shift_operand); 839 InstructionOperand value_operand; local 841 if (TryMatchShift(this, &opcode, m.left().node(), &value_operand, 843 Emit(opcode, g.DefineAsRegister(node), value_operand, shift_operand); 1988 InstructionOperand const value_operand = g.UseRegister(value); local 2024 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); local [all...] |
/external/v8/src/compiler/mips/ |
instruction-selector-mips.cc | 1611 InstructionOperand const value_operand = g.UseRegister(value); local 1648 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); local [all...] |
/external/v8/src/compiler/ |
instruction-selector.h | 226 InstructionOperand& value_operand);
|
instruction-selector.cc | [all...] |
/external/v8/src/compiler/ia32/ |
instruction-selector-ia32.cc | 442 InstructionOperand value_operand = local 453 offset_operand, length_operand, value_operand, offset_operand, 457 offset_operand, length_operand, value_operand, g.UseRegister(buffer), 1506 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); local [all...] |
/external/v8/src/compiler/x87/ |
instruction-selector-x87.cc | 403 InstructionOperand value_operand = local 414 offset_operand, length_operand, value_operand, offset_operand, 418 offset_operand, length_operand, value_operand, g.UseRegister(buffer), 1547 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); local [all...] |
/external/v8/src/compiler/s390/ |
instruction-selector-s390.cc | 436 InstructionOperand value_operand = g.UseRegister(value); local 437 inputs[input_count++] = value_operand; 1786 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); local [all...] |
/external/v8/src/compiler/x64/ |
instruction-selector-x64.cc | 325 InstructionOperand value_operand = local 327 inputs[input_count++] = value_operand; 429 InstructionOperand value_operand = local 440 value_operand); 447 g.TempImmediate(0), length_operand, value_operand); 2041 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); local [all...] |
/external/v8/src/compiler/mips64/ |
instruction-selector-mips64.cc | 2130 InstructionOperand const value_operand = g.UseRegister(value); local 2285 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); local [all...] |
/external/v8/src/compiler/ppc/ |
instruction-selector-ppc.cc | 1787 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); local [all...] |
/external/v8/src/compiler/arm64/ |
instruction-selector-arm64.cc | 2546 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); local [all...] |