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

2014-10-29 Thread Richard Henderson
On 10/29/2014 06:22 AM, Bastian Koppelmann wrote: > Add instructions of BRC opcode format. > Fixed OP2_BRC_JGE -> OP2_32_BRC_JGE. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/translate.c | 53 > +++- > target-tricore/tricore-opcodes.h |

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

2014-10-29 Thread Bastian Koppelmann
Add instructions of BRC opcode format. Fixed OP2_BRC_JGE -> OP2_32_BRC_JGE. Signed-off-by: Bastian Koppelmann --- target-tricore/translate.c | 53 +++- target-tricore/tricore-opcodes.h | 6 +++-- 2 files changed, 56 insertions(+), 3 deletions(-) diff -