Skip to content
Snippets Groups Projects
user avatar
Richard Henderson authored
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: default avatarFrank Chang <frank.chang@sifive.com>
Reviewed-by: default avatarFrank Chang <frank.chang@sifive.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
e2e7168a
History
Name Last commit Last update
..