Displaying 4 results from an estimated 4 matches for "gaurenti".
Did you mean:
gaurenty
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)
...able to have a full
bytecode glibc).
On x86, syscalls with 5 and few args are passed in registers, but for
>6, all args (except syscall number) go in a memory block passed as the
first argutment. I wasn't sure if when I generate code I could safely
manipulate the stack pointer (that it was gaurentied to be correct) at
the point I was inserting instructions. If so, then I can add the >6
case directly to the codegen.
Anyway, attached is some sample assembly output from a simple test
(write). There are some corners to clean up (the codegen only accepts
ints for args to a syscall, which re...
1999 Mar 29
13
Samba help
Hello, I've recently installed Samba on a S.u.S.E. computer, and I am
wondering what the best way to edit and manipulate the smb.conf file is.
could anybody help me out??