qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] PPC: Fix cmp on 32bit only targets


From: Alexander Graf
Subject: [Qemu-devel] [PATCH] PPC: Fix cmp on 32bit only targets
Date: Wed, 8 May 2013 12:06:50 +0200

When running 32bit cmp instructions on a TARGET_PPC without 64bit support,
we generate incorrect comparisons. This patch set fixes this issue.


Alex

Alexander Graf (2):
  PPC: Add 32bit instruction flag
  PPC: Introduce 32bit only cmp ops

 target-ppc/cpu.h            |    5 ++-
 target-ppc/translate.c      |   48 +++++++++++++++++++----
 target-ppc/translate_init.c |   88 +++++++++++++++++++++---------------------
 3 files changed, 88 insertions(+), 53 deletions(-)




reply via email to

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