commit | 0bba7572d40d5d3f79dd2392051fe3970a41e9db | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Nov 03 13:13:05 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jun 05 09:05:10 2024 -0700 |
tree | f57ab113e106710c6f3474a1e1c94d44f48eef3a | |
parent | b5c960470d0d7a976aa83e6e3a9b0fdc1d83c7cd [diff] |
target/sparc: Perform DFPREG/QFPREG in decodetree Form the proper register decoding from the start. Because we're removing the translation from the inner-most gen_load_fpr_* and gen_store_fpr_* routines, this must be done for all insns at once. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>