]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Add muluh and mulsh opcodes
authorRichard Henderson <rth@twiddle.net>
Wed, 14 Aug 2013 21:35:56 +0000 (14:35 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 2 Sep 2013 16:08:29 +0000 (09:08 -0700)
commit03271524b66dfc979cc0412bdb5d8d617426b644
tree31d2002d9a8ab63e59bbcfd0772599ffa79271c0
parent4ff78e0dbcd5c795962567fdc1b31e9e03c55b07
tcg: Add muluh and mulsh opcodes

Use them in places where mulu2 and muls2 are used.
Optimize mulx2 with dead low part to mulxh.

Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
16 files changed:
tcg/aarch64/tcg-target.h
tcg/arm/tcg-target.h
tcg/hppa/tcg-target.h
tcg/i386/tcg-target.h
tcg/ia64/tcg-target.h
tcg/mips/tcg-target.h
tcg/optimize.c
tcg/ppc/tcg-target.h
tcg/ppc64/tcg-target.h
tcg/s390/tcg-target.h
tcg/sparc/tcg-target.h
tcg/tcg-op.h
tcg/tcg-opc.h
tcg/tcg.c
tcg/tcg.h
tcg/tci/tcg-target.h