search for: intruction

Displaying 20 results from an estimated 86 matches for "intruction".

Did you mean: instruction
2010 Nov 26
2
[LLVMdev] ARM Intruction Constraint DestReg!=SrcReg patch?
Hi, Paul Curtis wrote: > If you read the Arm Architecture document for ARMv5, it states for MUL: > > "Operand restriction: Specifying the same register for <Rd> and <Rm> was > previously described as producing UNPREDICTABLE results. There is no > restriction in ARMv6, and it is believed all relevant ARMv4 and ARMv5 > implementations do not require this
2010 Nov 25
0
[LLVMdev] ARM Intruction Constraint DestReg!=SrcReg patch?
Hi, > I am using a cross compiler to compiler for the arm5 architecture. For this > architecture it is not allowed that a destination register is also used as source > register. > In 2007 a patch was discussed at the mailing list, however my compiler still is > producing this result. Does anyone know if this patch is actually applied? > > * I use the following arguments:
2010 Nov 25
2
[LLVMdev] ARM Intruction Constraint DestReg!=SrcReg patch?
Hi, I am using a cross compiler to compiler for the arm5 architecture. For this architecture it is not allowed that a destination register is also used as source register. In 2007 a patch was discussed at the mailing list, however my compiler still is producing this result. Does anyone know if this patch is actually applied? * I use the following arguments: llvm-gcc -mfpu=vfp -mlittle-endian
2005 Apr 20
2
recompiling kernel
Can anyone supply a link on a how-to (or provide intructions) on recompiling a centos 4 kernel? I'm trying my old rhel 3 commands and they arent working.
2013 Jan 11
3
[LLVMdev] llvm get Value* iterators
Hello everyone ! In my LLVM pass, there is `Intruction* I1`. All the used "I1"s are ICMP instructions. *I1->getOperand(0) returns a `Value*` type. From errs()<<"\n"<<*I1->getOperand(0)<<"\n"; //printed : %3 = load i32* %c, align 4 Printed as expected. But I want to use %c. Do you know how I...
2009 Nov 11
3
[LLVMdev] Puzzled by results of -O3
Hi, I'm trying to figure out why the following sequence of intructions is not collapsed to "ret i32 0" by the opt tool with "-03". --- %0 = type <{ i32* }> define i32 @main(%0* noalias nocapture %arg) nounwind readnone { bb: %tmp = alloca [1024 x i32], align 4 ; <[1024 x i32]*> [#uses=2] %tmp3 = getelementptr inbound...
2006 Feb 01
5
lighttpd not starting on os X (intel)
Hi all, I''m followed the instructions written here to prepare my new iMac for Ruby / Rails developement: http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger When I run script/server I get the following output: harm-de-laats-computer:~/rails/test harmdelaat$ script/server => Booting lighttpd (use ''script/server webrick'' to force WEBrick) =>
2020 Nov 19
2
[RFC] Intel AMX programming model
...I implemented the patch [4] and it is reviewed in LLVM community. The patch covers 6 components. 1. The c interface to end user. 2. The AMX intrinsics in LLVM IR. 3. The Lowering from AMX intrinsics to AMX pseudo instruction. 4. Insert psuedo ldtilecfg and build the def-use between ldtilecfg to amx intruction. 5. The register allocation for tile register. 6. Morph AMX pseudo instruction to AMX real instruction. If there is no objection for the patch, I'd like to land it. [1] http://lists.llvm.org/pipermail/llvm-dev/2020-August/143972.html [2] http://lists.llvm.org/pipermail/llvm-dev/2020-August/14...
2009 Dec 18
2
[LLVMdev] Questions of instruction target description of MSP430
Hi everyone, I am puzzled by several instruction defines in MSP430. 1 def MOV16rr : Pseudo<(outs GR16:$dst), (ins GR16:$src), "mov.w\t{$src, $dst}", [ ]>; Because it's an empty dag pattern[ ], by what does instuction selector select intruction 'MOV16rr'? 2 let canFoldAsLoad = 1, isReMaterializable = 1, mayHaveSideEffects = 1 in { def MOV16rm : Pseudo<(outs GR16:$dst), (ins memsrc:$src), "mov.w\t{$src, $dst}", [(set GR16:$dst, (load addr:$src))]>; } Please gvie me an explaination o...
2015 Apr 07
3
Need a bit of help with the antispam plugin
...d something is happening? yes. I can execute it as "nobody" and a resultant log file is created. Since it was run with no parameters the log file basically says I need to pass arguments to sa-learn. Also I'm running iRedMail-0.9.0 and trying to set up the spam filter based on the intructions found on the webpage http://www.iredmail.org/forum/topic8169-iredmail-support-antispam-via-dovecot-and-spamassassin.html. I DO see that the MySQL database is being updated when a new message comes in. - -- John Perry - WX5JP http://www.jpunix.net https://www.digitalocean.com/?refcode=b90b690ca...
2009 Nov 11
0
[LLVMdev] Puzzled by results of -O3
Hi Stephan, > I'm trying to figure out why the following sequence of intructions is > not collapsed to "ret i32 0" by the opt tool with "-03". no target data maybe? Ciao, Duncan.
2009 Jan 28
1
I would like to correct some minor errors and add NagViz
Hi, I have just followed the http://wiki.centos.org/HowTos/Nagios intruction and found some minor errors that I would like to correct. I would also like to add a section with NagViz to the Nagios HowTo. My user is matsk. Kind regards Mats -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.centos.org/pipermail/centos-docs/attachm...
2006 Apr 26
1
Installing ror on vps with cpanel
Hi, I am installing in my vps following the intructions of http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnCpanel I installed ruby by shell fine but when i try install gems y obtain this error As of RubyGems 0.8.0, library stubs are no longer needed. Searching $LOAD_PATH for stubs to optionally delete (may take a while)... ......
2009 Dec 16
2
Canon Printer Woe
Hi, Has anyone had any success using a Canon LBP5300 with CentOS or any other RH type os for that matter, using the rpms and intructions downloaded from the Canon website? I have it working on XP and OS X both via USB and network but am having no success with either on CentOS 5.4 . Print jobs seem to be processed correctly by CUPS but the printer doesn't respond at all and the jobs show up as completed in the CUPS job list....
2008 Jun 06
1
tinymce and Rails 2.0
is there some trick to installing tinymce w/ rails 2.xx ?? None of the old intructions I''ve found seem to be working. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.o...
2007 Sep 20
4
Asterisk 1.2.24 simultaneous call limits.
Hi everyone, I am running into wall today with simultaneous call limits. I have two Asterisk machines (fast 3GHz C2D with 2GB of ram). I tried to create a lot of sip calls from one machine to the other by issuing AMI Originate commands to one machine. The machine that makes calls plays a message (demo-intruct) upon the other machine answer. The machine receives the calls just waits for 40 seconds
2007 Jul 22
1
error for milter
...ail server i have installed the following sendmail-8.13.8-2.el5 mailsacnner 4.61.7 spamassassin 3.2.1 clamav-0.91-1.el5.rf and every thing is workin fine but i want to implement domain keys so i downloaded the dkim-milter-1.2.0 and uncompress it edited the site.config.m4 file n folled intructions in the INSTALL file but when i run sh Build it gives me errors here below a part of the errors tmp/software/dkim-milter-1.2.0/libdkim Configuration: pfx=, os=Linux, rel=2.6.18-8.el5xen, rbase=2, rroot=2.6.18-8, arch=i686, sfx=, variant=optimized Making in /tmp/software/dkim-milter-1.2.0/...
2017 May 25
3
Some questions about software pipeline in LLVM 4.0.0
Hi, I have some questions about the implementation of Software pipeline in MachinePipeliner.cpp. First, in hexagon backend, between MachinePipeliner and regalloc pass, there're some other passes like phi eliminate, two-address, register coalescing, which may change or insert intructions like 'copy' in MBB, and swp kernel loop may be destroyed by these passes. Why not put MachinePipeliner just before reg alloc pass like gcc's modulo scheduler does? In order to keep SSA pattern? I found many codes to process PHI nodes in MachinePipeliner.cpp. So I think if we move Machi...
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
Hi, Backported samba-4.4.3 from debian unstabel to debian wheezy today. May be of interest for others so i share the instructions and patches here. Ten packages from unstabel must be backported, I modified some to use python2.7 and removed dependencies to python2.6 and python3 (the later is not available in an recent enough version on wheezy/wheezy-backports). 1. Install build dependencies
2013 Jan 11
0
[LLVMdev] llvm get Value* iterators
...rgument available with: LoadInst *LD = cast<LoadInst>(I1->getOperand(0)); Value *C = LD->getPointerOperand(); On Fri, Jan 11, 2013 at 7:19 AM, Alexandru Ionut Diaconescu < alexandruionutdiaconescu at gmail.com> wrote: > Hello everyone ! > > In my LLVM pass, there is `Intruction* I1`. All the used "I1"s are ICMP > instructions. *I1->getOperand(0) returns a `Value*` type. From > > errs()<<"\n"<<*I1->getOperand(0)<<"\n"; > //printed : %3 = load i32* %c, align 4 > Printed as expected. But I want to u...