/qemu/tcg/arm/ |
H A D | tcg-target-has.h | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/i386/ |
H A D | tcg-target-has.h | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/sparc64/ |
H A D | tcg-target-has.h | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/aarch64/ |
H A D | tcg-target-has.h | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/s390x/ |
H A D | tcg-target-has.h | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/tci/ |
H A D | tcg-target-has.h | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
H A D | tcg-target.c.inc | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/ |
H A D | tcg-has.h | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
H A D | tci.c | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
H A D | tcg-op.c | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
H A D | tcg.c | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/mips/ |
H A D | tcg-target-has.h | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/ppc/ |
H A D | tcg-target-has.h | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target-has.h | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|
/qemu/tcg/riscv/ |
H A D | tcg-target-has.h | 6482e9d2a40101895ae73c72466ccf4bcbee51bd Sat Dec 28 04:10:03 UTC 2024 Richard Henderson <richard.henderson@linaro.org> 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>
|