On 01/13/2014 06:13 AM, Peter Maydell wrote:
> From: Alex Bennée <alex.ben...@linaro.org>
> 
> Add decode skeleton and function placeholders for all the SIMD data
> processing instructions. Due to the complexity of this part of the
> table the normal extract and switch approach gets very messy very
> quickly, so we use a simple data-driven pattern-and-mask approach.
> 
> Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
> Reviewed-by: Richard Henderson <r...@twiddle.net>
> ---
> v1->v2:
>  * made data_proc_simd table const
>  * fixed errors in insn diagram comments
>  * fixed coding style for fn pointer call
> ---
>  target-arm/translate-a64.c | 306 
> ++++++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 305 insertions(+), 1 deletion(-)


Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to