Searched refs:tcg_gen_qemu_st_i128 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 100 tcg_gen_qemu_st_i128(TCGv_i128 v, TCGv a, TCGArg i, MemOp m) in tcg_gen_qemu_st_i128() function
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 1880 tcg_gen_qemu_st_i128(tmp, daddr, da->mem_idx, mop); in gen_st_asi() 1884 tcg_gen_qemu_st_i128(tmp, daddr, da->mem_idx, mop); in gen_st_asi() 2308 tcg_gen_qemu_st_i128(t, addr, da->mem_idx, mop); in gen_stda_asi() 2346 tcg_gen_qemu_st_i128(t16, daddr, da->mem_idx, mop); in gen_stda_asi() 2348 tcg_gen_qemu_st_i128(t16, daddr, da->mem_idx, mop); in gen_stda_asi()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 2296 tcg_gen_qemu_st_i128(t, s->A0, mem_index, mop); in gen_sto_env_A0() 2321 tcg_gen_qemu_st_i128(t, s->A0, mem_index, mop | (align ? MO_ALIGN_32 : 0)); in gen_sty_env_A0() 2324 tcg_gen_qemu_st_i128(t, s->tmp0, mem_index, mop); in gen_sty_env_A0()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 404 tcg_gen_qemu_st_i128(data, EA, ctx->mem_idx, 2203 tcg_gen_qemu_st_i128(data, ea, ctx->mem_idx, mop); 2207 tcg_gen_qemu_st_i128(data, ea, ctx->mem_idx, mop);
|
H A D | fixedpoint-impl.c.inc | 108 tcg_gen_qemu_st_i128(t16, ea, ctx->mem_idx, DEF_MEMOP(MO_128));
|
H A D | vmx-impl.c.inc | 71 tcg_gen_qemu_st_i128(avr, EA, ctx->mem_idx,
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 1042 tcg_gen_qemu_st_i128(t16, tcg_addr, get_mem_index(s), mop); in do_fp_st() 3158 tcg_gen_qemu_st_i128(tmp, clean_addr, get_mem_index(s), mop); in trans_STP() 3299 tcg_gen_qemu_st_i128(tmp, clean_addr, get_mem_index(s), mop); in trans_STGP() 4171 tcg_gen_qemu_st_i128(zero128, clean_addr, mem_index, mop); in do_STG() 4174 tcg_gen_qemu_st_i128(zero128, clean_addr, mem_index, mop); in do_STG()
|
H A D | translate-sve.c | 4193 tcg_gen_qemu_st_i128(t16, clean_addr, midx, in gen_sve_str() 4215 tcg_gen_qemu_st_i128(t16, clean_addr, midx, in gen_sve_str()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 2158 tcg_gen_qemu_st_i128(t, o->in2, get_mem_index(s), MO_TE | MO_128); in op_cvdg() 4488 tcg_gen_qemu_st_i128(t16, o->in2, get_mem_index(s), in op_stpq()
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 5297 tcg_gen_qemu_st_i128(val, addr, ctx->mem_idx, MO_128 | MO_TE); 5355 tcg_gen_qemu_st_i128(val, addr, ctx->mem_idx, MO_128 | MO_TE);
|