Displaying 2 results from an estimated 2 matches for "171604d2".
Did you mean:
17160472
2005 Mar 11
0
[LLVMdev] FP Intrinsics
...fld qword ptr [esp+14h]
171604B4 fstp dword ptr [esp+8]
171604B8 mov ecx,76E4F60h
171604BD mov dword ptr [esp+0Ch],ecx
171604C1 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 ---...
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