[PATCH 0/4] target/ppc: Move VSX storage access and compare

Chinmay Rath posted 4 patches 5 months, 2 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
target/ppc/helper.h                 |  24 +-
target/ppc/insn32.decode            |  41 +++
target/ppc/fpu_helper.c             |  16 +-
target/ppc/mem_helper.c             |   8 +-
target/ppc/translate/vsx-impl.c.inc | 430 ++++++++++++++--------------
target/ppc/translate/vsx-ops.c.inc  |  49 ----
6 files changed, 286 insertions(+), 282 deletions(-)
[PATCH 0/4] target/ppc: Move VSX storage access and compare
Posted by Chinmay Rath 5 months, 2 weeks ago
Moving all remaining VSX storage access instructions and all VSX compare
instructions of XX3 form with RC field, to decodetree specification.

Chinmay Rath (4):
  target/ppc: Moving VSX scalar storage access insns to decodetree.
  target/ppc: Move VSX vector with length storage access insns to
    decodetree.
  target/ppc: Move VSX vector storage access insns to decodetree.
  target/ppc: Move VSX fp compare insns to decodetree.

 target/ppc/helper.h                 |  24 +-
 target/ppc/insn32.decode            |  41 +++
 target/ppc/fpu_helper.c             |  16 +-
 target/ppc/mem_helper.c             |   8 +-
 target/ppc/translate/vsx-impl.c.inc | 430 ++++++++++++++--------------
 target/ppc/translate/vsx-ops.c.inc  |  49 ----
 6 files changed, 286 insertions(+), 282 deletions(-)

-- 
2.39.3