Re: [Qemu-devel] [PATCH 12/15] target-tricore: Add instructions of SBR opcode format

2014-07-08 Thread Richard Henderson
On 07/07/2014 11:13 AM, Bastian Koppelmann wrote: > Add instructions of SBR opcode format. > Add gen_loop micro-op generator function. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/translate.c | 69 > ++ > 1 file changed, 69 insertions(

[Qemu-devel] [PATCH 12/15] target-tricore: Add instructions of SBR opcode format

2014-07-07 Thread Bastian Koppelmann
Add instructions of SBR opcode format. Add gen_loop micro-op generator function. Signed-off-by: Bastian Koppelmann --- target-tricore/translate.c | 69 ++ 1 file changed, 69 insertions(+) diff --git a/target-tricore/translate.c b/target-tricore/transl