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

2014-07-07 Thread Richard Henderson
On 07/07/2014 11:13 AM, Bastian Koppelmann wrote: > Add instructions of SRR opcode format. > Add micro-op generator function for ssov. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/translate.c | 140 > - > 1 file changed, 139 insertions

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

2014-07-07 Thread Bastian Koppelmann
Add instructions of SRR opcode format. Add micro-op generator function for ssov. Signed-off-by: Bastian Koppelmann --- target-tricore/translate.c | 140 - 1 file changed, 139 insertions(+), 1 deletion(-) diff --git a/target-tricore/translate.c b/targe