target-ppc: Store Quadword
commit84cab1e2f5be3ea6eaa65c9fc0422fb992946ce0
authorTom Musta <tommusta@gmail.com>
Mon, 10 Feb 2014 17:26:59 +0000 (10 11:26 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:50 +0000 (5 03:06 +0100)
treea27b631051bb6d378627d651c15330589029417f
parente0498daab50d42f3948fc5607683c971fe9416fd
target-ppc: Store Quadword

This patch adds support for the Store Quadword instruction in user mode.  Prior
to Power ISA 2.07, stq was legal only in privileged mode.  Support for Little
Endian mode is also new in ISA 2.07.

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