/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | da43e5e6ba64fbe50d6437719470d57874939542 Fri Dec 27 22:30:01 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Use C_NotImplemented in tcg_target_op_def
Return C_NotImplemented instead of asserting for opcodes not implemented by the backend. For now, the assertion moves to process_op_defs.
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 | da43e5e6ba64fbe50d6437719470d57874939542 Fri Dec 27 22:30:01 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Use C_NotImplemented in tcg_target_op_def
Return C_NotImplemented instead of asserting for opcodes not implemented by the backend. For now, the assertion moves to process_op_defs.
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 | da43e5e6ba64fbe50d6437719470d57874939542 Fri Dec 27 22:30:01 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Use C_NotImplemented in tcg_target_op_def
Return C_NotImplemented instead of asserting for opcodes not implemented by the backend. For now, the assertion moves to process_op_defs.
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 | da43e5e6ba64fbe50d6437719470d57874939542 Fri Dec 27 22:30:01 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Use C_NotImplemented in tcg_target_op_def
Return C_NotImplemented instead of asserting for opcodes not implemented by the backend. For now, the assertion moves to process_op_defs.
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 | da43e5e6ba64fbe50d6437719470d57874939542 Fri Dec 27 22:30:01 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Use C_NotImplemented in tcg_target_op_def
Return C_NotImplemented instead of asserting for opcodes not implemented by the backend. For now, the assertion moves to process_op_defs.
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 | da43e5e6ba64fbe50d6437719470d57874939542 Fri Dec 27 22:30:01 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Use C_NotImplemented in tcg_target_op_def
Return C_NotImplemented instead of asserting for opcodes not implemented by the backend. For now, the assertion moves to process_op_defs.
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 | da43e5e6ba64fbe50d6437719470d57874939542 Fri Dec 27 22:30:01 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Use C_NotImplemented in tcg_target_op_def
Return C_NotImplemented instead of asserting for opcodes not implemented by the backend. For now, the assertion moves to process_op_defs.
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 | da43e5e6ba64fbe50d6437719470d57874939542 Fri Dec 27 22:30:01 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Use C_NotImplemented in tcg_target_op_def
Return C_NotImplemented instead of asserting for opcodes not implemented by the backend. For now, the assertion moves to process_op_defs.
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 | da43e5e6ba64fbe50d6437719470d57874939542 Fri Dec 27 22:30:01 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Use C_NotImplemented in tcg_target_op_def
Return C_NotImplemented instead of asserting for opcodes not implemented by the backend. For now, the assertion moves to process_op_defs.
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 | da43e5e6ba64fbe50d6437719470d57874939542 Fri Dec 27 22:30:01 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Use C_NotImplemented in tcg_target_op_def
Return C_NotImplemented instead of asserting for opcodes not implemented by the backend. For now, the assertion moves to process_op_defs.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | tcg.c | da43e5e6ba64fbe50d6437719470d57874939542 Fri Dec 27 22:30:01 UTC 2024 Richard Henderson <richard.henderson@linaro.org> tcg: Use C_NotImplemented in tcg_target_op_def
Return C_NotImplemented instead of asserting for opcodes not implemented by the backend. For now, the assertion moves to process_op_defs.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|