]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/tci: Implement mulu2, muls2
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Feb 2021 01:21:27 +0000 (17:21 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 19 Jun 2021 18:08:00 +0000 (11:08 -0700)
commitf6db0d8dc63e0ae3668646653ffa1c5be16fbe5e
tree34fb439645a665451fa7f033faad8a555c8293cb
parent5255f48c1c8c39be8ad95ef7ec0da0557924c806
tcg/tci: Implement mulu2, muls2

We already had mulu2_i32 for a 32-bit host; expand this to 64-bit
hosts as well.  The muls2_i32 and the 64-bit opcodes are new.

Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tci.c
tcg/tci/tcg-target.c.inc
tcg/tci/tcg-target.h