On Fri, Feb 27, 2026 at 1:37 PM Brian Cain <[email protected]> wrote:
> From: Brian Cain <[email protected]> > > Define TCG overrides for setprio(), crswap(,sgp{0,1,1:0}). > > Signed-off-by: Brian Cain <[email protected]> > --- > target/hexagon/cpu_helper.h | 34 ++++++++++++++++++++++++++++++ > target/hexagon/gen_tcg_sys.h | 40 ++++++++++++++++++++++++++++++++++++ > target/hexagon/helper.h | 1 + > target/hexagon/genptr.c | 4 ++++ > target/hexagon/op_helper.c | 7 +++++++ > target/hexagon/hex_common.py | 2 ++ > target/hexagon/meson.build | 13 ++++++------ > 7 files changed, 95 insertions(+), 6 deletions(-) > create mode 100644 target/hexagon/cpu_helper.h > create mode 100644 target/hexagon/gen_tcg_sys.h > Reviewed-by: Taylor Simpson <[email protected]>
