Home | History | Annotate | Download | only in tcg

Lines Matching refs:stack_offset

2263     intptr_t stack_offset;
2293 stack_offset = TCG_TARGET_CALL_STACK_OFFSET;
2297 stack_offset -= sizeof(tcg_target_long);
2302 tcg_out_st(s, ts->type, ts->reg, TCG_REG_CALL_STACK, stack_offset);
2308 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset);
2314 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset);
2320 stack_offset += sizeof(tcg_target_long);