[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 4/5] target-tricore: Add instructions of BIT
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH v3 4/5] target-tricore: Add instructions of BIT opcode format |
Date: |
Mon, 13 Oct 2014 09:42:44 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 |
On 10/13/2014 09:27 AM, Bastian Koppelmann wrote:
> Add instructions of BIT opcode format.
> Add microcode generator functions gen_bit_1/2op to do 1/2 bit operations on
> the last bit.
>
> Signed-off-by: Bastian Koppelmann <address@hidden>
> ---
> v2 -> v3:
> - OR_NOR_T, AND_NOR_T: Now uses normal conditionals instead of
> preprocessor.
>
> target-tricore/translate.c | 312
> +++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 312 insertions(+)
Reviewed-by: Richard Henderson <address@hidden>
r~
- [Qemu-devel] [PATCH v3 0/5] Add TriCore ABS, ABSB, B, BIT, BO instructions, Bastian Koppelmann, 2014/10/13
- [Qemu-devel] [PATCH v3 1/5] target-tricore: Cleanup and Bugfixes, Bastian Koppelmann, 2014/10/13
- [Qemu-devel] [PATCH v3 2/5] target-tricore: Add instructions of ABS, ABSB opcode format, Bastian Koppelmann, 2014/10/13
- [Qemu-devel] [PATCH v3 3/5] target-tricore: Add instructions of B opcode format, Bastian Koppelmann, 2014/10/13
- [Qemu-devel] [PATCH v3 4/5] target-tricore: Add instructions of BIT opcode format, Bastian Koppelmann, 2014/10/13
- Re: [Qemu-devel] [PATCH v3 4/5] target-tricore: Add instructions of BIT opcode format,
Richard Henderson <=
- [Qemu-devel] [PATCH v3 5/5] target-tricore: Add instructions of BO opcode format, Bastian Koppelmann, 2014/10/13
- Re: [Qemu-devel] [PATCH v3 0/5] Add TriCore ABS, ABSB, B, BIT, BO instructions, Bastian Koppelmann, 2014/10/14