[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 08/16] target-or32: Add translation routines
From: |
Andreas Färber |
Subject: |
Re: [Qemu-devel] [PATCH v3 08/16] target-or32: Add translation routines |
Date: |
Fri, 08 Jun 2012 15:28:46 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120421 Thunderbird/12.0 |
Am 08.06.2012 14:56, schrieb Max Filippov:
> On Fri, Jun 8, 2012 at 4:00 AM, Jia Liu <address@hidden> wrote:
>
>> {
>> TCGv_i64 t0 = tcg_temp_new();
>> TCGv_i64 t1 = tcg_temp_new();
>> TCGv_i64 t2 = tcg_temp_new();
>> tcg_gen_mul_tl(t0, cpu_R[ra], cpu_R[rb]);
>
> t0 should be _tl according to that.
You may find these patches helpful for detecting such mismatches:
http://patchwork.ozlabs.org/patch/130511/
http://patchwork.ozlabs.org/patch/130513/
http://patchwork.ozlabs.org/patch/130514/
http://patchwork.ozlabs.org/patch/130512/
Unfortunately there was no agreement at the time on how to proceed with
that feature...
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
[Qemu-devel] [PATCH v3 09/16] target-or32: Add PIC support, Jia Liu, 2012/06/06
[Qemu-devel] [PATCH v3 11/16] target-or32: Add a IIS dummy board, Jia Liu, 2012/06/06
[Qemu-devel] [PATCH v3 12/16] target-or32: Add system instruction helpers, Jia Liu, 2012/06/06
[Qemu-devel] [PATCH v3 13/16] target-or32: Add gdb stub, Jia Liu, 2012/06/06
[Qemu-devel] [PATCH v3 14/16] target-or32: Add linux syscall, signal and termbits, Jia Liu, 2012/06/06
[Qemu-devel] [PATCH v3 15/16] target-or32: Add linux user support, Jia Liu, 2012/06/06
[Qemu-devel] [PATCH v3 10/16] target-or32: Add timer, Jia Liu, 2012/06/06