Searched refs:length_operand (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc374 InstructionOperand length_operand = local
378 g.DefineAsRegister(node), offset_operand, length_operand,
382 g.DefineAsRegister(node), offset_operand, length_operand,
427 InstructionOperand length_operand = local
431 offset_operand, length_operand, value_operand, offset_operand,
435 offset_operand, length_operand, value_operand, g.UseRegister(buffer),
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc335 InstructionOperand length_operand = local
339 g.DefineAsRegister(node), offset_operand, length_operand,
343 g.DefineAsRegister(node), offset_operand, length_operand,
388 InstructionOperand length_operand = local
392 offset_operand, length_operand, value_operand, offset_operand,
396 offset_operand, length_operand, value_operand, g.UseRegister(buffer),
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc1029 InstructionOperand length_operand = (!g.CanBeImmediate(offset, opcode)) local
1036 g.DefineAsRegister(node), offset_operand, length_operand,
1073 InstructionOperand length_operand = (!g.CanBeImmediate(offset, opcode)) local
1080 offset_operand, length_operand, g.UseRegister(value),
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc530 InstructionOperand length_operand = g.CanBeImmediate(length, kArmCmp) local
534 g.DefineAsRegister(node), offset_operand, length_operand,
572 InstructionOperand length_operand = g.CanBeImmediate(length, kArmCmp) local
576 offset_operand, length_operand, g.UseRegister(value),
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc1434 InstructionOperand length_operand = (!g.CanBeImmediate(offset, opcode)) local
1441 g.DefineAsRegister(node), offset_operand, length_operand,
1484 InstructionOperand length_operand = (!g.CanBeImmediate(offset, opcode)) local
1491 offset_operand, length_operand, g.UseRegister(value),
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc318 InstructionOperand length_operand = local
321 g.UseRegister(offset), g.TempImmediate(0), length_operand);
374 InstructionOperand length_operand = local
377 g.TempImmediate(0), length_operand, value_operand);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc5271 MemOperand length_operand = MemOperand(sp, 3 * kPointerSize); local
5272 MemOperand* stack_space_operand = &length_operand;
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc5642 MemOperand length_operand = local
5644 MemOperand* stack_space_operand = &length_operand;
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc5540 Operand length_operand = ApiParameterOperand(4); local
5541 Operand* stack_space_operand = &length_operand;
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc5488 MemOperand length_operand = local
5490 MemOperand* stack_space_operand = &length_operand;
/external/v8/src/s390/
H A Dcode-stubs-s390.cc5398 MemOperand length_operand = local
5400 MemOperand* stack_space_operand = &length_operand;
/external/v8/src/x64/
H A Dcode-stubs-x64.cc5241 Operand length_operand = StackSpaceOperand(2); local
5245 Operand* stack_space_operand = &length_operand;
/external/v8/src/x87/
H A Dcode-stubs-x87.cc5210 Operand length_operand = ApiParameterOperand(4); local
5211 Operand* stack_space_operand = &length_operand;

Completed in 314 milliseconds