qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] target-ppc: Base ISA V2.07 for Power8
@ 2014-01-27 17:54 Tom Musta
  2014-01-27 17:54 ` [Qemu-devel] [PATCH 1/8] target-ppc: Add Flag for bctar Tom Musta
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Tom Musta @ 2014-01-27 17:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Tom Musta, qemu-ppc

This patch series adds the branch and integer instructions that were 
introduced in Power ISA 2.07.  Specifically,

  - There is a new conditional Branch to Address Register (bctar) instruction.
  - The load/store quadword instructions are now supported in user mode (Book I).
  - Quadword atomic instructions have been added (lqarx, stqcx.).

ISA 2.07 additions for other categories (VSX, Altivec, Decimal Floating Point,
transactional memory) are not included in this patch series; they will be 
contributed via other patches.

Tom Musta (8):
  target-ppc: Add Flag for bctar
  target-ppc: Add Target Address SPR (TAR) to Power8
  target-ppc: Add bctar Instruction
  target-ppc: Add Flag for ISA 2.07 Load/Store Quadword Instructions
  target-ppc: Load Quadword
  target-ppc: Store Quadword
  target-ppc: Add Load Quadword and Reserve
  target-ppc: Add Store Quadword Conditional

 target-ppc/cpu.h            |    9 ++-
 target-ppc/translate.c      |  154 ++++++++++++++++++++++++++++++++++---------
 target-ppc/translate_init.c |   19 +++++-
 3 files changed, 146 insertions(+), 36 deletions(-)

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

end of thread, other threads:[~2014-01-27 21:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-27 17:54 [Qemu-devel] [PATCH 0/8] target-ppc: Base ISA V2.07 for Power8 Tom Musta
2014-01-27 17:54 ` [Qemu-devel] [PATCH 1/8] target-ppc: Add Flag for bctar Tom Musta
2014-01-27 17:54 ` [Qemu-devel] [PATCH 2/8] target-ppc: Add Target Address SPR (TAR) to Power8 Tom Musta
2014-01-27 17:54 ` [Qemu-devel] [PATCH 3/8] target-ppc: Add bctar Instruction Tom Musta
2014-01-27 18:46   ` [Qemu-devel] [Qemu-ppc] " Alexander Graf
2014-01-27 19:34     ` Tom Musta
2014-01-27 21:44       ` Alexander Graf
2014-01-27 17:54 ` [Qemu-devel] [PATCH 4/8] target-ppc: Add Flag for ISA 2.07 Load/Store Quadword Instructions Tom Musta
2014-01-27 17:54 ` [Qemu-devel] [PATCH 5/8] target-ppc: Load Quadword Tom Musta
2014-01-27 18:55   ` [Qemu-devel] [Qemu-ppc] " Alexander Graf
2014-01-27 19:53     ` Tom Musta
2014-01-27 21:43       ` Alexander Graf
2014-01-27 17:54 ` [Qemu-devel] [PATCH 6/8] target-ppc: Store Quadword Tom Musta
2014-01-27 17:54 ` [Qemu-devel] [PATCH 7/8] target-ppc: Add Load Quadword and Reserve Tom Musta
2014-01-27 18:59   ` [Qemu-devel] [Qemu-ppc] " Alexander Graf
2014-01-27 20:01     ` Tom Musta
2014-01-27 17:54 ` [Qemu-devel] [PATCH 8/8] target-ppc: Add Store Quadword Conditional Tom Musta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).