]> Git Repo - qemu.git/commit
tcg: Add muluh and mulsh opcodes
authorRichard Henderson <[email protected]>
Wed, 14 Aug 2013 21:35:56 +0000 (14:35 -0700)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
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
This page took 0.026551 seconds and 4 git commands to generate.