Home
last modified time | relevance | path

Searched refs:tcg_gen_st_tl (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzicfiss.c.inc34 tcg_gen_st_tl(tcg_constant_tl(RISCV_EXCP_SW_CHECK_BCFI_TVAL),
40 tcg_gen_st_tl(addr, tcg_env, offsetof(CPURISCVState, ssp));
59 tcg_gen_st_tl(addr, tcg_env, offsetof(CPURISCVState, ssp));
H A Dtrans_privileged.c.inc65 tcg_gen_st_tl(tcg_constant_tl(ebreak_addr), tcg_env,
H A Dtrans_rvi.c.inc56 tcg_gen_st_tl(tcg_constant_tl(RISCV_EXCP_SW_CHECK_FCFI_TVAL),
69 tcg_gen_st_tl(tcg_constant_tl(RISCV_EXCP_SW_CHECK_FCFI_TVAL),
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_atomic.c.inc13 tcg_gen_st_tl(t0, tcg_env, offsetof(CPULoongArchState, lladdr));
14 tcg_gen_st_tl(t1, tcg_env, offsetof(CPULoongArchState, llval));
H A Dtrans_privileged.c.inc240 tcg_gen_st_tl(src1, tcg_env, csr->offset);
283 tcg_gen_st_tl(newv, tcg_env, csr->offset);
/openbmc/qemu/target/riscv/
H A Dtranslate.c267 tcg_gen_st_tl(target, tcg_env, offsetof(CPURISCVState, badaddr)); in gen_exception_inst_addr_mis()
644 tcg_gen_st_tl(tmp, tcg_env, offsetof(CPURISCVState, mstatus)); in mark_fs_dirty()
649 tcg_gen_st_tl(tmp, tcg_env, offsetof(CPURISCVState, mstatus_hs)); in mark_fs_dirty()
673 tcg_gen_st_tl(tmp, tcg_env, offsetof(CPURISCVState, mstatus)); in mark_vs_dirty()
678 tcg_gen_st_tl(tmp, tcg_env, offsetof(CPURISCVState, mstatus_hs)); in mark_vs_dirty()
1297 tcg_gen_st_tl(tcg_constant_tl(RISCV_EXCP_SW_CHECK_FCFI_TVAL), in riscv_tr_translate_insn()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h176 #define tcg_gen_st_tl tcg_gen_st_i64 macro
296 #define tcg_gen_st_tl tcg_gen_st_i32
/openbmc/qemu/target/sparc/
H A Dtranslate.c3340 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(tick_cmpr)); in do_wrtick_cmpr()
3371 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(stick_cmpr)); in do_wrstick_cmpr()
3415 tcg_gen_st_tl(tmp, tcg_env, env32_field_offsetof(wim)); in do_wrwim()
3426 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tpc)); in do_wrtpc()
3440 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tnpc)); in do_wrtnpc()
3454 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tstate)); in do_wrtstate()
3579 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(ssr)); in TRANS()
3588 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(hpstate)); in TRANS()
3605 tcg_gen_st_tl(src, tp, env64_field_offsetof(htstate)); in TRANS()
3612 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(hintp)); in TRANS()
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2133 tcg_gen_st_tl(t, tcg_env, offsetof(CPUX86State, eflags)); in gen_set_eflags()
2142 tcg_gen_st_tl(t, tcg_env, offsetof(CPUX86State, eflags)); in gen_reset_eflags()
2553 tcg_gen_st_tl(last_addr, tcg_env, in gen_x87()
2882 tcg_gen_st_tl(eip_cur_tl(s), in gen_x87()
3228 tcg_gen_st_tl(s->T0, tcg_env, offsetof(CPUX86State, gdt.base)); in gen_multi0F()
3244 tcg_gen_st_tl(s->T0, tcg_env, offsetof(CPUX86State, idt.base)); in gen_multi0F()
3316 tcg_gen_st_tl(s->T0, tcg_env, in gen_multi0F()
H A Demit.c.inc2553 tcg_gen_st_tl(s->T1, tcg_env, lo_ofs);
2922 tcg_gen_st_tl(s->T1, tcg_env, vector_elem_offset(&decode->op[0], ot, val));
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c1267 tcg_gen_st_tl(t0, addr, sizeof(target_ulong) * to); in gen_store_srsgpr()
1930 tcg_gen_st_tl(t0, tcg_env, offsetof(CPUMIPSState, lladdr)); \
1931 tcg_gen_st_tl(ret, tcg_env, offsetof(CPUMIPSState, llval)); \
5923 tcg_gen_st_tl(arg, tcg_env, in gen_mtc0()
5929 tcg_gen_st_tl(arg, tcg_env, in gen_mtc0()
6015 tcg_gen_st_tl(arg, tcg_env, in gen_mtc0()
6235 tcg_gen_st_tl(arg, tcg_env, offsetof(CPUMIPSState, CP0_EPC)); in gen_mtc0()
6445 tcg_gen_st_tl(arg, tcg_env, offsetof(CPUMIPSState, CP0_DEPC)); in gen_mtc0()
6555 tcg_gen_st_tl(arg, tcg_env, offsetof(CPUMIPSState, CP0_ErrorEPC)); in gen_mtc0()
6576 tcg_gen_st_tl(arg, tcg_env, in gen_mtc0()
[all …]
H A Dnanomips_translate.c.inc1011 tcg_gen_st_tl(taddr, tcg_env, offsetof(CPUMIPSState, lladdr));
1056 tcg_gen_st_tl(tcg_constant_tl(-1), tcg_env, offsetof(CPUMIPSState, lladdr));
4480 tcg_gen_st_tl(tmp, tcg_env, offsetof(CPUMIPSState, CP0_BadVAddr));
/openbmc/qemu/target/ppc/
H A Dtranslate.c282 tcg_gen_st_tl(t, tcg_env, offsetof(CPUPPCState, spr[reg])); in gen_store_spr()
909 tcg_gen_st_tl(t0, tcg_env, offsetof(CPUPPCState, excp_prefix)); in spr_write_hior()
1039 tcg_gen_st_tl(t0, tcg_env, offsetof(CPUPPCState, excp_prefix)); in spr_write_excp_prefix()
1063 tcg_gen_st_tl(t0, tcg_env, offsetof(CPUPPCState, excp_vectors[sprn_offs])); in spr_write_excp_vector()
3236 tcg_gen_st_tl(hi, tcg_env, offsetof(CPUPPCState, reserve_val)); in STCX()
3237 tcg_gen_st_tl(lo, tcg_env, offsetof(CPUPPCState, reserve_val2)); in STCX()
3538 tcg_gen_st_tl(offset, tcg_env, offsetof(CPUPPCState, bhrb_offset)); in gen_update_branch_history()
/openbmc/qemu/target/tricore/
H A Dtranslate.c367 tcg_gen_st_tl(r1, tcg_env, offsetof(CPUTriCoreState, REG)); \