target-arm: A64: Add decode skeleton for SIMD data processing insns
commit384b26fb06f72e822730d3b8f51fd71a5fec5eee
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 31 Jan 2014 14:47:30 +0000 (31 14:47 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 31 Jan 2014 14:47:30 +0000 (31 14:47 +0000)
treefd62f8e50754960d7170a77531f73e2f41f0314a
parentdf54e47d2b86c636b4d22f663dbffce6a3cffd81
target-arm: A64: Add decode skeleton for SIMD data processing insns

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.bennee@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-arm/translate-a64.c