On 12/17/2014 09:59 AM, Bastian Koppelmann wrote: > Those makros are exclusively used for 32 bit arithmetics and won't work for > 16 bit with two halfwords. So lets get rid of the len parameter and make them > always use 32 bit. Now no token pasting is needed anymore and they can be > regular functions. > > Signed-off-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> > --- > v1 -> v2: > - SSOV32/SUOV32 are now regular functions. > > target-tricore/op_helper.c | 134 > ++++++++++++++++++++------------------------- > 1 file changed, 58 insertions(+), 76 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~