search for: voidp

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

Did you mean: void
2004 Aug 22
0
[LLVMdev] conditionally reduced intrinsics
> Ok, I am developing an intrinsic instruction and I have the codegen > working (and tested). However, some of the more complex cases of the > intrinsic are reducable to LLVM + simpler cases of the intrinsic. How > would I go about conditionally reducing the intrinsic? I could deal > with the issue in the codegen, but that gets ugly quickly. > > Andrew I suppose you could
2004 Aug 22
2
[LLVMdev] conditionally reduced intrinsics
Ok, I am developing an intrinsic instruction and I have the codegen working (and tested). However, some of the more complex cases of the intrinsic are reducable to LLVM + simpler cases of the intrinsic. How would I go about conditionally reducing the intrinsic? I could deal with the issue in the codegen, but that gets ugly quickly. Andrew -------------- next part -------------- A non-text
2004 Aug 22
2
[LLVMdev] conditionally reduced intrinsics (llvm.syscall)
...%entry store bool true, bool* %Initialized.0__ br label %__main.entry __main.entry: ; preds = %entry, %endif.0.i %tmp.1 = call uint %write( int 1, sbyte* getelementptr ([13 x sbyte]* %.str_1, int 0, int 0), uint 12 ) ; <uint> [#uses=0] ret int 0 } internal uint %write(int %fd, sbyte* %voidp, uint %size) { entry: %tmp.3 = cast sbyte* %voidp to int ; <int> [#uses=1] %ret.i = call int (int, ...)* %llvm.syscall( int 4, int %fd, int %tmp.3, uint %size ) ; <int> [#uses=4] %tmp.7 = cast int %ret.i to uint ; <uint> [#uses=1] %tmp.8 = setgt uint %tmp.7, 4294967170 ; &...
2003 Sep 25
2
Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4295)
...eted in Fortran 95 ASSIGN 210 TO IGO ^ Comment 12 at (1603:blas.f) : This statement is obsolescent in Fortran 90 and deleted in Fortran 95 ------------------ connections.c(841): warning #191: type qualifier is meaningless on cast type return gzwrite(fp, (const voidp)ptr, size*nitems)/size; ^ connections.c(1027): warning #191: type qualifier is meaningless on cast type BZ2_bzWrite(&bzerror, bfp, (const voidp)ptr, size*nitems); ------------------ dotcode.c(251): warning #175: subscript out of range buf[256] = '\0...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...((Bytef *dest, uLongf *destLen, + const Bytef *source, uLong sourceLen)); /* Decompresses the source buffer into the destination buffer. sourceLen is the byte length of the source buffer. Upon entry, destLen is the total @@ -654,7 +657,7 @@ typedef voidp gzFile; -extern gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); +ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); /* Opens a gzip (.gz) file for reading or writing. The mode parameter is as in fopen ("rb" or "wb") but can als...