Searched refs:vsr_full_offset (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 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), 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 …]
|
/openbmc/qemu/target/ppc/ |
H A D | cpu.h | 2942 static inline int vsr_full_offset(int i) in vsr_full_offset() function 2949 return vsr_full_offset(i * 4); in acc_full_offset() 2974 return vsr_full_offset(i + 32); in avr_full_offset()
|