]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/i386: Implement vector saturating arithmetic
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 18 Dec 2018 03:00:41 +0000 (19:00 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Jan 2019 15:03:34 +0000 (07:03 -0800)
commit8ffafbcec275e61f6a1a17ac1d0bd918d5b23db3
tree051b3914fdfc59e0e8f404fdeea2b42eb25e4dae
parent44f1441dbe14e7174a707d7e7ecbc2c8e080bfda
tcg/i386: Implement vector saturating arithmetic

Only MO_8 and MO_16 are implemented, since that's all the
instruction set provides.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/i386/tcg-target.h
tcg/i386/tcg-target.inc.c