commit | 27b95bfe624af1ddfaf63c07f3f0a63049b8c9fc | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Mon Feb 10 11:27:01 2014 -0600 |
committer | Alexander Graf <agraf@suse.de> | Wed Mar 05 03:06:51 2014 +0100 |
tree | a1b4195e22a9f45510df8bdb1964d440ddafbc09 | |
parent | 9c294d5ab3eac0e600fa510becfa677d87b088bf [diff] |
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>