Searched refs:stack_offset (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 168 int stack_offset = 0; // Update if we change the stack height. in CreateMemCopyFunction() local 171 __ cmp(Operand(esp, kSizeOffset + stack_offset), in CreateMemCopyFunction() 182 stack_offset += 2 * kPointerSize; in CreateMemCopyFunction() 186 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset)); in CreateMemCopyFunction() 187 __ mov(src, Operand(esp, stack_offset + kSourceOffset)); in CreateMemCopyFunction() 188 __ mov(count, Operand(esp, stack_offset + kSizeOffset)); in CreateMemCopyFunction() 243 __ mov(eax, Operand(esp, stack_offset + kDestinationOffset)); in CreateMemCopyFunction() 289 __ mov(eax, Operand(esp, stack_offset + kDestinationOffset)); in CreateMemCopyFunction() 299 stack_offset += 2 * kPointerSize; in CreateMemCopyFunction() 304 __ mov(dst, Operand(esp, stack_offset + kDestinationOffset)); in CreateMemCopyFunction() [all …]
|
D | code-stubs-ia32.h | 329 int stack_offset,
|
D | code-stubs-ia32.cc | 5811 int stack_offset, in GenerateConvertArgument() argument 5835 __ mov(Operand(esp, stack_offset), arg); in GenerateConvertArgument() 5847 __ mov(Operand(esp, stack_offset), arg); in GenerateConvertArgument()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 802 int16_t stack_offset = num_to_push * kPointerSize; in MultiPush() local 804 Subu(sp, sp, Operand(stack_offset)); in MultiPush() 807 stack_offset -= kPointerSize; in MultiPush() 808 sw(ToRegister(i), MemOperand(sp, stack_offset)); in MultiPush() 816 int16_t stack_offset = num_to_push * kPointerSize; in MultiPushReversed() local 818 Subu(sp, sp, Operand(stack_offset)); in MultiPushReversed() 821 stack_offset -= kPointerSize; in MultiPushReversed() 822 sw(ToRegister(i), MemOperand(sp, stack_offset)); in MultiPushReversed() 829 int16_t stack_offset = 0; in MultiPop() local 833 lw(ToRegister(i), MemOperand(sp, stack_offset)); in MultiPop() [all …]
|
D | code-stubs-mips.h | 336 int stack_offset,
|
D | code-stubs-mips.cc | 6716 int stack_offset, in GenerateConvertArgument() argument 6742 __ sw(arg, MemOperand(sp, stack_offset)); in GenerateConvertArgument() 6755 __ sw(arg, MemOperand(sp, stack_offset)); in GenerateConvertArgument()
|
/external/qemu/tcg/ |
D | tcg.c | 1833 tcg_target_long stack_offset, call_stack_size, func_addr; in tcg_reg_alloc_call() local 1860 stack_offset = TCG_TARGET_CALL_STACK_OFFSET; in tcg_reg_alloc_call() 1864 stack_offset -= sizeof(tcg_target_long); in tcg_reg_alloc_call() 1869 tcg_out_st(s, ts->type, ts->reg, TCG_REG_CALL_STACK, stack_offset); in tcg_reg_alloc_call() 1875 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset); in tcg_reg_alloc_call() 1881 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset); in tcg_reg_alloc_call() 1887 stack_offset += sizeof(tcg_target_long); in tcg_reg_alloc_call()
|
/external/v8/src/x64/ |
D | code-stubs-x64.h | 326 int stack_offset,
|
D | code-stubs-x64.cc | 4781 int stack_offset, in GenerateConvertArgument() argument 4805 __ movq(Operand(rsp, stack_offset), arg); in GenerateConvertArgument() 4817 __ movq(Operand(rsp, stack_offset), arg); in GenerateConvertArgument()
|
/external/v8/src/arm/ |
D | code-stubs-arm.h | 335 int stack_offset,
|
D | code-stubs-arm.cc | 6490 int stack_offset, in GenerateConvertArgument() argument 6516 __ str(arg, MemOperand(sp, stack_offset)); in GenerateConvertArgument() 6532 __ str(arg, MemOperand(sp, stack_offset)); in GenerateConvertArgument()
|
/external/bison/ |
D | ChangeLog-1998 | 9 * src/reader.c (stack_offset;): Change some warni to warns.
|
D | ChangeLog-2012 | 17967 (parse_guard): Rename the formal argument `stack_offset' as 23580 * src/reader.c (stack_offset;):
|