[PATCH 0/3] target/ppc: Update vector insns to use 128 bit

Chinmay Rath posted 3 patches 1 week, 2 days ago
Failed in applying to current master (apply log)
There is a newer version of this series
target/ppc/translate.c              | 10 -----
target/ppc/translate/vmx-impl.c.inc | 50 +++++++++++----------
target/ppc/translate/vsx-impl.c.inc | 68 ++++++++++++-----------------
3 files changed, 57 insertions(+), 71 deletions(-)
[PATCH 0/3] target/ppc: Update vector insns to use 128 bit
Posted by Chinmay Rath 1 week, 2 days ago
Updating a bunch of VMX and VSX storage access instructions to use
tcg_gen_qemu_ld/st_i128 instead of using tcg_gen_qemu_ld/st_i64 in
succession; as suggested by Richard, in my decodetree patches.
Plus some minor clean-ups to facilitate the above in case of VMX insns.

Chinmay Rath (3):
  target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc.
  target/ppc: Update VMX storage access insns to use
    tcg_gen_qemu_ld/st_i128.
  target/ppc : Update VSX storage access insns to use tcg_gen_qemu
    _ld/st_i128.

 target/ppc/translate.c              | 10 -----
 target/ppc/translate/vmx-impl.c.inc | 50 +++++++++++----------
 target/ppc/translate/vsx-impl.c.inc | 68 ++++++++++++-----------------
 3 files changed, 57 insertions(+), 71 deletions(-)

-- 
2.39.3