/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 136 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_2_ool() 137 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_2_ool() 157 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_2i_ool() 158 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_2i_ool() 178 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_3_ool() 179 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_3_ool() 180 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_3_ool() 202 tcg_gen_addi_ptr(a0, tcg_env, dofs); in tcg_gen_gvec_4_ool() 203 tcg_gen_addi_ptr(a1, tcg_env, aofs); in tcg_gen_gvec_4_ool() 204 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_4_ool() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.h | 120 tcg_gen_addi_ptr(ret, tcg_env, vec_full_reg_offset(s, regno)); in vec_full_reg_ptr() 184 tcg_gen_addi_ptr(ret, tcg_env, pred_full_reg_offset(s, regno)); in pred_full_reg_ptr()
|
H A D | translate-sve.c | 514 tcg_gen_addi_ptr(dptr, tcg_env, dofs); in do_predtest() 515 tcg_gen_addi_ptr(gptr, tcg_env, gofs); in do_predtest() 1085 tcg_gen_addi_ptr(t_zd, tcg_env, vec_full_reg_offset(s, rd)); in TRANS_FEAT() 1795 tcg_gen_addi_ptr(dptr, tcg_env, vec_full_reg_offset(s, rd)); in do_sat_addsub_vec() 1796 tcg_gen_addi_ptr(nptr, tcg_env, vec_full_reg_offset(s, rn)); in do_sat_addsub_vec() 2039 tcg_gen_addi_ptr(t_zd, tcg_env, vec_full_reg_offset(s, rd)); in do_cpy_m() 2040 tcg_gen_addi_ptr(t_zn, tcg_env, vec_full_reg_offset(s, rn)); in do_cpy_m() 4090 tcg_gen_addi_ptr(i, i, 16); in gen_sve_ldr() 4191 tcg_gen_addi_ptr(i, i, 16); in gen_sve_str() 4763 tcg_gen_addi_ptr(t_pg, tcg_env, poff); in do_ldrq() [all …]
|
H A D | translate-sme.c | 117 tcg_gen_addi_ptr(addr, tcg_env, offset); in get_tile()
|
H A D | translate.h | 669 tcg_gen_addi_ptr(statusptr, tcg_env, offset); in fpstatus_ptr()
|
H A D | translate-mve.c | 59 tcg_gen_addi_ptr(ret, tcg_env, mve_qreg_offset(reg)); in mve_qreg_ptr()
|
H A D | gengvec.c | 33 tcg_gen_addi_ptr(qc_ptr, tcg_env, offsetof(CPUARMState, vfp.qc)); in gen_gvec_fn3_qc()
|
H A D | translate-neon.c | 35 tcg_gen_addi_ptr(ret, tcg_env, vfp_reg_offset(dp, reg)); in vfp_reg_ptr()
|
H A D | translate.c | 5737 tcg_gen_addi_ptr(ge, tcg_env, offsetof(CPUARMState, GE)); in op_par_addsub_ge()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 647 tcg_gen_addi_ptr(dest, tcg_env, vreg_ofs(s, vd)); 648 tcg_gen_addi_ptr(mask, tcg_env, vreg_ofs(s, 0)); 823 tcg_gen_addi_ptr(dest, tcg_env, vreg_ofs(s, vd)); 824 tcg_gen_addi_ptr(mask, tcg_env, vreg_ofs(s, 0)); 924 tcg_gen_addi_ptr(dest, tcg_env, vreg_ofs(s, vd)); 926 tcg_gen_addi_ptr(mask, tcg_env, vreg_ofs(s, 0)); 1058 tcg_gen_addi_ptr(dest, tcg_env, vreg_ofs(s, vd)); 1059 tcg_gen_addi_ptr(mask, tcg_env, vreg_ofs(s, 0)); 1114 tcg_gen_addi_ptr(dest, tcg_env, vreg_ofs(s, vd)); 1257 tcg_gen_addi_ptr(mask, tcg_env, vreg_ofs(s, 0)); [all …]
|
H A D | trans_rvvk.c.inc | 266 tcg_gen_addi_ptr(rd_v, tcg_env, vreg_ofs(s, a->rd)); \ 267 tcg_gen_addi_ptr(rs2_v, tcg_env, vreg_ofs(s, a->rs2)); \ 341 tcg_gen_addi_ptr(rd_v, tcg_env, vreg_ofs(s, a->rd)); \ 342 tcg_gen_addi_ptr(rs2_v, tcg_env, vreg_ofs(s, a->rs2)); \
|
/openbmc/qemu/target/hexagon/ |
H A D | README | 144 tcg_gen_addi_ptr(VdV, tcg_env, VdV_off); 153 tcg_gen_addi_ptr(VuV, tcg_env, VuV_off); 154 tcg_gen_addi_ptr(VvV, tcg_env, VvV_off);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | dfp-impl.c.inc | 6 tcg_gen_addi_ptr(r, tcg_env, offsetof(CPUPPCState, vsr[reg].u64[0]));
|
H A D | vsx-impl.c.inc | 26 tcg_gen_addi_ptr(r, tcg_env, vsr_full_offset(reg)); 33 tcg_gen_addi_ptr(r, tcg_env, acc_full_offset(reg));
|
H A D | vmx-impl.c.inc | 13 tcg_gen_addi_ptr(r, tcg_env, avr_full_offset(reg));
|
/openbmc/qemu/accel/tcg/ |
H A D | plugin-gen.c | 132 tcg_gen_addi_ptr(ptr, ptr, (intptr_t) base_ptr); in gen_plugin_u64_ptr()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 501 static inline void tcg_gen_addi_ptr(TCGv_ptr r, TCGv_ptr a, intptr_t b) in tcg_gen_addi_ptr() function
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 325 tcg_gen_addi_ptr(op->v_ptr, tcg_env, vector_reg_offset(op)); 719 tcg_gen_addi_ptr(ptr3, tcg_env, ZMM_OFFSET(op3)); 1081 tcg_gen_addi_ptr(index, tcg_env, ZMM_OFFSET(decode->mem.index)); 2959 tcg_gen_addi_ptr(ptr, tcg_env, offsetof(CPUX86State, xmm_t0)); 4385 tcg_gen_addi_ptr(ptr, tcg_env, offsetof(CPUX86State, xmm_regs));
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 757 tcg_gen_addi_ptr(a0, tcg_env, v1_offs); 815 tcg_gen_addi_ptr(a0, tcg_env, v1_offs); 1239 tcg_gen_addi_ptr(a0, tcg_env, v1_offs);
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 910 tcg_gen_addi_ptr(fp, tcg_env, offsetof(CPUM68KState, fregs[freg])); in gen_fp_ptr() 917 tcg_gen_addi_ptr(fp, tcg_env, offsetof(CPUM68KState, fp_result)); in gen_fp_result_ptr()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 2411 tcg_gen_addi_ptr(r_tsptr, tcg_env, offsetof(CPUSPARCState, ts)); in gen_load_trap_state_at_tl()
|