On 6/6/19 5:15 AM, Stefan Brankovic wrote: > Stefan Brankovic (8): > target/ppc: Optimize emulation of lvsl and lvsr instructions > target/ppc: Optimize emulation of vsl and vsr instructions > target/ppc: Optimize emulation of vpkpx instruction > target/ppc: Optimize emulation of vgbbd instruction > target/ppc: Optimize emulation of vclzd instruction > target/ppc: Optimize emulation of vclzw instruction > target/ppc: Optimize emulation of vclzh and vclzb instructions > target/ppc: Refactor emulation of vmrgew and vmrgow instructions > > target/ppc/translate/vmx-impl.inc.c | 705 > ++++++++++++++++++++++++++++++++---- > 1 file changed, 636 insertions(+), 69 deletions(-)
You should be removing the out-of-line helpers that are no longer used. r~