search for: changeto

Displaying 10 results from an estimated 10 matches for "changeto".

Did you mean: chanceto
2015 Jun 16
2
[LLVMdev] Replacing a Reg MachineOperand with a non-Reg MachineOperand?
...want to replace a reg MachineOperand with this non-reg MachineOperand. I've tried a few different things, but it doesn't seem like there is some simple functionality to do this? "RemoveOperand" and "addOperand" does not work. There doesn't seem to be a valid "ChangeTo..." function for this. What's the best way to do this without tearing down the instructions and using BuildMI? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150615/e17f46ab/attachment.ht...
2015 Jun 16
2
[LLVMdev] Replacing a Reg MachineOperand with a non-Reg MachineOperand?
...chineOperand. > > > > I've tried a few different things, but it doesn't seem like there is some > > simple functionality to do this? > > > > "RemoveOperand" and "addOperand" does not work. > > There doesn't seem to be a valid "ChangeTo..." function for this. > > > > > > What type of operand do you want to change it to? If there is no > "ChangeTo..." function for the new type, I think the best thing to do > would be to add a new "ChangeTo..." function to handle the new type. > &...
2015 Jun 16
2
[LLVMdev] Replacing a Reg MachineOperand with a non-Reg MachineOperand?
...operand stores the register id in a union together with the offset that's used by the global address operand. Just add 'setOffset(0)' to your change method and that should solve your problem. 2015-06-16 9:15 GMT-07:00 Ryan Taylor <ryta1203 at gmail.com>: > So I have this for ChangeToGlobalAddress(const GlobalValue *GV): > > ... > OpKind = MO_GlobalAddress; > Contents.OffsetedInfo.Val.GV = GV; > > and then I use the function like this: > > > MI->getOperand(1).ChangeToGlobalAddress(MII->getOperand(1).getOperand.getGlobal()); > > The operand...
2015 Jun 16
2
[LLVMdev] Replacing a Reg MachineOperand with a non-Reg MachineOperand?
...; uses, I get an error that vreg5 is somehow not a register? > > So, the MI looks like this: > > vreg5 = MOV <ga:@a> > vreg2 = ABS vreg5 > ... > ... > vreg9 = SUB vreg7, vreg5 > > In this case, I want to eliminate vreg5 and replace it with <ga:@a>, the > ChangeToGlobalAddress is working for the ABS but for some reason, when I > get the uses of vreg5 it tells me it's not an register operand (vreg5 is > not), which makes sense since ChangeToGlobalAddress is calling > removeRegOperandFromUseList(this) for ABS, but it's confusing because then &...
2004 May 05
1
Digits in a different language...
I am having trouble getting the Voicemail app to play some digits in a different language. I have set up my country code as "mx" (Mexico) and all sounds start playing in spanish. But when I go to the "2" option in voicemail I notice the following: -- Playing 'vm-changeto' (language 'mx') -- Playing 'vm-press' (language 'mx') -- Playing 'digits/0' (language 'mx') -- Playing 'vm-for' (language 'mx') -- Playing 'vm-INBOX' (language 'mx') -- Playing 'vm-messages' (la...
2003 Jul 26
0
app_voicemail2 became a bit silent, lately...
...pt hangs immediately, until I enter some DTMF, so after entering user and password, the console says: -- Playing 'vm-youhave' of which I hear just a slight "tick", and then it sits there forever... If I press "2" at this point, the console says -- Playing 'vm-changeto' again, it only plays a "tick" and hangs till I press the next button. It doesn't matter how the call comes in (I've tried OH323, IAX and IAX2). Any idea what causes this? Am I the only one who gets this behaviour? Any fix? Thanks in advance, Siggi
2004 Jul 26
0
rtp.c:487 ast_rtp_read: Unknown RTP codec 72 received
...39 NOTICE[262160]: rtp.c:487 ast_rtp_read: Unknown RTP codec 72 received -- Playing 'vm-messages' (language 'en') Jul 26 22:40:40 NOTICE[262160]: rtp.c:487 ast_rtp_read: Unknown RTP codec 72 received -- Playing 'vm-opts' (language 'en') -- Playing 'vm-changeto' (language 'en') Jul 26 22:40:45 NOTICE[262160]: rtp.c:487 ast_rtp_read: Unknown RTP codec 72 received I am not sure where this is coming from, but as soon as I hangup on the SIP client Asterisk dies. I get the following messages on the console: promed_pbx*CLI> /usr/sbin/safe_as...
2011 Jul 03
0
[LLVMdev] where define the TARGET_80387 in md file ?
...p, /opt-gather.awk can write ONLY 7 line into tmp-optionlist, actual in its code "numrec" is 745 # Sort it and output it END { sort(record,numrec) for (i = 1; i <= numrec; i++) {//this loop execute only 7, although numrec=745 print record[i] } } I try to explicitly changeto : for (i = 1; i <= 745; i++) but there occurs redefinition error, I think optlist files input is not compatible. why I got this error, is it because of my stupid error? > Message: 12 > Date: Fri, 01 Jul 2011 11:15:50 +0200 > From: Duncan Sands <baldrick at free.fr> > Subjec...
2006 May 16
0
Re: [Astlinux-users] British English Female files ready for download
...-deleted' (language 'en') -- Playing 'vm-nomore' (language 'en') -- Playing 'vm-advopts' (language 'en') -- Playing 'vm-repeat' (language 'en') -- Playing 'vm-undelete' (language 'en') -- Playing 'vm-changeto' (language 'en') -- Playing 'vm-press' (language 'en') -- Playing 'digits/0' (language 'en') -- Playing 'vm-for' (language 'en') May 16 15:29:41 WARNING[27178]: file.c:509 ast_openstream_full: File vm-INBOX does not exist in a...
2004 Sep 17
8
English vs American voice files
My wife's got an appropriate Southern England (Wimbledon) accent and I'm sure she would try her hand. Does anyone have a comprehensive list of the words that need to be said? Matt, do you have them if your wife's done a set for French users? Mark, if you have the kit maybe you could chop up the file? I write a utility to chop up and compress the wave file based on some of the C