Home
last modified time | relevance | path

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

/qemu/target/riscv/insn_trans/
H A Dtrans_rvzicfiss.c.inc41 tcg_gen_st_tl(tcg_constant_tl(RISCV_EXCP_SW_CHECK_BCFI_TVAL),
47 tcg_gen_st_tl(addr, tcg_env, offsetof(CPURISCVState, ssp));
66 tcg_gen_st_tl(addr, tcg_env, offsetof(CPURISCVState, ssp));
H A Dtrans_privileged.c.inc71 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),
H A Dtrans_rvv.c.inc1125 tcg_gen_st32_tl, tcg_gen_st_tl
/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.inc156 tcg_gen_st_tl(src1, tcg_env, csr->offset);
201 tcg_gen_st_tl(newv, tcg_env, csr->offset);
/qemu/target/riscv/
H A Dtranslate.c264 tcg_gen_st_tl(target, tcg_env, offsetof(CPURISCVState, badaddr)); in gen_exception_inst_addr_mis()
684 tcg_gen_st_tl(tmp, tcg_env, offsetof(CPURISCVState, mstatus)); in mark_fs_dirty()
689 tcg_gen_st_tl(tmp, tcg_env, offsetof(CPURISCVState, mstatus_hs)); in mark_fs_dirty()
713 tcg_gen_st_tl(tmp, tcg_env, offsetof(CPURISCVState, mstatus)); in mark_vs_dirty()
718 tcg_gen_st_tl(tmp, tcg_env, offsetof(CPURISCVState, mstatus_hs)); in mark_vs_dirty()
1338 tcg_gen_st_tl(tcg_constant_tl(RISCV_EXCP_SW_CHECK_FCFI_TVAL), in riscv_tr_translate_insn()
/qemu/include/tcg/
H A Dtcg-op.h188 #define tcg_gen_st_tl tcg_gen_st_i64 macro
309 #define tcg_gen_st_tl tcg_gen_st_i32
/qemu/target/sparc/
H A Dtranslate.c3369 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(tick_cmpr)); in do_wrtick_cmpr()
3400 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(stick_cmpr)); in do_wrstick_cmpr()
3444 tcg_gen_st_tl(tmp, tcg_env, env32_field_offsetof(wim)); in do_wrwim()
3455 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tpc)); in do_wrtpc()
3469 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tnpc)); in do_wrtnpc()
3483 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tstate)); in do_wrtstate()
3608 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(ssr)); in TRANS()
3617 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(hpstate)); in TRANS()
3634 tcg_gen_st_tl(src, tp, env64_field_offsetof(htstate)); in TRANS()
3641 tcg_gen_st_tl(src, tcg_env, env64_field_offsetof(hintp)); in TRANS()
[all …]
/qemu/target/i386/tcg/
H A Dtranslate.c753 tcg_gen_st_tl(t, tcg_env, offsetof(CPUX86State, eflags)); in gen_set_eflags()
762 tcg_gen_st_tl(t, tcg_env, offsetof(CPUX86State, eflags)); in gen_reset_eflags()
2678 tcg_gen_st_tl(last_addr, tcg_env, in gen_x87()
3007 tcg_gen_st_tl(eip_cur_tl(s), in gen_x87()
3353 tcg_gen_st_tl(s->T0, tcg_env, offsetof(CPUX86State, gdt.base)); in gen_multi0F()
3369 tcg_gen_st_tl(s->T0, tcg_env, offsetof(CPUX86State, idt.base)); in gen_multi0F()
3441 tcg_gen_st_tl(s->T0, tcg_env, in gen_multi0F()
H A Demit.c.inc2571 tcg_gen_st_tl(s->T1, tcg_env, lo_ofs);
2938 tcg_gen_st_tl(s->T1, tcg_env, vector_elem_offset(&decode->op[0], ot, val));
/qemu/target/mips/tcg/
H A Dtranslate.c1268 tcg_gen_st_tl(t0, addr, sizeof(target_ulong) * to); in gen_store_srsgpr()
1931 tcg_gen_st_tl(t0, tcg_env, offsetof(CPUMIPSState, lladdr)); \
1932 tcg_gen_st_tl(ret, tcg_env, offsetof(CPUMIPSState, llval)); \
5924 tcg_gen_st_tl(arg, tcg_env, in gen_mtc0()
5930 tcg_gen_st_tl(arg, tcg_env, in gen_mtc0()
6016 tcg_gen_st_tl(arg, tcg_env, in gen_mtc0()
6236 tcg_gen_st_tl(arg, tcg_env, offsetof(CPUMIPSState, CP0_EPC)); in gen_mtc0()
6446 tcg_gen_st_tl(arg, tcg_env, offsetof(CPUMIPSState, CP0_DEPC)); in gen_mtc0()
6556 tcg_gen_st_tl(arg, tcg_env, offsetof(CPUMIPSState, CP0_ErrorEPC)); in gen_mtc0()
6577 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));
/qemu/target/ppc/
H A Dtranslate.c283 tcg_gen_st_tl(t, tcg_env, offsetof(CPUPPCState, spr[reg])); in gen_store_spr()
922 tcg_gen_st_tl(t0, tcg_env, offsetof(CPUPPCState, excp_prefix)); in spr_write_hior()
1052 tcg_gen_st_tl(t0, tcg_env, offsetof(CPUPPCState, excp_prefix)); in spr_write_excp_prefix()
1076 tcg_gen_st_tl(t0, tcg_env, offsetof(CPUPPCState, excp_vectors[sprn_offs])); in spr_write_excp_vector()
3262 tcg_gen_st_tl(hi, tcg_env, offsetof(CPUPPCState, reserve_val)); in STCX()
3263 tcg_gen_st_tl(lo, tcg_env, offsetof(CPUPPCState, reserve_val2)); in STCX()
3564 tcg_gen_st_tl(offset, tcg_env, offsetof(CPUPPCState, bhrb_offset)); in gen_update_branch_history()
/qemu/target/tricore/
H A Dtranslate.c368 tcg_gen_st_tl(r1, tcg_env, offsetof(CPUTriCoreState, REG)); \