target-ppc: convert st64 to use new macro
commit2468f23dcb5b74ef882f3a3a5dd0a00bf0a71bb7
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Mon, 12 Sep 2016 06:41:34 +0000 (12 12:11 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 23 Sep 2016 00:29:40 +0000 (23 10:29 +1000)
treef1f4272a95f316b305535f9fef0a1908ca70a096
parent761a89c6419132e612f7c9f773ea42872134bb88
target-ppc: convert st64 to use new macro

Use macro for st64 as well, this changes the function signature from
gen_qemu_st64 => gen_qemu_st64_i64. Replace this at all the call sites.

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
target-ppc/translate/fp-impl.inc.c
target-ppc/translate/fp-ops.inc.c
target-ppc/translate/spe-impl.inc.c
target-ppc/translate/vmx-impl.inc.c
target-ppc/translate/vsx-impl.inc.c