search for: dsts

Displaying 13 results from an estimated 13 matches for "dsts".

Did you mean: dst
2010 Mar 19
2
[LLVMdev] Instruction with variable number of outputs
.... The load multiple instruction looks like: // A list of registers separated by comma. Used by load/store multiple. def reglist : Operand<i32> { let PrintMethod = "printRegisterList"; } def LDM : AXI4ld<(outs), (ins addrmode4:$addr, pred:$p, reglist:$dsts, variable_ops), IndexModeNone, LdStMulFrm, IIC_iLoadm, "ldm${addr:submode}${p}\t$addr, $dsts", "", []>; Tablegen produces an instruction description with 5 input operands: 2 for $addr, 2 for $p, and 1 for $dsts. But $dsts and the following v...
2010 Mar 19
2
[LLVMdev] Instruction with variable number of outputs
...list of registers separated by comma. Used by load/store multiple. >> def reglist : Operand<i32> { >> let PrintMethod = "printRegisterList"; >> } >> >> def LDM : AXI4ld<(outs), (ins addrmode4:$addr, pred:$p, >> reglist:$dsts, variable_ops), >> IndexModeNone, LdStMulFrm, IIC_iLoadm, >> "ldm${addr:submode}${p}\t$addr, $dsts", "", []>; >> >> Tablegen produces an instruction description > > Ok, you mean TargetInstrDesc, right? Yes. >&...
2010 Mar 19
0
[LLVMdev] Instruction with variable number of outputs
...like: > > // A list of registers separated by comma. Used by load/store multiple. > def reglist : Operand<i32> { > let PrintMethod = "printRegisterList"; > } > > def LDM : AXI4ld<(outs), (ins addrmode4:$addr, pred:$p, > reglist:$dsts, variable_ops), > IndexModeNone, LdStMulFrm, IIC_iLoadm, > "ldm${addr:submode}${p}\t$addr, $dsts", "", []>; > > Tablegen produces an instruction description Ok, you mean TargetInstrDesc, right? > with 5 input operands: 2 for $...
2010 Mar 22
0
[LLVMdev] Instruction with variable number of outputs
...+ variable_ops. >>> >>> How can you specify a named, variable list of output operands? >> >> Why do you need to do this? You currently can't do it. > > Because an instruction like LDM loads a variable number of registers. When it specifies "reglist:$dsts, variable_ops", those are really output registers, the registers being loaded. Ah, gotcha. LDM is a particularly evil instruction to model. I agree it is best to model them as a variable number of outputs. > I am assuming that the operands on a machine instruction are, in order: fixed o...
2007 May 13
2
TC400B load problem
Hi Im trying to install my TC400B trans coder card when I do: modprobe wctc4xxp tail -f /var/log/messages says: May 13 14:56:36 pbx2 kernel: Registered codec translator 'DTE Encoder' with 92 transcoders (srcs=0000000c, dsts=00000101) May 13 14:56:36 pbx2 kernel: Registered codec translator 'DTE Decoder' with 92 transcoders (srcs=00000101, dsts=0000000c) May 13 14:56:36 pbx2 kernel: Zaptel DTE (g.729a / g.723.1 5.3kbps) Transcoder support LOADED (firm ver = 56) May 13 14:56:49 pbx2 kernel: wctc4xxp: probe of 00...
2009 Jun 12
1
Asterisk + TC400B - Clock Trouble
...p: tc400b0: Attached to device at 0000:0f:03.0. wctc4xxp: tc400b0: (G.729a / G.723.1) Transcoder support LOADED (firm ver = 6.12) wctc4xxp: tc400b0: Installed a Wildcard TC: Wildcard TC400P+TC400M dahdi_transcode: Registered codec translator 'DTE Encoder' with 92 transcoders (srcs=0000000c, dsts=00000101) dahdi_transcode: Registered codec translator 'DTE Decoder' with 92 transcoders (srcs=00000101, dsts=0000000c) dahdi: Registered tone zone 30 (Switzerland) -- -- Marc LEURENT -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.c...
2010 Feb 19
1
transcoding with TC400P
...IRQ 19 [ 11.400359] wctc4xxp: tc400b0: (G.729a / G.723.1) Transcoder support LOADED (firm ver = 6.12) [ 11.400359] wctc4xxp: tc400b0: Installed a Wildcard TC: Wildcard TC400P+TC400M [ 11.400359] zttranscode: Registered codec translator 'DTE Encoder' with 92 transcoders (srcs=0000000c, dsts=00000101) [ 11.400359] zttranscode: Registered codec translator 'DTE Decoder' with 92 transcoders (srcs=00000101, dsts=0000000c) [ 11.572355] ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 17 in asterisk cli: Connected to Asterisk 1.4.23.1 currently running on...
2009 Aug 21
5
how to install asterisk
hello friends, i have to configures asterisk n my hardware details are O.S - Ubuntu 8.04 Lts Memory - 1 GB Proccessor- core 2 duo is any one having a good link or how to related asterisk. any help,support will be higly appreciated thx -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 21
2
TC400B and show transcoder
...1.4.10 and 1.4.10.1 along with zaptel 1.4.4 and addons 1.4.2. The zaptel modules all apear to be loaded correctly (loading wctc4xxp loads up zttranscode and zaptel). Dmesg shows that the card has been found: Registered codec translator 'DTE Encoder' with 92 transcoders (srcs=0000000c, dsts=00000101) Registered codec translator 'DTE Decoder' with 92 transcoders (srcs=00000101, dsts=0000000c) Zaptel DTE (g.729a / g.723.1 5.3kbps) Transcoder support LOADED (firm ver = 56) Found and successfully installed a Wildcard TC: Wildcard TC400P+TC400M and the card has its own interrup...
2019 Oct 14
1
[PATCH] gm107/ir: fix loading z offset for layered 3d image bindings
...+ if (loaded && loaded[0]) { + for (int i = 0; i < 4; i++) { + if (loaded[i]) + typedDst[i] = loaded[i]->getDef(0); + } + } else { + for (int i = 0; i < 4; i++) { + typedDst[i] = su->getDef(i); + } } // Set the untyped dsts as the su's destinations - for (int i = 0; i < 4; i++) - su->setDef(i, untypedDst[i]); + if (loaded && loaded[0]) { + for (int i = 0; i < 4; i++) + if (loaded[i]) + loaded[i]->setDef(0, untypedDst[i]); + } else { + for (int i = 0; i &l...
2007 May 12
2
zonedata.c
Hi, Could anyone tell me how to read the values in the "zonedata.c" file? I am looking at the "zt_tone_ringtone" field mainly. Thank you. Jad Wauthier -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070512/4c0387be/attachment.htm
2008 Apr 14
8
zaptel 1.4.10 regression with TE220B on Proliant DL380 G5 ?
Hi list, After a lot of testing + troubleshooting, I guess I'm observing what I am now calling a regression with zaptel 1.4.10 (is it?) As such I call for peer feedback, before either asking Digium install support or filing a bug. Thanks in advance! System: HP Proliant DL380 G5 with 2x PCI-X + 1x PCIe riser card OS: Centos 5 Kernel: 2.6.18-53.1.14.el5 (also tested under
2012 Jun 24
0
nouveau _BIOS method
...5 KSV0 KS 0410: 56 31 08 00 38 42 4c 43 53 08 42 52 54 4c 08 41 V1..8BLCS.BRTL.A 0420: 4c 53 45 08 41 4c 41 46 08 4c 4c 4f 57 08 4c 48 LSE.ALAF.LLOW.LH 0430: 49 48 08 00 08 45 4d 41 45 08 45 4d 41 50 10 45 IH...EMAE.EMAP.E 0440: 4d 41 4c 10 00 08 4d 45 46 45 08 44 53 54 53 08 MAL...MEFE.DSTS. 0450: 00 10 54 50 4d 50 08 54 50 4d 45 08 4d 4f 52 44 ..TPMP.TPME.MORD 0460: 08 54 43 47 50 08 50 50 52 50 20 50 50 52 51 08 .TCGP.PPRP PPRQ. 0470: 4c 50 50 52 08 47 54 46 30 38 47 54 46 32 38 49 LPPR.GTF08GTF28I 0480: 44 45 4d 08 47 54 46 31 38 42 49 44 5f 08 00 48 DEM.GTF18BID_..H...