[PATCH 03/20] Hexagon HVX (target/hexagon) register names

Taylor Simpson posted 20 patches 4 years, 7 months ago
There is a newer version of this series
[PATCH 03/20] Hexagon HVX (target/hexagon) register names
Posted by Taylor Simpson 4 years, 7 months ago
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
---
 target/hexagon/hex_regs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/hexagon/hex_regs.h b/target/hexagon/hex_regs.h
index f291911..e1b3149 100644
--- a/target/hexagon/hex_regs.h
+++ b/target/hexagon/hex_regs.h
@@ -76,6 +76,7 @@ enum {
     /* Use reserved control registers for qemu execution counts */
     HEX_REG_QEMU_PKT_CNT      = 52,
     HEX_REG_QEMU_INSN_CNT     = 53,
+    HEX_REG_QEMU_HVX_CNT      = 54,
     HEX_REG_UTIMERLO          = 62,
     HEX_REG_UTIMERHI          = 63,
 };
-- 
2.7.4

Re: [PATCH 03/20] Hexagon HVX (target/hexagon) register names
Posted by Richard Henderson 4 years, 6 months ago
On 7/5/21 1:34 PM, Taylor Simpson wrote:
> Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
> ---
>   target/hexagon/hex_regs.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/target/hexagon/hex_regs.h b/target/hexagon/hex_regs.h
> index f291911..e1b3149 100644
> --- a/target/hexagon/hex_regs.h
> +++ b/target/hexagon/hex_regs.h
> @@ -76,6 +76,7 @@ enum {
>       /* Use reserved control registers for qemu execution counts */
>       HEX_REG_QEMU_PKT_CNT      = 52,
>       HEX_REG_QEMU_INSN_CNT     = 53,
> +    HEX_REG_QEMU_HVX_CNT      = 54,
>       HEX_REG_UTIMERLO          = 62,
>       HEX_REG_UTIMERHI          = 63,
>   };

Maybe move the hunk in patch 2 adjusting hexagon_regnames to here?

Anyway,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~