Displaying 12 results from an estimated 12 matches for "s23".
Did you mean:
23
2009 Sep 19
3
Lattice: combine the same strip?
...at
http://lmdvr.r-forge.r-project.org/figures/figures.html.
In this case, I would like to combine the the top strip, since all three
pictures in the same row have the same level based on the first strip. In
other words, instead of
| -- S11 -- | -- S11 -- | -- S11 -- |
| -- S21 -- | -- S22 -- | -- S23 -- |
I would like my graph to look like
| ----------------- S11 ---------------- |
| -- S21 -- | -- S22 -- | -- S23 -- |
In there a way I can do it?
Thanks!
JD
[[alternative HTML version deleted]]
2020 Mar 31
2
[ARM] Register pressure with -mthumb forces register reload before each call
...nst.0, 14, $noreg :: (load 4 from constant-pool)
96B $r0 = COPY %0:tgpr
112B $r1 = COPY %1:tgpr
128B $r2 = COPY %2:tgpr
144B tBLXr 14, $noreg, %3:tgpr, <regmask $lr $d8 $d9 $d10 $d11 $d12 $d13 $d14 $d15 $q4 $q5 $q6 $q7 $r4 $r5 $r6 $r7 $r8 $r9 $r10 $r11 $s16 $s17 $s18 $s19 $s20 $s21 $s22 $s23 $s24 $s25 $s26 $s27 and 35 more...>, implicit-def dead $lr, implicit $sp, implicit $r0, implicit $r1, implicit $r2, implicit-def $sp
160B ADJCALLSTACKUP 0, 0, 14, $noreg, implicit-def dead $sp, implicit $sp
176B ADJCALLSTACKDOWN 0, 0, 14, $noreg, implicit-def dead $sp, implicit $sp
192B $r...
2020 Apr 07
2
[ARM] Register pressure with -mthumb forces register reload before each call
If I'm understanding what's going on in this test correctly, what's happening is:
* ARMTargetLowering::LowerCall prefers indirect calls when a function is called at least 3 times in minsize
* In thumb 1 (without -fno-omit-frame-pointer) we have effectively only 3 callee-saved registers (r4-r6)
* The function has three arguments, so those three plus the register we need to hold the
2011 Sep 21
3
Reading data in lisp format
Hi,
I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library
http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening>
Could anyone help me?
Best
2020 Apr 15
4
[ARM] Register pressure with -mthumb forces register reload before each call
...nst.0, 14, $noreg :: (load 4 from constant-pool)
96B $r0 = COPY %0:tgpr
112B $r1 = COPY %1:tgpr
128B $r2 = COPY %2:tgpr
144B tBLXr 14, $noreg, %3:tgpr, <regmask $lr $d8 $d9 $d10 $d11 $d12 $d13 $d14 $d15 $q4 $q5 $q6 $q7 $r4 $r5 $r6 $r7 $r8 $r9 $r10 $r11 $s16 $s17 $s18 $s19 $s20 $s21 $s22 $s23 $s24 $s25 $s26 $s27 and 35 more...>, implicit-def dead $lr, implicit $sp, implicit $r0, implicit $r1, implicit $r2, implicit-def $sp
160B ADJCALLSTACKUP 0, 0, 14, $noreg, implicit-def dead $sp, implicit $sp
176B ADJCALLSTACKDOWN 0, 0, 14, $noreg, implicit-def dead $sp, implicit $sp
192B $r...
2007 Nov 15
2
make config update-rc.d
On Debian the Asterisk Makefile does
/usr/sbin/update-rc.d asterisk start 10 2 3 4 5 . stop 91 2 3 4 5 .;
which results in a /etc/rc2.d/S10asterisk being written.
I think S10 is too early.
bind9 : S15
mysql : S19
zaptel: S20
ntp : S23
What bothers me most is that mysql is not up when asterisk
starts. That's a bad thing if there are #execs in your config
files and if the scripts rely on mysql.
So what about S50 or S95?
Regards,
Philipp Kempgen
--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let...
2012 Jun 24
0
[LLVMdev] Request for merge: GHC/ARM calling convention.
...as stopping the merge to head, I'm just making sure I
got it right... The rest looks correct.
+ CCIfType<[v2f64], CCAssignToReg<[Q4, Q5]>>,
+ CCIfType<[f64], CCAssignToReg<[D8, D9, D10, D11]>>,
+ CCIfType<[f32], CCAssignToReg<[S16, S17, S18, S19, S20, S21, S22, S23]>>,
Does this mean that for floating point support in GHC, you need VFP registers?
I don't know much how tablegen would work in this case, but I'd expect
it to break during codegen (with a horrid error message) if you try to
compile that to an ARMv4-ish core.
Maybe you need a warni...
2011 Oct 06
3
Wide to long form conversion
...7 4 S18
19 s 9 4 8 5 10 4 6 3 S19
20 s 8 2 6 5 9 2 6 4 S20
21 s 6 5 5 7 6 6 5 5 S21
22 s 8 8 3 7 6 7 5 3 S22
23 s 11 4 6 7 1 1 6 4 S23
24 s 6 3 2 4 6 4 2 2 S24
25 s 4 4 6 6 2 3 4 6 S25
26 w 5 9 4 7 3 7 3 5 S26
27 w 7 6 3 5 4 1 0 4 S27
28 w 10 4 14 2 8 4 10 2 S28
29 w...
2012 Jun 24
4
[LLVMdev] Request for merge: GHC/ARM calling convention.
Hello,
first of all: one of the LLVM 3.0 new feature was a support for GHC
specific calling convention on ARM platform. It looks like this support
was merged just into 3.0 branch, specifically it appeared in 3.0 RC2.
Anyway, I hope this is just a mistake or omission that such support was
merged only into 3.0 and not also into HEAD. I've just found it by
testing LLVM 3.1 with GHC 7.4.2 and
2005 Sep 13
1
sometimes dtmf passed, sometimes not (cisco 7960 SIP)
...n dial an internal extension/external line.
from my extensions.conf
exten => SIPGATEID,1,Answer
exten => SIPGATEID,2,NoOp(--- ${CALLERID} calling on Sipgate
(${EXTEN}) ---)
exten => SIPGATEID,3,Wait,1
exten => SIPGATEID,4,Background(bgsound)
exten => SIPGATEID,5Voicemail(s23)
exten => SIPGATEID,6,Hangup
exten => 000,1,DISA(no-password|default)
The problem is that when the bgsound is playing, I dial 000 on the 7960,
and the bgsound keeps playing. This also happens when the 7960 is in my
office, hooked up to * as a local extension. I have tried all three
ou...
2012 Jun 29
2
[LLVMdev] Request for merge: GHC/ARM calling convention.
...head, I'm just making sure I
> got it right... The rest looks correct.
>
> + CCIfType<[v2f64], CCAssignToReg<[Q4, Q5]>>,
> + CCIfType<[f64], CCAssignToReg<[D8, D9, D10, D11]>>,
> + CCIfType<[f32], CCAssignToReg<[S16, S17, S18, S19, S20, S21, S22, S23]>>,
>
> Does this mean that for floating point support in GHC, you need VFP registers?
Yes and no. Shortly: original GHC/ARM/LLVM port was done by Stephen on
ARMv5/Qemu IIRC. I've later added whole VFP support and ARMv7 support.
The code in GHC is properly #ifdefed, so if there i...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and