diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2024-09-07 08:41:39 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2024-09-22 06:54:50 +0200 |
commit | 717da87d38937e0573aeb5b9c24e3e296a24fab8 (patch) | |
tree | 45b1adecf462268c5da542a3f4e77e0dec25d2f6 /tcg/region.c | |
parent | d8387f0ee0862985dc481db1fca78dced54e183a (diff) | |
download | qemu-717da87d38937e0573aeb5b9c24e3e296a24fab8.zip qemu-717da87d38937e0573aeb5b9c24e3e296a24fab8.tar.gz qemu-717da87d38937e0573aeb5b9c24e3e296a24fab8.tar.bz2 |
tcg/i386: Implement cmp_vec with avx512 insns
The sse/avx instruction set only has EQ and GT as direct comparisons.
Other signed comparisons can be generated from swapping and inversion.
However unsigned comparisons are not available and must be transformed
to signed comparisons by biasing the inputs.
The avx512 instruction set has a complete set of comparisons, with
results placed into a predicate register. We can produce the normal
cmp_vec result by using VPMOVM2*.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/region.c')
0 files changed, 0 insertions, 0 deletions