fadec: Make memory displacement 64-bit large
While for almost all instructions the memory address displacement is sign-extended 32-bits (like for immediate operands), there is a single case where this is not true: the FD/TD mov encoding allows for a 64-bit memory address to be specified.
This commit is contained in: