[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 5/5] target-tricore: Add instructions of BO o
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH v3 5/5] target-tricore: Add instructions of BO opcode format |
Date: |
Mon, 13 Oct 2014 09:49:33 -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 BO opcode format.
> Add microcode generator functions gen_swap, gen_ldmst.
> Add microcode generator functions gen_st/ld_preincr, which write back the
> address after the memory access.
> Add helper for circular and bit reverse addr mode calculation.
> Add sign extended bitmask for BO_OFF10 field.
>
> Signed-off-by: Bastian Koppelmann <address@hidden>
> ---
> v2 -> v3:
> - Add microcode generator functions gen_st/ld_preincr, which write back
> the
> address after the memory access.
> - ST/LD_PREINC insn now use gen_st/ld_preincr or write back the address
> after
> after the memory access.
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
- [Qemu-devel] [PATCH v3 5/5] target-tricore: Add instructions of BO opcode format, Bastian Koppelmann, 2014/10/13
- Re: [Qemu-devel] [PATCH v3 5/5] target-tricore: Add instructions of BO opcode format,
Richard Henderson <=
- Re: [Qemu-devel] [PATCH v3 0/5] Add TriCore ABS, ABSB, B, BIT, BO instructions, Bastian Koppelmann, 2014/10/14