Re: [PATCH 2/3] Hexagon (target/hexagon) move store size tracking to translation

2022-09-28 Thread Richard Henderson
On 9/20/22 01:07, Taylor Simpson wrote: The store width is needed for packet commit, so it is stored in ctx->store_width. Currently, it is set when a store has a TCG override instead of a QEMU helper. In the QEMU helper case, the ctx->store_width is not set, we invoke a helper during packet com

[PATCH 2/3] Hexagon (target/hexagon) move store size tracking to translation

2022-09-20 Thread Taylor Simpson
The store width is needed for packet commit, so it is stored in ctx->store_width. Currently, it is set when a store has a TCG override instead of a QEMU helper. In the QEMU helper case, the ctx->store_width is not set, we invoke a helper during packet commit that uses the runtime store width. Th