tcg/i386: Implement cmpsel_vec with avx512 insns
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 8 Sep 2024 00:24:57 +0000 (17:24 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Sep 2024 04:54:50 +0000 (06:54 +0200)
commitd58967490238f8d4c941102ade649314785d3f48
treed8ac4a6250f5238a51f1b4de129b03af5c862101
parentc044ec0d85cd94d1a986297c2e1f228408dddd76
tcg/i386: Implement cmpsel_vec with avx512 insns

The avx512 vpblendm* instructions exactly implement cmpsel,
using a predicate input.  Of course this matches nicely with
the avx512 predicate comparison instructions.

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