Searched refs:TCG_REG_ESP (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/i386/ |
D | tcg-target.h | 42 TCG_REG_ESP, enumerator 61 TCG_REG_RSP = TCG_REG_ESP, 71 #define TCG_REG_CALL_STACK TCG_REG_ESP
|
D | tcg-target.c | 494 if (index < 0 && LOWREGMASK(rm) != TCG_REG_ESP) { in tcg_out_modrm_sib_offset() 507 assert(index != TCG_REG_ESP); in tcg_out_modrm_sib_offset() 1192 tcg_out_st(s, TCG_TYPE_PTR, TCG_AREG0, TCG_REG_ESP, ofs); in tcg_out_qemu_ld_slow_path() 1195 tcg_out_st(s, TCG_TYPE_I32, l->addrlo_reg, TCG_REG_ESP, ofs); in tcg_out_qemu_ld_slow_path() 1199 tcg_out_st(s, TCG_TYPE_I32, l->addrhi_reg, TCG_REG_ESP, ofs); in tcg_out_qemu_ld_slow_path() 1203 tcg_out_sti(s, TCG_TYPE_I32, TCG_REG_ESP, ofs, l->mem_index); in tcg_out_qemu_ld_slow_path() 1206 tcg_out_sti(s, TCG_TYPE_I32, TCG_REG_ESP, ofs, (uintptr_t)l->raddr); in tcg_out_qemu_ld_slow_path() 1276 tcg_out_st(s, TCG_TYPE_PTR, TCG_AREG0, TCG_REG_ESP, ofs); in tcg_out_qemu_st_slow_path() 1279 tcg_out_st(s, TCG_TYPE_I32, l->addrlo_reg, TCG_REG_ESP, ofs); in tcg_out_qemu_st_slow_path() 1283 tcg_out_st(s, TCG_TYPE_I32, l->addrhi_reg, TCG_REG_ESP, ofs); in tcg_out_qemu_st_slow_path() [all …]
|