Displaying 7 results from an estimated 7 matches for "srcn".
Did you mean:
src
2013 Jan 24
3
[LLVMdev] Initial thoughts on an LLVM backend for N-address generic assembly
...of
tblgen which removes some burder from the backend developer. I also
think that a tblgen-based backend like NVPTX is easier to maintain in
the long term. What do you think?
2) NAC uses the following statement form (for any given statement):
dst1, dst2, ..., dstm <= op src1, src2, ..., srcn;
which expresses an operation op with n source operands and m
destination operands. Do you think that tblgen supports such form or
should I sanitize it?
3) The NAC memory model uses separate address spaces per array. A
general-use stack/heap might also be supported. Should I use dot
direc...
2003 Apr 22
1
make installworld Error code 64
...chmod chown date echo egrep find
grep ln make makewhatis mkdir mtree mv perl pwd_mkdb rm sed sh sysctl test
true uname wc zic; do cp `which $prog` /tmp/install.16560; done
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory
*** Error code 64
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
root@smeagol /usr/src #
I am guessing that "for prog in [" can't find what its looking for?
Where is the closing "]" ?
What dir is "cp" looking in?
Am I am even close?
More (hopef...
2013 Jan 24
0
[LLVMdev] Initial thoughts on an LLVM backend for N-address generic assembly
...t you might want to take
a look at the available tutorials
(http://llvm.org/docs/WritingAnLLVMBackend.html and
http://jonathan2251.github.com/lbd/).
-- Ahmed Bougacha
> 2) NAC uses the following statement form (for any given statement):
>
> dst1, dst2, ..., dstm <= op src1, src2, ..., srcn;
>
> which expresses an operation op with n source operands and m destination
> operands. Do you think that tblgen supports such form or should I sanitize
> it?
>
> 3) The NAC memory model uses separate address spaces per array. A
> general-use stack/heap might also be supporte...
2000 Sep 18
0
scp.1
...------------- next part --------------
--- scp.1- Mon Sep 18 09:29:19 2000
+++ scp.1 Thu Sep 14 17:23:45 2000
@@ -23,22 +23,26 @@
.Op Fl P Ar port
.Op Fl c Ar cipher
.Op Fl i Ar identity_file
-.Sm off
+.Ar src1
.Oo
-.Op Ar user@
-.Ar host1 No :
-.Oc Ns Ar file1
-.Sm on
-.Op Ar ...
+.Ar ...
+.Ar srcN
+.Oc
+.Ar dest
+.Sh DESCRIPTION
+.Nm
+copies files between hosts on a network. Each
+.Ar src
+or
+.Ar dest
+argument is of the form
.Sm off
.Oo
.Op Ar user@
-.Ar host2 No :
-.Oc Ar file2
-.Sm on
-.Sh DESCRIPTION
-.Nm
-copies files between hosts on a network. It uses
+.Ar host No :
+.Oc Ar fi...
2013 Jan 24
0
[LLVMdev] how to map binary code with LLVM IR
Hi Linhai,
> Hi,
>
> I have some applications, which have been compiled into llvm IR and then
> linked into executable programs. I have some static information got from
> analysing llvm IR, and some dynamic information, like which binary branch is
> taken, from hardware sampler. I am wondering whether there are some ways to map
> binary code with LLVM IR. The only way I
2013 Jan 23
2
[LLVMdev] how to map binary code with LLVM IR
Hi,
I have some applications, which have been compiled into llvm IR and
then linked into executable programs. I have some static information got
from analysing llvm IR, and some dynamic information, like which binary
branch is taken, from hardware sampler. I am wondering whether there are
some ways to map binary code with LLVM IR. The only way I know is to use
debug info, since both llvm
2013 Jan 24
3
[LLVMdev] Initial thoughts on an LLVM backend for N-address generic assembly
...available tutorials
> (http://llvm.org/docs/WritingAnLLVMBackend.html and
> http://jonathan2251.github.com/lbd/).
>
> -- Ahmed Bougacha
>
> > 2) NAC uses the following statement form (for any given statement):
> >
> > dst1, dst2, ..., dstm <= op src1, src2, ..., srcn;
> >
> > which expresses an operation op with n source operands and m destination
> > operands. Do you think that tblgen supports such form or should I
> sanitize
> > it?
> >
> > 3) The NAC memory model uses separate address spaces per array. A
> > gener...