search for: qpr

Displaying 12 results from an estimated 12 matches for "qpr".

Did you mean: apr
2010 Nov 18
1
[LLVMdev] subregs in trivial coalescing
...ation? I've got the following sequence of code (unfortunately for an out of tree target) that is moving 32 and 64 bit sub-registers around within a 128 bit register. By the time the register allocator runs the code looks like: 92L %reg16402:dsub0<def> = DEF64.. %reg16402<imp-def>, QPR:%reg16402.... 116L %reg16405:sub0<def> = COPY %reg16402:sub1, %reg16405<imp-def>; QPR:%reg16405,16402 124L %reg16413:sub0<def> = COPY %reg16405:sub0<kill>; QPR:%reg16413,16405 .... stuff .... 468L %reg16460:sub3<def> = COPY %reg16402:sub0<kill>; QPR:%reg16460,...
2012 Jul 11
0
[LLVMdev] Saving one part of a register pair in the callee-saved list.
...> > I would like to know if it's possible to handle this situation. > Yes, it's definitely possible. From your description it sounds like the sub-register relationships may not be defined correctly. ARM and X86 both have examples of that. For ARM, look at the definitions of the QPR, DPR and SPR registers and associated register classes. -Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120711/b13568f1/attachment.html>
2013 May 22
2
[LLVMdev] Avoiding MCRegAliasIterator with register units
...onstraint is modeled with the GPRPair register class containing R0_R1, R2_R3, ... pseudo-registers. Sometimes ISAs also assign assembly names to such pseudo-registers, again from ARM: SPR: (s0, s1, ...) 32-bit floating point registers. DPR: (d0, d1, ...) Even-odd pairs of consecutive S-registers. QPR: (q0, q1, ...) Even-odd pairs of consecutive D-registers. But not all constraints are given 'register' names by the ISA. One vld1 instruction variant can load two consecutive D-registers, both even-odd and odd-even pairs. An even-odd pair like {d0, d1} is also called q0, but an odd-even pa...
2012 Jul 11
2
[LLVMdev] Saving one part of a register pair in the callee-saved list.
Hello, I would like to know if there's a way of setting the callee-saved register list inside getCalleeSavedRegs() to make the PEI pass save/restore only one half of a register pair if the other half is not being used, instead of saving the whole pair. Here is an example of what I try to explain to make things more clear: Suppose this situation where we have a register file of 8bit regs, and
2007 Sep 19
2
rebuilding rpmdevtools from epel5 SRC has fc7 dependent
...el5 repo needs a file from FC7. I grabbed rpmdevtools from http://download.fedora.redhat.com/pub/epel/5/ it rebuilds fine as EL5, but when I go to install it, it requires a version of rpm-build higher than the C5 base version (4.4.2-37) --------------------- grab dependencies ------------- $ rpm -qpR rpmdevtools-6.1-0.1.noarch.rpm ... config(rpmdevtools) = 6.1-0.1 cpio diffutils fakeroot ... perl(File::Spec) perl(File::Temp) perl(FileHandle) perl(Getopt::Long) perl(strict) redhat-rpm-config rpm-build >= 4.4.2.1 rpm-python rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefi...
2011 Aug 05
3
RPMs needed to compile R using the tar.gz file
I don't wish to install R by rpm. I need to know what Fedora rpms I need to install to give me the capability to install R using the tar.gz source file as I've done for years. On previous occasions when I've installed Fedora, I've used the DVD which has thousands of RPMs. Lately I've installed Fedora 15 from the Live CD which has a lot fewer and so a lot of necessary stuff
2011 Aug 05
3
RPMs needed to compile R using the tar.gz file
I don't wish to install R by rpm. I need to know what Fedora rpms I need to install to give me the capability to install R using the tar.gz source file as I've done for years. On previous occasions when I've installed Fedora, I've used the DVD which has thousands of RPMs. Lately I've installed Fedora 15 from the Live CD which has a lot fewer and so a lot of necessary stuff
2013 May 24
0
[LLVMdev] Avoiding MCRegAliasIterator with register units
...GPRPair register class containing R0_R1, R2_R3, ... pseudo-registers. > > Sometimes ISAs also assign assembly names to such pseudo-registers, again from ARM: > > SPR: (s0, s1, ...) 32-bit floating point registers. > DPR: (d0, d1, ...) Even-odd pairs of consecutive S-registers. > QPR: (q0, q1, ...) Even-odd pairs of consecutive D-registers. > > But not all constraints are given 'register' names by the ISA. One vld1 instruction variant can load two consecutive D-registers, both even-odd and odd-even pairs. An even-odd pair like {d0, d1} is also called q0, but an o...
2006 Mar 31
1
Asterisk, QSIG and Tenovis PBX?
...orzugt QLCRI QLC oefftl Rufnr. zu internat QLCRN QLC oefftl Rufnr. zu national QLCUC QLC ohne Einschraenkungen QLCUO QLC o. Einschr. nur PABX Nr. *QMS QSIG Meldungs Segmentierung QNA Anzlize name priorit?r QPR QSIG path replacement QTD QSIG Type-Of-Number Wahl QUL QSIG u-Law --- However I can't find anything about these settings in conjunction with Asterisk on the web... Any ideas?? Cheers, Johann /proc/zaptel/1: --- Span 1: WCT1/0 "Digium Wildcard TE110P T1/E1 Card 0&qu...
2014 Mar 26
19
[LLVMdev] 3.4.1 Release Plans
Hi, We are now about halfway between the 3.4 and 3.5 releases, and I would like to start preparing for a 3.4.1 release. Here is my proposed release schedule: Mar 26 - April 9: Identify and backport additional bug fixes to the 3.4 branch. April 9 - April 18: Testing Phase April 18: 3.4.1 Release How you can help: - If you have any bug fixes you think should be included to 3.4.1, send me an
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...Ji zB}ZtyG+w)=-Lk$Kwl%>*GT=BxS_GTV?F@#4DNaRv<Rk9$+<NTg|8wqhZIZ@)+BMzg z<>&TETHn23t)j6<ROqMm<%9RXW_>pI^G`8veOvrA>~VqdB&lw?O~PrD_MF8-1ygOb z|7vaoH9-4RDs*%YYfySmoBJB6)`XgNRBnh_)=kFIMHn!@u9{yNI+K6;=jNHOFv|%@ zM1!H8%+a1-sG32OVM(JS%i4l$SBtHUGA4#9Z*W&WJS~}F(RX=0)k>qpR<^<@zS6z= zkJjGszstB$N#bp6p5k`5INNXTt4sPmYKl{G$5i5b&ykdQPtf^~biVU+Gtzgk;#D>h zTaf at PZl>Vzxi)^QEaUV)36{5JT5dhE4*3PU2#`b!xN^b8CObN8D=uydts|B)FAu-L zTT(VkY9pb{TlAiPX-)c9JI(=QO)x;UkdNBI88t*+vsgVwk;h`8p8%U0ub3KOwBV*K zocShgH)xWY*(?u_!+<8ii<v<|@iv>Owboa2KJ{oJ1_EEOl3}VC;O_Fx a...