Home
last modified time | relevance | path

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

/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc733 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),
1160 tcg_gen_gvec_2i(vsr_full_offset(a->xt), vsr_full_offset(a->xb),
1630 tcg_gen_gvec_bitsel(MO_64, vsr_full_offset(a->xt), vsr_full_offset(a->xc),
1631 vsr_full_offset(a->xb), vsr_full_offset(a->xa), 16, 16);
1642 tofs = vsr_full_offset(a->xt);
2495 int xt = vsr_full_offset(a->xt), xa = vsr_full_offset(a->xa),
2496 xb = vsr_full_offset(a->xb), xc = vsr_full_offset(a->xc);
2651 tcg_gen_gvec_4(vsr_full_offset(a->xt), vsr_full_offset(a->xa),
2652 vsr_full_offset(a->xb), vsr_full_offset(a->xc),
[all …]
/qemu/target/ppc/
H A Dcpu.h2941 static inline int vsr_full_offset(int i) in vsr_full_offset() function
2948 return vsr_full_offset(i * 4); in acc_full_offset()
2973 return vsr_full_offset(i + 32); in avr_full_offset()