qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/2] Enabling floating point instruction to 440x5


From: Pierre Mallard
Subject: [Qemu-devel] [PATCH v2 0/2] Enabling floating point instruction to 440x5 CPUs
Date: Fri, 12 Sep 2014 21:31:31 +0200

This patch series enable floating point instruction in 440x5 CPUs
which have the capabilities to have optional APU FPU in double precision mode.

1) Allow fc[tf]id[*] mnemonics for non TARGET_PPC64 with a new insn2 flag
2) Create a new 440x5 implementing floating point instructions

Pierre Mallard (2):
  target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64
  target-ppc : Add new processor type 440x5wDFPU

 target-ppc/cpu-models.c     |    3 +++
 target-ppc/cpu.h            |    5 ++++-
 target-ppc/fpu_helper.c     |    6 ------
 target-ppc/helper.h         |    2 --
 target-ppc/translate.c      |   16 ++++++---------
 target-ppc/translate_init.c |   47 ++++++++++++++++++++++++++++++++++++++++---
 6 files changed, 57 insertions(+), 22 deletions(-)

-- 
1.7.10.4




reply via email to

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