commit | 6482e9d2a40101895ae73c72466ccf4bcbee51bd | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Dec 27 20:10:03 2024 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 16 20:57:17 2025 -0800 |
tree | df7b286d573a0bbfac0f5fdb8e6c2ff62fd6e848 | |
parent | c334de110ea93108feeddce11bd302146d1520f8 [diff] |
tcg: Remove TCG_TARGET_HAS_deposit_{i32,i64} Make deposit "unconditional" in the sense that the opcode is always present. Rely instead on TCG_TARGET_deposit_valid, now always defined. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>