OSDN Git Service

target-ppc: Add ISA2.06 lfiwzx Instruction
authorTom Musta <tommusta@gmail.com>
Tue, 7 Jan 2014 16:06:10 +0000 (10:06 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:44 +0000 (03:06 +0100)
commit66c3e32841f185243efa59381ab7721b24deca35
tree046a51c314aaa65e3e655548335e3a7d32653143
parentce8ca30b398fb74e522be1a9ea87aa7868f27428
target-ppc: Add ISA2.06 lfiwzx Instruction

This patch adds the Load Floating Point as Integer Word and
Zero Indexed (lfiwzx) instruction which was introduced in
Power ISA 2.06.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c