On 07/14/2014 10:41 AM, Bastian Koppelmann wrote: > Add instructions of SSRS and SLRO opcode format. > Add micro-op generator functions for offset loads. > > Signed-off-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> > --- > v1 -> v2: > - Replace OP_MEM_INDIRECT with gen_offset_ld/st functions using TCGMemOp. > - Change load/store instructions to use TCGMemOp. > > target-tricore/translate.c | 54 > ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 54 insertions(+)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~