Displaying 5 results from an estimated 5 matches for "57696".
Did you mean:
5696
2012 May 02
4
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
......
lis 3, 56
ori 3, 3, 57680
stwx 16, 31, 3
lis 3, 56
ori 3, 3, 57684
stwx 17, 31, 3
lis 3, 56
ori 3, 3, 57688
stwx 18, 31, 3
lis 3, 56
ori 3, 3, 57692
stwx 19, 31, 3
lis 3, 56
ori 3, 3, 57696
stwx 20, 31, 3
lis 3, 56
ori 3, 3, 57700
stwx 21, 31, 3
[repeated over and over and ...]
Kind of ugly! :) GCC on the other hand stashes away the old value of
the stack pointer and then uses small negative offsets (legal at this
point since we've already...
2007 Feb 10
0
CESA-2007:0008 Moderate CentOS 4 ia64 dbus - security update
CentOS Errata and Security Advisory 2007:0008
https://rhn.redhat.com/errata/RHSA-2007-0008.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/ia64/RPMS/dbus-0.22-12.EL.8.ia64.rpm
updates/ia64/RPMS/dbus-devel-0.22-12.EL.8.ia64.rpm
updates/ia64/RPMS/dbus-glib-0.22-12.EL.8.ia64.rpm
updates/ia64/RPMS/dbus-python-0.22-12.EL.8.ia64.rpm
2012 May 02
0
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
On Tue, 2012-05-01 at 17:47 -0500, Hal Finkel wrote:
> By default it should build for
> whatever the current host is (no special flags required). To
> specifically build for something else, use:
> -ccc-host-triple powerpc64-unknown-linux-gnu
> or
> -ccc-host-triple powerpc-unknown-linux-gnu
So LLVM isn't biarch capable? Meaning one LLVM compiler cannot
generate both
2012 May 12
0
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
...twx 16, 31, 3
> lis 3, 56
> ori 3, 3, 57684
> stwx 17, 31, 3
> lis 3, 56
> ori 3, 3, 57688
> stwx 18, 31, 3
> lis 3, 56
> ori 3, 3, 57692
> stwx 19, 31, 3
> lis 3, 56
> ori 3, 3, 57696
> stwx 20, 31, 3
> lis 3, 56
> ori 3, 3, 57700
> stwx 21, 31, 3
> [repeated over and over and ...]
>
> Kind of ugly! :) GCC on the other hand stashes away the old value of
> the stack pointer and then uses small negative offsets (leg...
2012 May 01
4
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
On Tue, 01 May 2012 17:23:07 -0500
Peter Bergner <bergner at vnet.ibm.com> wrote:
> On Tue, 2012-05-01 at 16:06 -0500, Hal Finkel wrote:
> > LLVM/clang now will build in the normal way (./configure; make
> > install) on PPC (you'll need at least the 3.1 release candidate (or
> > trunk)). I generally build on my PPC64 hosts with:
> > make ENABLE_OPTIMIZED=1