target-arm: A64: provide skeleton for a64 insn decoding
commitad7ee8a290d08a2fe9d408af2461d1f583d96f7d
authorClaudio Fontana <claudio.fontana@linaro.org>
Tue, 17 Dec 2013 19:42:32 +0000 (17 19:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 19:42:32 +0000 (17 19:42 +0000)
tree508f76dad067bda98f888fbcb553e1b174b12c0e
parentd3e35a1fe4562ee3f9f1af91ab02d62cf31b9488
target-arm: A64: provide skeleton for a64 insn decoding

Provide a skeleton for a64 instruction decoding in translate-a64.c,
by dividing instructions into the classes defined by the
ARM Architecture Reference Manual(DDI0487A_a) section C3.

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