Searched refs:TCG_REG_ESP (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.h | 45 TCG_REG_ESP, enumerator 84 TCG_REG_RSP = TCG_REG_ESP, 90 TCG_REG_CALL_STACK = TCG_REG_ESP
|
H A D | tcg-target.c.inc | 819 if (index < 0 && LOWREGMASK(rm) != TCG_REG_ESP) { 831 tcg_debug_assert(index != TCG_REG_ESP); 1160 tcg_out_modrm_offset(s, OPC_ARITH_EvIb, ARITH_OR, TCG_REG_ESP, 0); 4377 tcg_out_ld(s, TCG_TYPE_PTR, TCG_AREG0, TCG_REG_ESP, 4379 tcg_out_addi(s, TCG_REG_ESP, -stack_addend); 4381 tcg_out_modrm_offset(s, OPC_GRP5, EXT5_JMPN_Ev, TCG_REG_ESP, 4386 tcg_out_addi(s, TCG_REG_ESP, -stack_addend);
|