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

/external/qemu/tcg/i386/
H A Dtcg-target.h42 TCG_REG_ESP, enumerator in enum:__anon30194
61 TCG_REG_RSP = TCG_REG_ESP,
71 #define TCG_REG_CALL_STACK TCG_REG_ESP
H A Dtcg-target.c494 if (index < 0 && LOWREGMASK(rm) != TCG_REG_ESP) {
507 assert(index != TCG_REG_ESP);
1192 tcg_out_st(s, TCG_TYPE_PTR, TCG_AREG0, TCG_REG_ESP, ofs);
1195 tcg_out_st(s, TCG_TYPE_I32, l->addrlo_reg, TCG_REG_ESP, ofs);
1199 tcg_out_st(s, TCG_TYPE_I32, l->addrhi_reg, TCG_REG_ESP, ofs);
1203 tcg_out_sti(s, TCG_TYPE_I32, TCG_REG_ESP, ofs, l->mem_index);
1206 tcg_out_sti(s, TCG_TYPE_I32, TCG_REG_ESP, ofs, (uintptr_t)l->raddr);
1276 tcg_out_st(s, TCG_TYPE_PTR, TCG_AREG0, TCG_REG_ESP, ofs);
1279 tcg_out_st(s, TCG_TYPE_I32, l->addrlo_reg, TCG_REG_ESP, ofs);
1283 tcg_out_st(s, TCG_TYPE_I32, l->addrhi_reg, TCG_REG_ESP, of
[all...]

Completed in 53 milliseconds