Displaying 2 results from an estimated 2 matches for "17160466".
Did you mean:
17160456
2005 Mar 11
0
[LLVMdev] FP Intrinsics
...4C3 ret
Generated with ISelSimple:
17160440 sub esp,1Ch
17160443 mov eax,16237200h
17160448 mov dword ptr [eax],0
1716044E mov eax,16237200h
17160453 mov dword ptr [eax+4],0
1716045A mov eax,16237200h
1716045F mov dword ptr [eax+8],0
17160466 mov eax,16237200h
1716046B mov dword ptr [eax+0Ch],0
17160472 mov eax,19BB229h
17160477 mov ecx,76E4560h
1716047C mov dword ptr [esp],ecx
1716047F call eax
17160481 fsub dword ptr ds:[16237240h]
17160487 fabs
17160489 fst qword...
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