commit | 40085901dbe339bdcd16ecf1bb70b63a5f119b4f | [log] [tgz] |
---|---|---|
author | Taylor Simpson <tsimpson@quicinc.com> | Tue Nov 08 08:29:00 2022 -0800 |
committer | Taylor Simpson <tsimpson@quicinc.com> | Fri Dec 16 10:10:28 2022 -0800 |
tree | c98123b2cab680c739daa43541fe489c52a7ffb2 | |
parent | fb67c2bf24f4399bb0347580324740409e1bb2d7 [diff] |
Hexagon (target/hexagon) Remove PC from the runtime state Add pc field to Packet structure For helpers that need PC, pass an extra argument Remove slot arg from conditional jump helpers On a trap0, copy pkt->pc into hex_gpr[HEX_REG_PC] Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Message-Id: <20221108162906.3166-6-tsimpson@quicinc.com>