Re: [Qemu-devel] [PATCH 06/10] target-tricore: add RR_CRC32 instruction of the v1.6.1 ISA

2015-05-21 Thread Richard Henderson
On 05/13/2015 02:45 AM, Bastian Koppelmann wrote: > This instruction was introduced by the new Aurix platform. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/helper.h | 2 ++ > target-tricore/op_helper.c | 11 +++ > target-tricore/translate.c | 5

[Qemu-devel] [PATCH 06/10] target-tricore: add RR_CRC32 instruction of the v1.6.1 ISA

2015-05-13 Thread Bastian Koppelmann
This instruction was introduced by the new Aurix platform. Signed-off-by: Bastian Koppelmann --- target-tricore/helper.h | 2 ++ target-tricore/op_helper.c | 11 +++ target-tricore/translate.c | 5 + target-tricore/tricore-opcodes.h | 1 + 4 files changed, 19