On 07/14/2014 10:41 AM, Bastian Koppelmann wrote: > Add instructions of SBR opcode format. > Add gen_loop micro-op generator function. > > Signed-off-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> > --- > v1 -> v2: > - Change gen_loop() to subtract first and then compare to -1. > - Change gen_loop() using next_pc insted of insn_bytes. > - Change SBR_LOOP instructions to use offset * 2 -32. > > target-tricore/translate.c | 66 > +++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 65 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~