All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-7.1 00/10] BCDA and mffscdrn implementations
@ 2022-04-18 16:38 Víctor Colombo
  2022-04-18 16:38 ` [PATCH for-7.1 01/10] target/ppc: Fix insn32.decode style issues Víctor Colombo
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Víctor Colombo @ 2022-04-18 16:38 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc
  Cc: danielhb413, groug, victor.colombo, clg, matheus.ferst, david

Set of patches containing implementations for some instructions that
were missing before. Also, moves some related instructions to
decodetree

Matheus Ferst (4):
  target/ppc: Add flag for ISA v2.06 BCDA instructions
  target/ppc: implement addg6s
  target/ppc: implement cbcdtd
  target/ppc: implement cdtbcd

Víctor Colombo (6):
  target/ppc: Fix insn32.decode style issues
  target/ppc: Move mffs[.] to decodetree
  target/ppc: Move mffsl to decodetree
  target/ppc: Move mffsce to decodetree
  target/ppc: Move mffscrn[i] to decodetree
  target/ppc: Implement mffscdrn[i] instructions

 target/ppc/cpu.h                           |   4 +-
 target/ppc/cpu_init.c                      |   9 +-
 target/ppc/dfp_helper.c                    |  65 ++++++++
 target/ppc/helper.h                        |   2 +
 target/ppc/insn32.decode                   |  58 +++++--
 target/ppc/internal.h                      |   3 -
 target/ppc/translate/fixedpoint-impl.c.inc |  49 ++++++
 target/ppc/translate/fp-impl.c.inc         | 168 ++++++++++-----------
 target/ppc/translate/fp-ops.c.inc          |   9 --
 9 files changed, 248 insertions(+), 119 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-04-26 12:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18 16:38 [PATCH for-7.1 00/10] BCDA and mffscdrn implementations Víctor Colombo
2022-04-18 16:38 ` [PATCH for-7.1 01/10] target/ppc: Fix insn32.decode style issues Víctor Colombo
2022-04-18 16:38 ` [PATCH for-7.1 02/10] target/ppc: Move mffs[.] to decodetree Víctor Colombo
2022-04-18 16:38 ` [PATCH for-7.1 03/10] target/ppc: Move mffsl " Víctor Colombo
2022-04-18 16:38 ` [PATCH for-7.1 04/10] target/ppc: Move mffsce " Víctor Colombo
2022-04-18 16:38 ` [PATCH for-7.1 05/10] target/ppc: Move mffscrn[i] " Víctor Colombo
2022-04-18 16:38 ` [PATCH for-7.1 06/10] target/ppc: Implement mffscdrn[i] instructions Víctor Colombo
2022-04-18 16:38 ` [PATCH for-7.1 07/10] target/ppc: Add flag for ISA v2.06 BCDA instructions Víctor Colombo
2022-04-18 16:38 ` [PATCH for-7.1 08/10] target/ppc: implement addg6s Víctor Colombo
2022-04-18 16:38 ` [PATCH for-7.1 09/10] target/ppc: implement cbcdtd Víctor Colombo
2022-04-18 16:38 ` [PATCH for-7.1 10/10] target/ppc: implement cdtbcd Víctor Colombo
2022-04-26 12:21 ` [PATCH for-7.1 00/10] BCDA and mffscdrn implementations Víctor Colombo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.