search for: ishl

Displaying 4 results from an estimated 4 matches for "ishl".

Did you mean: isel
2008 Oct 30
0
[LLVMdev] Using patterns inside patterns
I am not sure what you are looking to do. Please provide a mark up example. Evan On Oct 28, 2008, at 11:00 AM, Villmow, Micah wrote: > Is there currently a way to use a pattern inside of another pattern? > > Micah Villmow > Systems Engineer > Advanced Technology & Performance > Advanced Micro Devices Inc. > 4555 Great America Pkwy, > Santa Clara, CA. 95054 > P:
2008 Oct 30
1
[LLVMdev] Using patterns inside patterns
...ion // a - b ==> a + (-b) def ISUB : Pat<(sub GPRI32:$src0, GPRI32:$src1), (IADD GPRI32:$src0, (INEGATE GPRI32:$src1))>; I am attemping to do 64 bit integer shifts and using the following pattern: def LSHL : Pat<(shl GPRI64:$src0, GPRI32:$src1), (LCREATE (ISHL (LLO GPRI64:$src0), GPRI32:$src1), (IOR (ISHL (LHI GPRI64:$src0), GPRI32:$src1), (IOR (USHR (LLO GPRI64:$src0), (IADD (LOADCONST_i32 32), (INEGATE GPRI32:$src1))), (USHR (LLO GPRI64:$src0), (IADD GPRI32:$src1, (LOADCONST_i32 -32))))))>; However, I have two adds that I could map to...
2008 Oct 28
4
[LLVMdev] Using patterns inside patterns
Is there currently a way to use a pattern inside of another pattern? Micah Villmow Systems Engineer Advanced Technology & Performance Advanced Micro Devices Inc. 4555 Great America Pkwy, Santa Clara, CA. 95054 P: 408-572-6219 F: 408-572-6596 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Jun 13
0
Wine release 1.7.20
...wined3d: Increase the SM4 instruction length mask size. d2d1: Implement D2D1CreateFactory(). d2d1: Implement d2d_factory_CreateDxgiSurfaceRenderTarget(). wined3d: Recognize the SM4 discard opcode. wined3d: Recognize the SM4 dp2 opcode. wined3d: Recognize the SM4 ishl opcode. ddraw/tests: 64-bit ddraw only has DWORD surface pitch alignment in some cases. ddraw: Clear DDSD_LINEARSIZE on uncompressed surfaces. ddraw: Clear DDSD_PITCH on compressed surfaces. ddraw: Use wined3d_surface_get_pitch() to calculate dwLinearSize for compressed surf...