qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [Qemu-devel] [PATCH 03/32] ppc: Move classic fp ops out o


From: Richard Henderson
Subject: Re: [Qemu-ppc] [Qemu-devel] [PATCH 03/32] ppc: Move classic fp ops out of translate.c
Date: Thu, 28 Jul 2016 21:32:47 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

On 07/27/2016 03:50 AM, Benjamin Herrenschmidt wrote:
Makes things a bit more manageable

Signed-off-by: Benjamin Herrenschmidt <address@hidden>
---
 target-ppc/translate.c         | 1205 +---------------------------------------
 target-ppc/translate/fp-impl.c | 1098 ++++++++++++++++++++++++++++++++++++
 target-ppc/translate/fp-ops.c  |  111 ++++
 3 files changed, 1213 insertions(+), 1201 deletions(-)
 create mode 100644 target-ppc/translate/fp-impl.c
 create mode 100644 target-ppc/translate/fp-ops.c

For the benefit of Peter's ./scripts/clean-includes and friends, please name these with *.inc.c, like in tcg/*/.


r~



reply via email to

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