Searched refs:TCG_REG_CALL_STACK (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.h73 #define TCG_REG_CALL_STACK TCG_REG_ESP macro
/vbox/src/recompiler/tcg/
H A Dtcg.c1841 tcg_out_addi(s, TCG_REG_CALL_STACK, -STACK_DIR(call_stack_size));
1853 tcg_out_st(s, ts->type, ts->reg, TCG_REG_CALL_STACK, stack_offset);
1859 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset);
1865 tcg_out_st(s, ts->type, reg, TCG_REG_CALL_STACK, stack_offset);
1962 tcg_out_addi(s, TCG_REG_CALL_STACK, STACK_DIR(call_stack_size));

Completed in 57 milliseconds