[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 07/15] target-tricore: Add instructions of SR
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH v5 07/15] target-tricore: Add instructions of SRR opcode format |
Date: |
Thu, 21 Aug 2014 13:35:59 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 |
On 08/13/2014 05:07 AM, Bastian Koppelmann wrote:
> Add instructions of SRR opcode format.
> Add helper for add/sub_ssov.
>
> Signed-off-by: Bastian Koppelmann <address@hidden>
> ---
> v4 -> v5:
> - gen_sub_d now saves result of substraction into tcg temp to handle ret
> = r1 cases.
> - gen_mul_i32s now calculates V, SV bits in bit 31.
> - SSOV makro now computes V, SV bits in bit 31.
> - Negate conditions of 16_SRR_CMOV and 16_SRR_CMOVN insns.
> - MOV_AA: Switch r1 and r2 arguments.
>
> target-tricore/helper.h | 4 ++
> target-tricore/op_helper.c | 43 ++++++++++++
> target-tricore/translate.c | 164
> +++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 211 insertions(+)
Reviewed-by: Richard Henderson <address@hidden>
r~
- [Qemu-devel] [PATCH v5 00/15] TriCore architecture guest implementation, Bastian Koppelmann, 2014/08/13
- [Qemu-devel] [PATCH v5 13/15] target-tricore: Add instructions of SC opcode format, Bastian Koppelmann, 2014/08/13
- [Qemu-devel] [PATCH v5 07/15] target-tricore: Add instructions of SRR opcode format, Bastian Koppelmann, 2014/08/13
- Re: [Qemu-devel] [PATCH v5 07/15] target-tricore: Add instructions of SRR opcode format,
Richard Henderson <=
- [Qemu-devel] [PATCH v5 06/15] target-tricore: Add instructions of SRC opcode format, Bastian Koppelmann, 2014/08/13
- [Qemu-devel] [PATCH v5 14/15] target-tricore: Add instructions of SLR, SSRO and SRO opcode format, Bastian Koppelmann, 2014/08/13
- [Qemu-devel] [PATCH v5 08/15] target-tricore: Add instructions of SSR opcode format, Bastian Koppelmann, 2014/08/13
- [Qemu-devel] [PATCH v5 11/15] target-tricore: Add instructions of SBC and SBRN opcode format, Bastian Koppelmann, 2014/08/13
- [Qemu-devel] [PATCH v5 04/15] target-tricore: Add initialization for translation and activate target, Bastian Koppelmann, 2014/08/13
- [Qemu-devel] [PATCH v5 05/15] target-tricore: Add masks and opcodes for decoding, Bastian Koppelmann, 2014/08/13
- [Qemu-devel] [PATCH v5 01/15] target-tricore: Add target stubs and qom-cpu, Bastian Koppelmann, 2014/08/13