I'm looking at Oracle's documentation for x86, and the documentation for cltd
says:
%eax -> %edx:%eax
So what I'm asking is, what is the instruction that does this:
%rax -> %rdx:%rax
I think it's cqto
or cqo
but is this correct?
I'm looking at Oracle's documentation for x86, and the documentation for cltd
says:
%eax -> %edx:%eax
So what I'm asking is, what is the instruction that does this:
%rax -> %rdx:%rax
I think it's cqto
or cqo
but is this correct?