/external/v8/src/compiler/ia32/ |
instruction-selector-ia32.cc | 393 InstructionOperand offset_operand = g.UseRegister(offset); local 398 g.DefineAsRegister(node), offset_operand, length_operand, 399 offset_operand, g.UseImmediate(buffer)); 402 g.DefineAsRegister(node), offset_operand, length_operand, 403 g.UseRegister(buffer), offset_operand); 448 InstructionOperand offset_operand = g.UseRegister(offset); local 453 offset_operand, length_operand, value_operand, offset_operand, 457 offset_operand, length_operand, value_operand, g.UseRegister(buffer), 458 offset_operand); [all...] |
/external/v8/src/compiler/x87/ |
instruction-selector-x87.cc | 354 InstructionOperand offset_operand = g.UseRegister(offset); local 359 g.DefineAsRegister(node), offset_operand, length_operand, 360 offset_operand, g.UseImmediate(buffer)); 363 g.DefineAsRegister(node), offset_operand, length_operand, 364 g.UseRegister(buffer), offset_operand); 409 InstructionOperand offset_operand = g.UseRegister(offset); local 414 offset_operand, length_operand, value_operand, offset_operand, 418 offset_operand, length_operand, value_operand, g.UseRegister(buffer), 419 offset_operand); [all...] |
/external/v8/src/compiler/mips/ |
instruction-selector-mips.cc | 1336 InstructionOperand offset_operand = g.CanBeImmediate(offset, opcode) local 1380 InstructionOperand offset_operand = g.CanBeImmediate(offset, opcode) local [all...] |
/external/v8/src/compiler/arm/ |
instruction-selector-arm.cc | 653 InstructionOperand offset_operand = g.UseRegister(offset); local 658 g.DefineAsRegister(node), offset_operand, length_operand, 659 g.UseRegister(buffer), offset_operand); 697 InstructionOperand offset_operand = g.UseRegister(offset); local 702 offset_operand, length_operand, g.UseRegister(value), 703 g.UseRegister(buffer), offset_operand); [all...] |
/external/v8/src/compiler/mips64/ |
instruction-selector-mips64.cc | 1842 InstructionOperand offset_operand = g.CanBeImmediate(offset, opcode) local 1894 InstructionOperand offset_operand = g.CanBeImmediate(offset, opcode) local [all...] |