ARM: Fix m5op parameters bug.
authorAli Saidi <Ali.Saidi@ARM.com>
Mon, 4 Apr 2011 16:42:28 +0000 (11:42 -0500)
committerAli Saidi <Ali.Saidi@ARM.com>
Mon, 4 Apr 2011 16:42:28 +0000 (11:42 -0500)
commitac650199eeb62bf05fec11a4f2d7666cbd31331c
treeb1fbf183d0a9ba2fdf28b2d58ded4d8fb7a44c76
parentbe096f91b94ded36f43dd7d547a5671f99a264b1
ARM: Fix m5op parameters bug.

All the m5op parameters are 64 bits, but we were only sending 32 bits;
and the static register indexes were incorrectly specified.
src/arch/arm/isa/insts/m5ops.isa
src/arch/arm/isa/operands.isa