Searched refs:tcg_gen_qemu_st32 (Results 1 – 4 of 4) sorted by relevance
/external/qemu/tcg/ |
D | tcg-op.h | 2286 static inline void tcg_gen_qemu_st32(TCGv arg, TCGv addr, int mem_index) in tcg_gen_qemu_st32() function 2365 static inline void tcg_gen_qemu_st32(TCGv arg, TCGv addr, int mem_index) in tcg_gen_qemu_st32() function
|
/external/qemu/target-i386/ |
D | translate.c | 580 tcg_gen_qemu_st32(t0, a0, mem_index); in gen_op_st_v() 3802 tcg_gen_qemu_st32(cpu_T[0], cpu_A0, in gen_sse() 3825 tcg_gen_qemu_st32(cpu_T[0], cpu_A0, in gen_sse()
|
/external/qemu/target-mips/ |
D | translate.c | 1213 tcg_gen_qemu_st32(t1, t0, ctx->mem_idx); in gen_flt_ldst() 7306 tcg_gen_qemu_st32(t1, t0, ctx->mem_idx); in gen_flt3_ldst()
|
/external/qemu/target-arm/ |
D | translate.c | 831 tcg_gen_qemu_st32(val, addr, index); in gen_st32() 1083 tcg_gen_qemu_st32(cpu_F0s, addr, IS_USER(s)); in gen_vfp_st()
|