search for: 76e4f60h

Displaying 2 results from an estimated 2 matches for "76e4f60h".

Did you mean: 76e4560h
2005 Mar 11
0
[LLVMdev] FP Intrinsics
...qword ptr [esp+14h] 17160454 ftst 17160456 fstp st(0) 17160458 fnstsw ax 1716045A sahf 1716045B fldz 1716045D fchs 1716045F fld qword ptr [esp+14h] 17160463 fucomip st,st(1) 17160465 fstp st(0) 17160467 jbe 17160498 1716046D mov eax,76E4F60h 17160472 mov dword ptr [esp+0Ch],eax 17160476 fld qword ptr [esp+14h] 1716047A fstp dword ptr [esp+8] 1716047E mov eax,15900060h 17160483 mov dword ptr [esp+4],eax 17160487 mov eax,161D6240h 1716048C mov dword ptr [esp],eax 1716048F cal...
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