Re: [Qemu-devel] [PATCH 1/5] target-tricore: Add instructions of BOL opcode format

2014-10-29 Thread Richard Henderson
On 10/29/2014 06:22 AM, Bastian Koppelmann wrote: > Add instructions of BOL opcode format. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/translate.c | 48 > > target-tricore/tricore-opcodes.h | 4 +++- > 2 files changed, 51 insertio

Re: [Qemu-devel] [PATCH 1/5] target-tricore: Add instructions of BOL opcode format

2014-10-29 Thread Richard Henderson
On 10/29/2014 06:22 AM, Bastian Koppelmann wrote: > Add instructions of BOL opcode format. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/translate.c | 48 > > target-tricore/tricore-opcodes.h | 4 +++- > 2 files changed, 51 insertio

[Qemu-devel] [PATCH 1/5] target-tricore: Add instructions of BOL opcode format

2014-10-29 Thread Bastian Koppelmann
Add instructions of BOL opcode format. Signed-off-by: Bastian Koppelmann --- target-tricore/translate.c | 48 target-tricore/tricore-opcodes.h | 4 +++- 2 files changed, 51 insertions(+), 1 deletion(-) diff --git a/target-tricore/translate.c b/tar