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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.h44 TCG_REG_ESP, enumerator in enum:__anon17451
63 TCG_REG_RSP = TCG_REG_ESP,
73 #define TCG_REG_CALL_STACK TCG_REG_ESP
H A Dtcg-target.c538 if (index < 0 && LOWREGMASK(rm) != TCG_REG_ESP) {
551 assert(index != TCG_REG_ESP);
1314 tcg_out_addi(s, TCG_REG_ESP, 8 + (useReg2 ? 8 : 4));
1566 tcg_out_subi(s, TCG_REG_ESP, 12);
1598 tcg_out_subi(s, TCG_REG_ESP, 12);
1609 tcg_out_addi(s, TCG_REG_ESP, RT_ALIGN(stack_adjust, 16));
1616 tcg_out_addi(s, TCG_REG_ESP, stack_adjust);
2176 tcg_out_addi(s, TCG_REG_ESP, -stack_addend);
2189 tcg_out_addi(s, TCG_REG_ESP, stack_addend);
2228 tcg_regset_set_reg(s->reserved_regs, TCG_REG_ESP);
[all...]

Completed in 67 milliseconds