Home
last modified time | relevance | path

Searched refs:tcg_gen_st_i64 (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/qemu/target/loongarch/tcg/
H A Dtranslate.c60 tcg_gen_st_i64(src, tcg_env, in set_vreg64()
231 tcg_gen_st_i64(val, tcg_env, in set_fpr()
/openbmc/qemu/accel/tcg/
H A Dplugin-gen.c187 tcg_gen_st_i64(val, ptr, 0); in gen_inline_add_u64_cb()
198 tcg_gen_st_i64(val, ptr, 0); in gen_inline_store_u64_cb()
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c627 tcg_gen_st_i64(t_64, tcg_env, dofs + i); in do_dup()
892 tcg_gen_st_i64(t1, tcg_env, dofs + i); in expand_2_i64()
912 tcg_gen_st_i64(t1, tcg_env, dofs + i); in expand_2i_i64()
933 tcg_gen_st_i64(t1, tcg_env, dofs + i); in expand_2s_i64()
956 tcg_gen_st_i64(t2, tcg_env, dofs + i); in expand_3_i64()
980 tcg_gen_st_i64(t2, tcg_env, dofs + i); in expand_3i_i64()
982 tcg_gen_st_i64(t0, tcg_env, aofs + i); in expand_3i_i64()
1006 tcg_gen_st_i64(t0, tcg_env, dofs + i); in expand_4_i64()
1008 tcg_gen_st_i64(t1, tcg_env, aofs + i); in expand_4_i64()
1033 tcg_gen_st_i64(t0, tcg_env, dofs + i); in expand_4i_i64()
[all …]
H A Dtcg-op-ldst.c200 tcg_gen_st_i64(val, tcg_env, in plugin_gen_mem_callbacks_i64()
215 tcg_gen_st_i64(TCGV128_LOW(val), tcg_env, in plugin_gen_mem_callbacks_i128()
218 tcg_gen_st_i64(TCGV128_HIGH(val), tcg_env, in plugin_gen_mem_callbacks_i128()
H A Dtcg-op.c1611 void tcg_gen_st_i64(TCGv_i64 arg1, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_st_i64() function
3285 tcg_gen_st_i64(TCGV128_HIGH(val), base, offset); in tcg_gen_st_i128()
3286 tcg_gen_st_i64(TCGV128_LOW(val), base, offset + 8); in tcg_gen_st_i128()
3288 tcg_gen_st_i64(TCGV128_LOW(val), base, offset); in tcg_gen_st_i128()
3289 tcg_gen_st_i64(TCGV128_HIGH(val), base, offset + 8); in tcg_gen_st_i128()
/openbmc/qemu/target/hppa/
H A Dtranslate.c499 tcg_gen_st_i64(val, tcg_env, offsetof(CPUHPPAState, fr[rt])); in save_frd()
758 tcg_gen_st_i64(tcg_constant_i64(ctx->insn), in gen_excp_iir()
2100 tcg_gen_st_i64(cpu_gr[26], tcg_env, in do_page_zero()
2229 tcg_gen_st_i64(tmp, tcg_env, offsetof(CPUHPPAState, sr[rs])); in trans_mtsp()
2289 tcg_gen_st_i64(tmp, tcg_env, offsetof(CPUHPPAState, cr[ctl])); in trans_mtctl()
2290 tcg_gen_st_i64(reg, tcg_env, in trans_mtctl()
2298 tcg_gen_st_i64(reg, tcg_env, offsetof(CPUHPPAState, cr[ctl])); in trans_mtctl()
2309 tcg_gen_st_i64(reg, tcg_env, offsetof(CPUHPPAState, cr[ctl])); in trans_mtctl()
2479 tcg_gen_st_i64(cpu_gr[1], tcg_env, offsetof(CPUHPPAState, shadow[0])); in do_putshadowregs()
2480 tcg_gen_st_i64(cpu_gr[8], tcg_env, offsetof(CPUHPPAState, shadow[1])); in do_putshadowregs()
[all …]
/openbmc/qemu/target/alpha/
H A Dtranslate.c1058 tcg_gen_st_i64(ctx->ir[IR_A0], tcg_env, in gen_call_pal()
1082 tcg_gen_st_i64(ctx->ir[IR_A0], tcg_env, in gen_call_pal()
1087 tcg_gen_st_i64(ctx->ir[IR_A0], tcg_env, in gen_call_pal()
1120 tcg_gen_st_i64(ctx->ir[IR_A0], tcg_env, in gen_call_pal()
1165 tcg_gen_st_i64(tmp, tcg_env, offsetof(CPUAlphaState, exc_addr)); in gen_call_pal()
1293 tcg_gen_st_i64(vb, tcg_env, offsetof(CPUAlphaState, palbr)); in gen_mtpr()
1321 tcg_gen_st_i64(vb, tcg_env, data); in gen_mtpr()
/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc25 tcg_gen_st_i64(tmp, tcg_env, offsetof(CPUPPCState, spe_acc));
460 tcg_gen_st_i64(tmp, tcg_env, offsetof(CPUPPCState, spe_acc));
488 tcg_gen_st_i64(acc, tcg_env, offsetof(CPUPPCState, spe_acc));
532 tcg_gen_st_i64(tmp, tcg_env, offsetof(CPUPPCState, spe_acc));
560 tcg_gen_st_i64(acc, tcg_env, offsetof(CPUPPCState, spe_acc));
H A Dvsx-impl.c.inc10 tcg_gen_st_i64(src, tcg_env, vsr64_offset(n, high));
H A Dvmx-impl.c.inc24 tcg_gen_st_i64(src, tcg_env, avr64_offset(regno, high));
/openbmc/qemu/include/tcg/
H A Dtcg-op.h176 #define tcg_gen_st_tl tcg_gen_st_i64
H A Dtcg-op-common.h282 void tcg_gen_st_i64(TCGv_i64 arg1, TCGv_ptr arg2, tcg_target_long offset);
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c1279 tcg_gen_st_i64(pd, tcg_env, dofs); in do_pppp_flags()
1631 tcg_gen_st_i64(t, tcg_env, ofs); in do_predset()
1650 tcg_gen_st_i64(t, tcg_env, ofs + i); in do_predset()
1654 tcg_gen_st_i64(t, tcg_env, ofs + i); in do_predset()
1660 tcg_gen_st_i64(t, tcg_env, ofs + i); in do_predset()
4091 tcg_gen_st_i64(t0, base, vofs + i); in gen_sve_ldr()
4092 tcg_gen_st_i64(t1, base, vofs + i + 8); in gen_sve_ldr()
4115 tcg_gen_st_i64(t0, tp, vofs); in gen_sve_ldr()
4116 tcg_gen_st_i64(t1, tp, vofs + 8); in gen_sve_ldr()
4128 tcg_gen_st_i64(t0, base, vofs + len_align); in gen_sve_ldr()
[all …]
H A Dtranslate-a64.c647 tcg_gen_st_i64(v, tcg_env, ofs); in write_fp_dreg()
1066 tcg_gen_st_i64(tmplo, tcg_env, fp_reg_offset(s, destidx, MO_64)); in do_fp_ld()
1069 tcg_gen_st_i64(tmphi, tcg_env, fp_reg_hi_offset(s, destidx)); in do_fp_ld()
1161 tcg_gen_st_i64(tcg_src, tcg_env, vect_off); in write_vec_element()
2566 tcg_gen_st_i64(tcg_rt, tcg_env, ri->fieldoffset); in handle_sys()
5232 tcg_gen_st_i64(qc, tcg_env, offsetof(CPUARMState, vfp.qc)); in do_satacc_s()
9469 tcg_gen_st_i64(tcg_rn, tcg_env, fp_reg_hi_offset(s, rd)); in handle_fmov()
H A Dtranslate.c1258 tcg_gen_st_i64(src, tcg_env, off); in write_neon_element64()
1274 tcg_gen_st_i64(var, tcg_env, offsetof(CPUARMState, iwmmxt.regs[reg])); in iwmmxt_store_reg()
3172 tcg_gen_st_i64(tmp64, tcg_env, ri->fieldoffset); in do_coproc_insn()
H A Dtranslate-vfp.c38 tcg_gen_st_i64(var, tcg_env, vfp_reg_offset(true, reg)); in vfp_store_reg64()
H A Dtranslate-neon.c114 tcg_gen_st_i64(var, tcg_env, offset); in neon_store_element64()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc538 tcg_gen_st_i64(s->tmp1_i64, tcg_env, decode->op[0].offset);
2593 tcg_gen_st_i64(s->tmp1_i64, tcg_env, lo_ofs);
4453 tcg_gen_st_i64(s->tmp1_i64, tcg_env, decode->op[0].offset + offsetof(XMMReg, XMM_Q(0)));
4466 tcg_gen_st_i64(s->tmp1_i64, tcg_env, decode->op[0].offset + offsetof(XMMReg, XMM_Q(1)));
4470 tcg_gen_st_i64(s->tmp1_i64, tcg_env, decode->op[0].offset + offsetof(XMMReg, XMM_Q(0)));
4477 tcg_gen_st_i64(s->tmp1_i64, tcg_env, decode->op[0].offset + offsetof(XMMReg, XMM_Q(0)));
4480 tcg_gen_st_i64(s->tmp1_i64, tcg_env, decode->op[0].offset + offsetof(XMMReg, XMM_Q(1)));
4487 tcg_gen_st_i64(s->tmp1_i64, tcg_env, decode->op[0].offset + offsetof(XMMReg, XMM_Q(1)));
4490 tcg_gen_st_i64(s->tmp1_i64, tcg_env, decode->op[0].offset + offsetof(XMMReg, XMM_Q(0)));
4505 tcg_gen_st_i64(s->tmp1_i64, tcg_env, decode->op[0].offset + offsetof(XMMReg, XMM_Q(0)));
[all …]
H A Dtranslate.c2266 tcg_gen_st_i64(s->tmp1_i64, tcg_env, offset); in gen_ldq_env_A0()
/openbmc/qemu/target/hexagon/
H A Dgenptr.c1242 tcg_gen_st_i64(tmp, tcg_env, dstoff + i * 8); in gen_vreg_load()
/openbmc/qemu/target/m68k/
H A Dtranslate.c932 tcg_gen_st_i64(t64, dest, offsetof(FPReg, l.lower)); in gen_fp_move()
968 tcg_gen_st_i64(t64, fp, offsetof(FPReg, l.lower)); in gen_load_fp()
1147 tcg_gen_st_i64(t64, fp, offsetof(FPReg, l.lower)); in gen_ea_mode_fp()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3471 tcg_gen_st_i64(value, tmp, 0); in gen_write_bhrb()
5547 tcg_gen_st_i64(src, tcg_env, fpr_offset(regno)); in set_fpr()
5555 tcg_gen_st_i64(tcg_constant_i64(0), tcg_env, vsr64_offset(regno, false)); in set_fpr()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c319 tcg_gen_st_i64(v, tcg_env, freg64_offset(reg)); in store_freg()
2892 tcg_gen_st_i64(o->in2, tcg_env, offsetof(CPUS390XState, pp)); in op_lpp()
6129 tcg_gen_st_i64(tcg_constant_i64(0), tcg_env, in extract_insn()
H A Dtranslate_vx.c.inc141 tcg_gen_st_i64(src, tcg_env, offs);
793 tcg_gen_st_i64(o->in2, ptr, 0);
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc4856 TRANS(vinsgr2vr_d, LSX, gen_g2v, MO_64, tcg_gen_st_i64)
4858 TRANS(xvinsgr2vr_d, LASX, gen_g2x, MO_64, tcg_gen_st_i64)

12