target-arm: A64: Add opcode comments to disas_simd_three_reg_diff
commit13caf1fd2bdc4d8799098d73001caf7d8924073e
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:55 +0000 (20 10:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:55 +0000 (20 10:35 +0000)
treec0d7bfde9b1eafd0167e77d334d862fa7a758bab
parentd324b36ad93b84509aeee41f05ee17a6c5de7826
target-arm: A64: Add opcode comments to disas_simd_three_reg_diff

The opcode switch in disas_simd_three_reg_diff() is missing the
customary comments indicating which cases correspond to which
instructions. Add them.

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