]> git.proxmox.com Git - mirror_qemu.git/commit
target-tricore: Change SSOV/SUOV makro name to SSOV32/SUOV32
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Thu, 27 Nov 2014 13:45:09 +0000 (13:45 +0000)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Sun, 21 Dec 2014 18:34:22 +0000 (18:34 +0000)
commite4e39176305adff59b05a02a072ae1369d0a2274
tree01aee38066787bde457aeddd1f5159e01d6186d8
parent7f13420ec000ad7644b65ea1a32b5674ad0cd204
target-tricore: Change SSOV/SUOV makro name to SSOV32/SUOV32

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 <kbastian@mail.uni-paderborn.de>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-tricore/op_helper.c