diff options
author | Richard Henderson | 2020-08-30 17:57:20 +0200 |
---|---|---|
committer | Richard Henderson | 2020-10-08 12:57:32 +0200 |
commit | e2e7168a214b0ed98dc357bba96816486a289762 (patch) | |
tree | da936e20dd164e5997a49cca286266d85ad54cd8 /tcg/tci | |
parent | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-0... (diff) | |
download | qemu-e2e7168a214b0ed98dc357bba96816486a289762.tar.gz qemu-e2e7168a214b0ed98dc357bba96816486a289762.tar.xz qemu-e2e7168a214b0ed98dc357bba96816486a289762.zip |
tcg: Adjust simd_desc size encoding
With larger vector sizes, it turns out oprsz == maxsz, and we only
need to represent mismatch for oprsz <= 32. We do, however, need
to represent larger oprsz and do so without reducing SIMD_DATA_BITS.
Reduce the size of the oprsz field and increase the maxsz field.
Steal the oprsz value of 24 to indicate equality with maxsz.
Tested-by: Frank Chang <frank.chang@sifive.com>
Reviewed-by: Frank Chang <frank.chang@sifive.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tci')
0 files changed, 0 insertions, 0 deletions