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

2014-07-07 Thread Richard Henderson
On 07/07/2014 11:13 AM, Bastian Koppelmann wrote: > diff --git a/target-tricore/op_helper.c b/target-tricore/op_helper.c > index b9fbfad..5267fd0 100644 > --- a/target-tricore/op_helper.c > +++ b/target-tricore/op_helper.c > @@ -56,6 +56,198 @@ target_ulong helper_shac(CPUTRICOREState *env, > targ

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

2014-07-07 Thread Bastian Koppelmann
Add instructions of SB opcode format. Add helper call/ret. Add micro-op generator functions for branches. Add makro to generate helper functions. Signed-off-by: Bastian Koppelmann --- target-tricore/helper.h| 5 ++ target-tricore/op_helper.c | 192 ++