RE: [PATCH 03/39] target/hexagon: Implement iassign{r,w} helpers

2025-03-17 Thread ltaylorsimpson
c_mlie...@quicinc.com; ltaylorsimp...@gmail.com; > alex.ben...@linaro.org; quic_mbur...@quicinc.com; > sidn...@quicinc.com; Brian Cain > Subject: [PATCH 03/39] target/hexagon: Implement iassign{r,w} helpers > > From: Brian Cain > > iassign{r,w} are the "Interrupt to thread assig

[PATCH 03/39] target/hexagon: Implement iassign{r,w} helpers

2025-02-28 Thread Brian Cain
From: Brian Cain iassign{r,w} are the "Interrupt to thread assignment {read,write}" instructions. Signed-off-by: Brian Cain --- target/hexagon/op_helper.c | 48 -- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/target/hexagon/op_helper.c b/ta