Searched refs:tcg_gen_qemu_st32 (Results 1 - 4 of 4) sorted by relevance

/external/qemu/tcg/
H A Dtcg-op.h2286 static inline void tcg_gen_qemu_st32(TCGv arg, TCGv addr, int mem_index) function
2365 static inline void tcg_gen_qemu_st32(TCGv arg, TCGv addr, int mem_index) function
/external/qemu/target-i386/
H A Dtranslate.c580 tcg_gen_qemu_st32(t0, a0, mem_index);
3802 tcg_gen_qemu_st32(cpu_T[0], cpu_A0,
3825 tcg_gen_qemu_st32(cpu_T[0], cpu_A0,
/external/qemu/target-mips/
H A Dtranslate.c1213 tcg_gen_qemu_st32(t1, t0, ctx->mem_idx);
7306 tcg_gen_qemu_st32(t1, t0, ctx->mem_idx);
/external/qemu/target-arm/
H A Dtranslate.c831 tcg_gen_qemu_st32(val, addr, index);
1083 tcg_gen_qemu_st32(cpu_F0s, addr, IS_USER(s));

Completed in 97 milliseconds