]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/tci: Implement add2, sub2
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Feb 2021 01:40:12 +0000 (17:40 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 19 Jun 2021 18:08:00 +0000 (11:08 -0700)
commit08096b1a644aebac7a1e52fe377c59a3f90ed43d
treed626ff9cd1b793b7ba0ef36ac4edef9e10629329
parentf6db0d8dc63e0ae3668646653ffa1c5be16fbe5e
tcg/tci: Implement add2, sub2

We already had the 32-bit versions for a 32-bit host; expand this
to 64-bit hosts as well.  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