diff options
author | Paul Brook | 2022-04-25 00:01:33 +0200 |
---|---|---|
committer | Paolo Bonzini | 2022-09-01 20:16:33 +0200 |
commit | ee04a3c86dc125bbbdb04abaf4188dbafe612891 (patch) | |
tree | f6eeec5fc036d932ee41283a6a891f4d7a067180 /plugins | |
parent | target/i386: Rewrite vector shift helper (diff) | |
download | qemu-ee04a3c86dc125bbbdb04abaf4188dbafe612891.tar.gz qemu-ee04a3c86dc125bbbdb04abaf4188dbafe612891.tar.xz qemu-ee04a3c86dc125bbbdb04abaf4188dbafe612891.zip |
target/i386: Rewrite simple integer vector helpers
Rewrite the "simple" vector integer helpers in preperation for AVX support.
While the current code is able to use the same prototype for unary
(a = F(b)) and binary (a = F(b, c)) operations, future changes will cause
them to diverge.
No functional changes to existing helpers
Signed-off-by: Paul Brook <paul@nowt.org>
Message-Id: <20220424220204.2493824-12-paul@nowt.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'plugins')
0 files changed, 0 insertions, 0 deletions