fcd
fcd copied to clipboard
In the x86_64 System V ABI, fcd doesn't know that rax can be used as an input register
In the x86_64 System V ABI, the rax register is used to pass in the number of vector registers that contain parameters. Fcd doesn't know this and proliferates undef values when that register is read before being set.