| commit | c334de110ea93108feeddce11bd302146d1520f8 | [log] [tgz] |
|---|---|---|
| author | Richard Henderson <richard.henderson@linaro.org> | Thu Dec 26 00:43:19 2024 -0800 |
| committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 16 20:57:17 2025 -0800 |
| tree | fc358ad6b6324ae288e5335ecc291fb4e68914d9 | |
| parent | 41736e7ce1f810594abad540c48f8390228a4d81 [diff] |
tcg: Remove TCG_TARGET_HAS_{s}extract_{i32,i64}
Make extract and sextract "unconditional" in the sense
that the opcodes are always present. Rely instead on
TCG_TARGET_HAS_{s}extract_valid, now always defined.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>