commit | fa9079a86d94c202c316c97ca2eb61ca3e763907 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri May 24 19:23:11 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jun 05 09:05:10 2024 -0700 |
tree | 0763e89a6387f9063910ea4dcb1bf164c8c46395 | |
parent | e6e903db6a5e960e595f9f1fd034adb942dd9508 [diff] |
target/sparc: Fix ARRAY8 Follow the Oracle Sparc 2015 implementation note and bound the input value of N to 5 from the lower 3 bits of rs2. Spell out all of the intermediate values, matching the diagram in the manual. Fix extraction of upper_x and upper_y for N=0. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>