mbox series

[0/4] exagon (target/hexagon) Add overrides for COF insns

Message ID 20221221224127.20916-1-tsimpson@quicinc.com (mailing list archive)
Headers show
Series exagon (target/hexagon) Add overrides for COF insns | expand

Message

Taylor Simpson Dec. 21, 2022, 10:41 p.m. UTC
The idef-parser skips the change-of-flow (COF) instructions, so add
overrides

Taylor Simpson (4):
  Hexagon (target/hexagon) Add overrides for jumpr31 instructions
  Hexagon (target/hexagon) Add overrides for callr
  Hexagon (target/hexagon) Add overrides for endloop1/endloop01
  Hexagon (target/hexagon) Add overrides for dealloc-return instructions

 target/hexagon/gen_tcg.h   |  77 +++++++++++++++
 target/hexagon/macros.h    |  10 --
 target/hexagon/genptr.c    | 193 +++++++++++++++++++++++++++++++++++++
 target/hexagon/op_helper.c |  24 -----
 4 files changed, 270 insertions(+), 34 deletions(-)