This patch exploits the VSX Vector Splat Immediate Word and VSX Vector Splat Immediate Double Precision Instructions:
xxspltiw XT,IMM32 xxspltidp XT,IMM32
Depends on D82896.
Differential D82911
[PowerPC][Power10] Exploit the xxspltiw and xxspltidp instructions. lei on Jun 30 2020, 1:20 PM. Authored by
Details
This patch exploits the VSX Vector Splat Immediate Word and VSX Vector Splat Immediate Double Precision Instructions: xxspltiw XT,IMM32 xxspltidp XT,IMM32 Depends on D82896.
Diff Detail
Event Timeline
Comment Actions Updated the patch:
Comment Actions Updated the patch:
Comment Actions
Comment Actions Remove unnecessary FIXME message, accidental formating, and simplify if-condition as suggested by Victor.
Comment Actions LGTM.
|