Files
qemu/linux-user
Brian Cain 20df4ef1c9 target/hexagon: Detect register write conflicts
A conflict exists when any GPR is written by multiple instructions and
at least one write is unconditional.  This catches (1) two unconditional
writes to the same GPR and (2) an unconditional write combined with a
predicated write.

Add HEX_CAUSE_REG_WRITE_CONFLICT and map it to SIGILL.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2696
Reviewed-by: Taylor Simpson <ltaylorsimpson@gmail.com>
Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
2026-02-12 18:38:23 -08:00
..
2026-02-09 20:51:52 +01:00
2025-04-23 14:08:17 -07:00
2026-01-23 20:40:15 +01:00
2026-02-09 20:51:52 +01:00
2026-01-17 10:44:40 +11:00
2019-06-12 13:20:21 +02:00
2025-08-28 07:18:30 +10:00