]> Git Repo - qemu.git/commit
target-ppc: convert st64 to use new macro
authorNikunj A Dadhania <[email protected]>
Mon, 12 Sep 2016 06:41:34 +0000 (12:11 +0530)
committerDavid Gibson <[email protected]>
Fri, 23 Sep 2016 00:29:40 +0000 (10:29 +1000)
commit2468f23dcb5b74ef882f3a3a5dd0a00bf0a71bb7
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 <[email protected]>
Signed-off-by: David Gibson <[email protected]>
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
This page took 0.026768 seconds and 4 git commands to generate.