x86: Fix data being stored below the stack pointer in SSSE3 itx asm
The idct64
code would previously temporarily store some data below the stack pointer, which could in rare circumstances be clobbered due to interrupts etc.
Fixes #386.
Edited by Henrik Gramner