Home | History | Annotate | Download | only in tcg

Lines Matching refs:stack_offset

1833     tcg_target_long stack_offset, call_stack_size, func_addr;
1860 stack_offset = TCG_TARGET_CALL_STACK_OFFSET;
1864 stack_offset -= sizeof(tcg_target_long);
1869 tcg_out_st(s, ts->type, ts->reg, TCG_REG_CALL_STACK, stack_offset);
1875 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset);
1881 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset);
1887 stack_offset += sizeof(tcg_target_long);