search for: bfirst

Displaying 5 results from an estimated 5 matches for "bfirst".

Did you mean: first
2009 Jun 25
0
[LLVMdev] Replacing instruction in LLVM IR by an intrinsics
On Thu, Jun 25, 2009 at 12:32 AM, ihusar<ihusar at fit.vutbr.cz> wrote: >                //now i need to create an instruction that represents a call to a intrinsic >                Function* FIntr = Intrinsic::getDeclaration(&M, Intrinsic::regread_i32); > >                // here it fails: void llvm::CallInst::init(llvm::Value*): >                //Assertion
2005 Jun 13
3
extracting components of a list
Hi how do I extract those components of a list that satisfy a certain requirement? If jj <- list(list(a=1,b=4:7),list(a=5,b=3:6),list(a=10,b=4:5)) I want just the components of jj that have b[1] ==4 which in this case would be the first and third of jj, viz list (jj[[1]],jj[[3]]). How to do this efficiently? My only idea was to loop through jj, and set unwanted components to NULL,
2009 Jun 24
3
[LLVMdev] Replacing instruction in LLVM IR by an intrinsics
Hi everyone, I am trying to write a pass, that finds some instructions and replaces them with my intrinsics, but I am having problem understanding, how this should be done. Let's say I have this instruction: %tmp14 = load i32* getelementptr ([32 x i32]* @gpregs, i32 0, i64 28) and i need to read the load's operands and replace it by let's say: %tmp14 = call i32
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface. Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all encoding parameters passed to it and uses the info_A vorbis_info struct (same as the encoder_example). It's not particularly useful as of yet, but you can rename it to BladeEnc.dll and use it with any number of rippers out there
2008 Feb 07
0
nxMyFLA.dll interacts badly with Nero
..._release\nero\nero\plugaudioitem.cpp @ 1801] nero!CPlugAudioItem::CPlugAudioItem(wchar_t * szSrcPath = 0x07c6b480 "")+0x1b2 [d:\dailybuild\sources\nero8_chili3_release\nero\nero\plugaudioitem.cpp @ 188] nero!CAudioIO::CreateAudioItem(wchar_t * pArgSourcePath = 0x07be5360 "", int bFirst = 0, class CAbstractSingleProgress * pProgress = 0x0012f3f4, class CAudioDoc * pAudioDoc = 0x07bae3c8, class CFileEncoding * pFileEncoding = 0x00000000, int64 * plClusterSize = 0x0012f4e8, int64 * pflFreeBytes = 0x0012f4f0, int * pbAbortBecauseOfCacheErr = 0x0012f514)+0x398 We should try to find...