tcg/i386: Implement vector minmax arithmetic
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 18 Dec 2018 04:17:56 +0000 (20:17 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Jan 2019 15:03:34 +0000 (07:03 -0800)
commitbc37faf4cb2baa77c44298c01558970b88d32808
treefe806aa70ad039277ced22855fe70f45084597c3
parent8ffafbcec275e61f6a1a17ac1d0bd918d5b23db3
tcg/i386: Implement vector minmax arithmetic

The avx instruction set does not directly provide MO_64.
We can still implement 64-bit with comparison and vpblendvb.

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