search for: 19d8b76h

Displaying 2 results from an estimated 2 matches for "19d8b76h".

2005 Mar 11
0
[LLVMdev] FP Intrinsics
...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 call HueVMShaderCommands_LLVMShader1DLookupLinear (19D8B76h) 17160494 add esp,1Ch 17160497 ret 17160498 mov dword ptr ds:[161D6240h],0 171604A2 mov dword ptr ds:[161D6244h],0 171604AC mov dword ptr ds:[161D6248h],0 171604B6 mov dword ptr ds:[161D624Ch],0 171604C0 add esp,1Ch 171604C3 ret Generated wit...
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