]> xenbits.xensource.com Git - qemu-upstream-4.5-testing.git/commit
target-ppc: Add Store Quadword Conditional
authorTom Musta <tommusta@gmail.com>
Mon, 10 Feb 2014 17:27:01 +0000 (11:27 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:51 +0000 (03:06 +0100)
commit27b95bfe624af1ddfaf63c07f3f0a63049b8c9fc
treea1b4195e22a9f45510df8bdb1964d440ddafbc09
parent9c294d5ab3eac0e600fa510becfa677d87b088bf
target-ppc: Add Store Quadword Conditional

This patch adds the Store Quadword Conditionl (stqcx.) instruction
which is introduced in Power ISA 2.07.

Signed-off-by: Tom Musta <tommusta@gmail.com>
[agraf: fix compile error when !TARGET_PPC64]
Signed-off-by: Alexander Graf <agraf@suse.de>
linux-user/main.c
target-ppc/translate.c