commit | 3986c650a25e645a2b39795e5004d7e0e1c7b8b1 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Aug 24 08:57:36 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Sep 01 07:41:38 2020 -0700 |
tree | 4af10d2701a688aa4407fbfda2bbe94585f7dcf7 | |
parent | 7bca6ddf901bba39f890fc80d22c26ed2606f4d5 [diff] |
target/microblaze: Mark fpu helpers TCG_CALL_NO_WG Now that FSR is no longer a tcg global temp, we can say that the fpu helpers do not write to tcg temps. All temps are read implicitly by the fpu exception path. Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>