From: Richard Henderson <rth@twiddle.net>
To: gang.chen.5i5j@gmail.com, peter.maydell@linaro.org
Cc: qemu-devel@nongnu.org, xili_gchen_5257@hotmail.com
Subject: Re: [Qemu-devel] [PATCH] target-tilegx: Implement v*shl, v*shru, and v*shrs instructions
Date: Fri, 18 Sep 2015 19:09:30 -0700 [thread overview]
Message-ID: <55FCC3DA.4070100@twiddle.net> (raw)
In-Reply-To: <1442619707-3822-1-git-send-email-gang.chen.5i5j@gmail.com>
On 09/18/2015 04:41 PM, gang.chen.5i5j@gmail.com wrote:
> +uint64_t helper_v4shl(uint64_t a, uint64_t b)
> +{
> + uint64_t m;
> +
> + b &= 63;
31. All of the v4 functions have the same error.
r~
next prev parent reply other threads:[~2015-09-19 2:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-18 23:41 [Qemu-devel] [PATCH] target-tilegx: Implement v*shl, v*shru, and v*shrs instructions gang.chen.5i5j
2015-09-19 2:09 ` Richard Henderson [this message]
2015-09-20 22:34 ` Chen Gang
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=55FCC3DA.4070100@twiddle.net \
--to=rth@twiddle.net \
--cc=gang.chen.5i5j@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=xili_gchen_5257@hotmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).