Displaying 2 results from an estimated 2 matches for "171604ea".
Did you mean:
1716045a
2005 Mar 11
0
[LLVMdev] FP Intrinsics
...1604C1 call eax
171604C3 add esp,1Ch
171604C6 ret
171604C7 mov eax,16237200h
171604CC mov dword ptr [eax],0
171604D2 mov eax,16237200h
171604D7 mov dword ptr [eax+4],0
171604DE mov eax,16237200h
171604E3 mov dword ptr [eax+8],0
171604EA mov eax,16237200h
171604EF mov dword ptr [eax+0Ch],0
171604F6 add esp,1Ch
171604F9 ret
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: temp.patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050311...
2005 Mar 11
5
[LLVMdev] FP Intrinsics
Hello,
I am trying to make the FP intrinsics (abs, sin, cos, sqrt) I've added
work with the X86ISelPattern, but I'm having some difficulties
understanding what needs to be done. I assume I have to add new
nodetypes for the FP instructions to SelectionDAGNodes.h, and make nodes
for these in SelectionDAGLowering::visitCall when I find the intrinsic...
The part I don't quite