All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Plantz <plantz@sonoma.edu>
To: ninjaboy <n0b0dyn1nj4@gmail.com>
Cc: linux-assembly@vger.kernel.org
Subject: Re: cltq.
Date: Wed, 14 Mar 2007 18:01:34 -0700	[thread overview]
Message-ID: <1173920494.5641.3.camel@ubuntu> (raw)
In-Reply-To: <a3399010703141717s6e9568f8qe8ecdae35206a79e@mail.gmail.com>

I do not see this in my manual. So a google search turned up:
http://gcc.gnu.org/ml/gcc/2007-01/msg00613.html, which says it's the
same as the cdqe instruction.

Perhaps I can anticipate your next question. cdqe converts the
doubleword in eax to a quadword in rax with the same numerical value.


On Thu, 2007-03-15 at 01:17 +0100, ninjaboy wrote:
> hello,
> what does cltq do?
> 
> 0x0000000000400500 <my_m+4>:    movl   $0x0,0xfffffffffffffffc(%rbp)
> 0x0000000000400507 <my_m+11>:   jmp    0x40051b <my_m+31>
> 0x0000000000400509 <my_m+13>:   mov    0xfffffffffffffffc(%rbp),%eax
> 0x000000000040050c <my_m+16>:   mov    $0x4004e8,%edx
> 0x0000000000400511 <my_m+21>:   cltq
> 0x0000000000400513 <my_m+23>:   mov    %rdx,0xffffffffffffffa0(%rbp,%rax,8)
> 0x0000000000400518 <my_m+28>:   incl   0xfffffffffffffffc(%rbp)
> 0x000000000040051b <my_m+31>:   cmpl   $0xc,0xfffffffffffffffc(%rbp)
> 0x000000000040051f <my_m+35>:   jle    0x400509 <my_m+13>
> 
> what compares?
> Thanks in advance,



      reply	other threads:[~2007-03-15  1:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-15  0:17 cltq ninjaboy
2007-03-15  1:01 ` Robert Plantz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1173920494.5641.3.camel@ubuntu \
    --to=plantz@sonoma.edu \
    --cc=linux-assembly@vger.kernel.org \
    --cc=n0b0dyn1nj4@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.