Home
last modified time | relevance | path

Searched refs:vsr_full_offset (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc15 tcg_gen_ld_i128(dst, tcg_env, vsr_full_offset(reg));
20 tcg_gen_st_i128(src, tcg_env, vsr_full_offset(reg));
26 tcg_gen_addi_ptr(r, tcg_env, vsr_full_offset(reg));
127 tcg_gen_gvec_dup_i32(MO_UL, vsr_full_offset(a->rt), 16, 16, data);
143 tcg_gen_gvec_dup_i64(MO_UQ, vsr_full_offset(a->rt), 16, 16, data);
733 tcg_gen_gvec_2(vsr_full_offset(a->xt), vsr_full_offset(a->xb),
790 tcg_gen_gvec_3(vsr_full_offset(a->xt), vsr_full_offset(a->xa),
791 vsr_full_offset(a->xb), 16, 16, &op[vece - MO_32]);
1160 tcg_gen_gvec_2i(vsr_full_offset(a->xt), vsr_full_offset(a->xb),
1582 helper(vece, vsr_full_offset(a->xt),
[all …]
/openbmc/qemu/target/ppc/
H A Dcpu.h2939 static inline int vsr_full_offset(int i) in vsr_full_offset() function
2946 return vsr_full_offset(i * 4); in acc_full_offset()
2971 return vsr_full_offset(i + 32); in avr_full_offset()