target-ppc: move out stqcx impementation
commitaa2008af0c1cd26f6a7c522825438f8d1d3de272
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Mon, 12 Sep 2016 06:41:37 +0000 (12 12:11 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 23 Sep 2016 00:29:40 +0000 (23 10:29 +1000)
tree78205043242182d466cdc8646d0f50525cbe9647
parent48793c95c963c3def3b6f3ecdbf89ec098d5e494
target-ppc: move out stqcx impementation

Being a 16byte operation, qemu_ld/st still does not support this. Move
this out so other store operation can use qemu_ld/st in the following
patch. Also, convert it to two MO_Q operations for stqcx.

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/translate.c