Home
last modified time | relevance | path

Searched refs:tcg_gen_ld_i32 (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h290 #define tcg_gen_ld32u_tl tcg_gen_ld_i32
291 #define tcg_gen_ld32s_tl tcg_gen_ld_i32
292 #define tcg_gen_ld_tl tcg_gen_ld_i32
H A Dtcg-op-common.h165 void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset);
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c724 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in expand_2_i32()
726 tcg_gen_ld_i32(t1, tcg_env, dofs + i); in expand_2_i32()
744 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in expand_2i_i32()
746 tcg_gen_ld_i32(t1, tcg_env, dofs + i); in expand_2i_i32()
764 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in expand_2s_i32()
787 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in expand_3_i32()
788 tcg_gen_ld_i32(t1, tcg_env, bofs + i); in expand_3_i32()
790 tcg_gen_ld_i32(t2, tcg_env, dofs + i); in expand_3_i32()
811 tcg_gen_ld_i32(t0, tcg_env, aofs + i); in expand_3i_i32()
812 tcg_gen_ld_i32(t1, tcg_env, bofs + i); in expand_3i_i32()
[all …]
H A Dtcg-op.c1444 void tcg_gen_ld_i32(TCGv_i32 ret, TCGv_ptr arg2, tcg_target_long offset) in tcg_gen_ld_i32() function
1552 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld32u_i64()
1562 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld32s_i64()
1576 tcg_gen_ld_i32(TCGV_HIGH(ret), arg2, offset); in tcg_gen_ld_i64()
1577 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset + 4); in tcg_gen_ld_i64()
1579 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset); in tcg_gen_ld_i64()
1580 tcg_gen_ld_i32(TCGV_HIGH(ret), arg2, offset + 4); in tcg_gen_ld_i64()
/openbmc/qemu/target/microblaze/
H A Dtranslate.c1457 tcg_gen_ld_i32(dest, tcg_env, offsetof(CPUMBState, esr)); in trans_mfs()
1460 tcg_gen_ld_i32(dest, tcg_env, offsetof(CPUMBState, fsr)); in trans_mfs()
1463 tcg_gen_ld_i32(dest, tcg_env, offsetof(CPUMBState, btr)); in trans_mfs()
1466 tcg_gen_ld_i32(dest, tcg_env, offsetof(CPUMBState, edr)); in trans_mfs()
1469 tcg_gen_ld_i32(dest, tcg_env, offsetof(CPUMBState, slr)); in trans_mfs()
1472 tcg_gen_ld_i32(dest, tcg_env, offsetof(CPUMBState, shr)); in trans_mfs()
1492 tcg_gen_ld_i32(dest, tcg_env, in trans_mfs()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.h352 tcg_gen_ld_i32(ret, tcg_env, offsetoflow32(CPUARMState, vfp.fpcr)); in get_ahp_flag()
365 tcg_gen_ld_i32(p, tcg_env, offsetof(CPUARMState, pstate)); in set_pstate_bits()
377 tcg_gen_ld_i32(p, tcg_env, offsetof(CPUARMState, pstate)); in clear_pstate_bits()
H A Dtranslate-a32.h58 tcg_gen_ld_i32(tmp, tcg_env, offset); in load_cpu_offset()
H A Dtranslate.c1204 tcg_gen_ld_i32(dest, tcg_env, off); in read_neon_element32()
1280 tcg_gen_ld_i32(var, tcg_env, offsetof(CPUARMState, iwmmxt.cregs[reg])); in iwmmxt_load_creg()
5958 tcg_gen_ld_i32(t3, tcg_env, offsetof(CPUARMState, GE)); in trans_SEL()
H A Dtranslate-vfp.c43 tcg_gen_ld_i32(var, tcg_env, vfp_reg_offset(false, reg)); in vfp_load_reg32()
H A Dtranslate-neon.c51 tcg_gen_ld_i32(var, tcg_env, offset); in neon_load_element()
H A Dtranslate-a64.c619 tcg_gen_ld_i32(v, tcg_env, fp_reg_offset(s, reg, MO_32)); in read_fp_sreg()
1138 tcg_gen_ld_i32(tcg_dest, tcg_env, vect_off); in read_vec_element_i32()
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_fmov.c.inc102 tcg_gen_ld_i32(fcsr0, tcg_env, offsetof(CPULoongArchState, fcsr0));
/openbmc/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc246 tcg_gen_ld_i32(t1, tcg_env, offsetof(CPUPPCState, tlb_need_flush));
H A Dvmx-impl.c.inc141 tcg_gen_ld_i32(val, tcg_env, bofs);
642 tcg_gen_ld_i32(tmp, tcg_env,
/openbmc/qemu/accel/tcg/
H A Dplugin-gen.c106 tcg_gen_ld_i32(cpu_index, tcg_env, in gen_cpu_index()
H A Dtranslator.c49 tcg_gen_ld_i32(count, tcg_env, in gen_tb_start()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2109 tcg_gen_ld_i32(t, tcg_env, offsetof(CPUX86State, hflags)); in gen_set_hflag()
2120 tcg_gen_ld_i32(t, tcg_env, offsetof(CPUX86State, hflags)); in gen_reset_hflag()
2548 tcg_gen_ld_i32(s->tmp2_i32, tcg_env, in gen_x87()
2878 tcg_gen_ld_i32(s->tmp2_i32, tcg_env, in gen_x87()
H A Demit.c.inc3923 tcg_gen_ld_i32(wk0, tcg_env, ZMM_OFFSET(0) + offsetof(ZMMReg, ZMM_L(0)));
3924 tcg_gen_ld_i32(wk1, tcg_env, ZMM_OFFSET(0) + offsetof(ZMMReg, ZMM_L(1)));
4406 tcg_gen_ld_i32(s->tmp2_i32, tcg_env,
4536 tcg_gen_ld_i32(s->tmp2_i32, OP_PTR2, offsetof(ZMMReg, ZMM_L(0)));
4552 tcg_gen_ld_i32(s->tmp2_i32, OP_PTR2, offsetof(ZMMReg, ZMM_L(0)));
/openbmc/qemu/target/sparc/
H A Dtranslate.c249 tcg_gen_ld_i32(ret, tcg_env, gen_offset_fpr_F(src)); in gen_load_fpr_F()
2439 tcg_gen_ld_i32(r_tl, tcg_env, offsetof(CPUSPARCState, tl)); in gen_load_trap_state_at_tl()
3007 tcg_gen_ld_i32(tl, tcg_env, env64_field_offsetof(tl)); in do_rdhtstate()
3599 tcg_gen_ld_i32(tl, tcg_env, env64_field_offsetof(tl)); in TRANS()
/openbmc/qemu/target/m68k/
H A Dtranslate.c4490 tcg_gen_ld_i32(AREG(insn, 0), tcg_env, in DISAS_INSN()
4738 tcg_gen_ld_i32(res, tcg_env, offsetof(CPUM68KState, fpcr)); in gen_load_fcr()
/openbmc/qemu/target/ppc/
H A Dtranslate.c1021 tcg_gen_ld_i32(t0, tcg_env, offsetof(CPUPPCState, spe_fscr)); in spr_read_spefscr()
2898 tcg_gen_ld_i32(t, tcg_env, offsetof(CPUPPCState, tlb_need_flush)); in gen_check_tlb_flush()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c1240 tcg_gen_ld_i32(t2, tcg_env, offsetof(CPUMIPSState, CP0_SRSCtl)); in gen_load_srsgpr()
1260 tcg_gen_ld_i32(t2, tcg_env, offsetof(CPUMIPSState, CP0_SRSCtl)); in gen_store_srsgpr()
4884 tcg_gen_ld_i32(t0, tcg_env, off); in gen_mfc0_load32()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc118 tcg_gen_ld_i32(dst, tcg_env, offs);
/openbmc/qemu/target/hppa/
H A Dtranslate.c439 tcg_gen_ld_i32(ret, tcg_env, in load_frw_i32()