]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: convert ld64 to use new macro
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Mon, 12 Sep 2016 06:41:31 +0000 (12:11 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 23 Sep 2016 00:29:40 +0000 (10:29 +1000)
commit4f364fe76f9288bd30b418ecfd007a08412c4456
treed7b3ba98880d98720f32bf0a1173056f98669c22
parent09bfe50d57d1986f8b3d0fd01ce32e303204c283
target-ppc: convert ld64 to use new macro

Use macro for ld64 as well, this changes the function signature from
gen_qemu_ld64 => gen_qemu_ld64_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/spe-impl.inc.c
target-ppc/translate/vmx-impl.inc.c
target-ppc/translate/vsx-impl.inc.c