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.inc725 tcg_gen_gvec_2(vsr_full_offset(a->xt), vsr_full_offset(a->xb),
782 tcg_gen_gvec_3(vsr_full_offset(a->xt), vsr_full_offset(a->xa),
1178 tcg_gen_gvec_2i(vsr_full_offset(a->xt), vsr_full_offset(a->xb),
1666 tcg_gen_gvec_bitsel(MO_64, vsr_full_offset(a->xt), vsr_full_offset(a->xc),
1667 vsr_full_offset(a->xb), vsr_full_offset(a->xa), 16, 16);
1678 tofs = vsr_full_offset(a->xt);
2543 int xt = vsr_full_offset(a->xt), xa = vsr_full_offset(a->xa),
2544 xb = vsr_full_offset(a->xb), xc = vsr_full_offset(a->xc);
2699 tcg_gen_gvec_4(vsr_full_offset(a->xt), vsr_full_offset(a->xa),
2700 vsr_full_offset(a->xb), vsr_full_offset(a->xc),
[all …]
/qemu/target/ppc/
H A Dcpu.h2912 static inline int vsr_full_offset(int i) in vsr_full_offset() function
2919 return vsr_full_offset(i * 4); in acc_full_offset()
2944 return vsr_full_offset(i + 32); in avr_full_offset()