qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-ppc] [PATCH 0/7] Stage 1 VSX Support


From: Tom Musta
Subject: [Qemu-ppc] [PATCH 0/7] Stage 1 VSX Support
Date: Tue, 24 Sep 2013 09:52:48 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

This patch sequence provides the first release of support for the
Vector Scalar Extension (VSX) instructions that were introduced
in PowerISA V2.06.

Initially, three instructions are supported (lxvd2x, stxvd2x and
xxpermdi) -- these are required for booting the Linux kernel.


Tom Musta (7):
  Declare and Enable VSX
  Add MSR VSX and Associated Exception
  Add VSX Instruction Decoders
  Add VSR to Global Registers
  Add lxvd2x
  Add stxvd2x
  Add xxpermdi

 target-ppc/cpu.h            |    9 +++-
 target-ppc/excp_helper.c    |    5 ++
target-ppc/translate.c | 128 +++++++++++++++++++++++++++++++++++++++++++
 target-ppc/translate_init.c |   11 ++-
 4 files changed, 148 insertions(+), 5 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]