On Tue, Sep 8, 2026 at 11:01 PM Brian Cain <[email protected]> wrote: > > Signed-off-by: Brian Cain <[email protected]> > --- > target/hexagon/cpu.h | 2 +- > target/hexagon/hex_regs.h | 42 +++++++++ > target/hexagon/sys_macros.h | 8 +- > target/hexagon/reg_fields_def.h.inc | 1 + > hw/hexagon/hexagon_globalreg.c | 10 ++ > target/hexagon/cpu.c | 11 ++- > target/hexagon/cpu_helper.c | 15 ++- > target/hexagon/hex_interrupts.c | 141 +++++++++++++++++++--------- > target/hexagon/op_helper.c | 58 ++++++++---- > target/hexagon/translate.c | 8 +- > 10 files changed, 224 insertions(+), 72 deletions(-)
Reviewed-by: Marco Liebel <[email protected]>
