/qemu/tcg/sparc64/ |
H A D | tcg-target-con-set.h | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg-target.c.inc | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
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.c.inc | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
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.c.inc | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
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.c.inc | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
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.c.inc | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
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.c.inc | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
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.c.inc | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
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.c.inc | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
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.c.inc | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | tcg.c | 662cdbcf0073c4de8456f5e573523571e3d9da5b Mon Jan 06 17:00:07 UTC 2025 Richard Henderson <richard.henderson@linaro.org> tcg: Convert add to TCGOutOpBinary
Drop all backend support for an immediate as the first operand. This should never happen in any case, as we swap commutative operands to place immediates as the second operand.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|