Displaying 3 results from an estimated 3 matches for "nfsctl_res3".
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)
...get endian = little
target pointersize = 32
%struct..TorRec = type { int, void ()* }
%struct.TorRec = type { int, void ()* }
%struct.timeval = type { int, int }
%typedef.__sigset_t = type { [32 x uint] }
%typedef.fd_set = type { [32 x int] }
%typedef.pthread_mutexattr_t = type { int }
%union.nfsctl_res3. = type opaque
%.str_1 = internal constant [13 x sbyte] c"Hello World\0A\00" ; <[13 x sbyte]*> [#uses=1]
%errno = internal global int 0 ; <int*> [#uses=1]
%Initialized.0__ = internal global bool false ; <bool*> [#uses=2]
implementation ; Functions:
int %main() {
e...