[PATCH 0/2] Hexagon: update and enforce hintjr slot constraints

Matheus Tavares Bernardino posted 2 patches 1 year, 3 months ago
target/hexagon/decode.c           | 30 +++++++++++++++++++++++++++---
target/hexagon/iclass.c           |  4 +++-
tests/tcg/hexagon/Makefile.target | 10 ++++++++++
tests/tcg/hexagon/invalid_slots.c | 29 +++++++++++++++++++++++++++++
4 files changed, 69 insertions(+), 4 deletions(-)
create mode 100644 tests/tcg/hexagon/invalid_slots.c
[PATCH 0/2] Hexagon: update and enforce hintjr slot constraints
Posted by Matheus Tavares Bernardino 1 year, 3 months ago
This small series basically fix an outdated hexagon slot rule for
instruction hintjr and makes the decode machinery more resilient against
any possible outdated slot constraints in the future.

Matheus Tavares Bernardino (2):
  Hexagon (iclass): update J4_hintjumpr slot constraints
  Hexagon (decode): look for pkts with multiple insns at the same slot

 target/hexagon/decode.c           | 30 +++++++++++++++++++++++++++---
 target/hexagon/iclass.c           |  4 +++-
 tests/tcg/hexagon/Makefile.target | 10 ++++++++++
 tests/tcg/hexagon/invalid_slots.c | 29 +++++++++++++++++++++++++++++
 4 files changed, 69 insertions(+), 4 deletions(-)
 create mode 100644 tests/tcg/hexagon/invalid_slots.c

-- 
2.37.2