Re: [RFC PATCH 12/66] Hexagon register map

2020-02-10 Thread Philippe Mathieu-Daudé
On 2/11/20 1:39 AM, Taylor Simpson wrote: Certain operand types represent a non-contiguous set of values. For example, the compound compare-and-jump instruction can only access registers R0-R7 and R16-23. This table represents the mapping from the encoding to the actual values. Signed-off-by: Ta

[RFC PATCH 12/66] Hexagon register map

2020-02-10 Thread Taylor Simpson
Certain operand types represent a non-contiguous set of values. For example, the compound compare-and-jump instruction can only access registers R0-R7 and R16-23. This table represents the mapping from the encoding to the actual values. Signed-off-by: Taylor Simpson --- target/hexagon/regmap.h |