summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup
diff options
context:
space:
mode:
authorSintendo <bram.speeckaert@gmail.com>2020-07-28 23:09:58 +0200
committerSintendo <bram.speeckaert@gmail.com>2020-07-29 17:06:52 +0200
commitafb86a12abff89116ce012e3d5fbbbd264368be7 (patch)
tree78765ad14003c12d21666dc149bbb99f716ce255 /Source/Core/InputCommon/ControllerEmu/ControlGroup
parenta52774ca639d01993e38dc4cc7c0010643ccfb60 (diff)
Jit64: fselx - Optimize AVX packed
For the packed variant, we can skip the final MOVAPS and write the result directly into the destination register. Before: 66 0F 57 C0 xorpd xmm0,xmm0 66 41 0F C2 C1 06 cmpnlepd xmm0,xmm9 C4 C3 09 4B CC 00 vblendvpd xmm1,xmm14,xmm12,xmm0 44 0F 28 F1 movaps xmm14,xmm1 After: 66 0F 57 C0 xorpd xmm0,xmm0 66 41 0F C2 C1 06 cmpnlepd xmm0,xmm9 C4 43 09 4B F4 00 vblendvpd xmm14,xmm14,xmm12,xmm0
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup')
0 files changed, 0 insertions, 0 deletions