qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] target-arm: aarch64: ask for suggestion, a few insn implementations for review.
@ 2013-12-23  8:09 Dennis Lan (dlan)
  2013-12-23  8:13 ` Dennis Lan (dlan)
  0 siblings, 1 reply; 3+ messages in thread
From: Dennis Lan (dlan) @ 2013-12-23  8:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Matz

Hi Folks:
   I'm writing this letter mainly for help and suggestion.
   I'm using qemu-aarch64[1] from matz's repository, which actually is
not official.
with matz's repo, and trying to build a small gentoo rootfs, I
encountered a problem with gcc-4.9.0 and if only commit[2] is
included, I have reported to gcc upstream, for more information can be
found here[3]

   The problem is that there are still a few insn implementations
missing in matz's repo,
so I try to implement them myself[4]. I'm not familiar with qemu tcg,
so those patches probably more than a hack, it would be great if
anyone can help to review, whether I'm doing this correct or not (I'm
not seeking for upstreaming those patches).
   yes, I've seen aarch64's work is heading for upstream, and I jumped
a little ahead..
so, let me know what the best i can do.

Lan

[1] git://github.com/susematz/qemu.git , branch: aarch64-1.6

[2] commit from gcc-4.9.0
commit 07ca5686e64d32f7df4ccf4205d0b914f120da5e
Author: yroux <yroux@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Thu Sep 26 09:09:30 2013 +0000

    2013-09-26  Yvan Roux  <yvan.roux@linaro.org>

        * config/aarch64/aarch64.opt (mlra): New option.
        * config/aarch64/aarch64.c (aarch64_lra_p): New function.
        (TARGET_LRA_P): Define.

    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202940
138bc75d-0d04-0410-961f-82ee72b054a4

[3] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59573

[4] aarch64 patches
 git://github.com/dlanx/qemu.git , branch: aarch64-1.6

      aarch64: Implement simd SHL immediate support
      aarch64: Enable NEG insn support which is already implemented
      aarch64: Enable USHL insn support which is already implemented
      aarch64: Implement CMEQ(zero) scalar insn

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-27 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23  8:09 [Qemu-devel] target-arm: aarch64: ask for suggestion, a few insn implementations for review Dennis Lan (dlan)
2013-12-23  8:13 ` Dennis Lan (dlan)
2014-01-27 18:15   ` Peter Maydell

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).