search for: r44

Displaying 12 results from an estimated 12 matches for "r44".

Did you mean: 44
2016 Oct 02
2
[PATCH] nv50/ir: Propagate third immediate src when folding OP_MAD
...d mov that causes a problem for later folding in the imm, here output of a testshader[1]: 0: nop u32 %r56 (0) 1: ld u32 %r31 c0[0x0] (0) 2: ld u32 %r37 c0[0x140] (0) 3: mov u32 %r38 0x00000000 (0) 4: mov u32 %r39 0x3f800000 (0) 5: mad f32 %r40 %r37 %r38 %r39 (0) 6: mad f32 %r44 %r37 %r38 %r38 (0) 7: add f32 %r53 %r31 %r40 (0) 8: add f32 %r54 %r31 %r44 (0) 9: add f32 %r57 %r56 %r44 (0) Constantfolding... MAIN:-1 () BB:0 (14 instructions) - df = { } -> BB:1 (tree) 0: nop u32 %r56 (0) 1: ld u32 %r31 c0[0x0] (0) 2: ld u32 %r37 c0[0x140] (0) 3: mo...
2016 Oct 02
0
[PATCH] nv50/ir: Propagate third immediate src when folding OP_MAD
...r folding in the imm, here > output of a testshader[1]: > > 0: nop u32 %r56 (0) > 1: ld u32 %r31 c0[0x0] (0) > 2: ld u32 %r37 c0[0x140] (0) > 3: mov u32 %r38 0x00000000 (0) > 4: mov u32 %r39 0x3f800000 (0) > 5: mad f32 %r40 %r37 %r38 %r39 (0) > 6: mad f32 %r44 %r37 %r38 %r38 (0) > 7: add f32 %r53 %r31 %r40 (0) > 8: add f32 %r54 %r31 %r44 (0) > 9: add f32 %r57 %r56 %r44 (0) > > Constantfolding... > > MAIN:-1 () > BB:0 (14 instructions) - df = { } > -> BB:1 (tree) > 0: nop u32 %r56 (0) > 1: ld u32 %r31 c0[0x0...
2016 Oct 02
1
[PATCH] nv50/ir: Propagate third immediate src when folding OP_MAD
...of a testshader[1]: >> >> 0: nop u32 %r56 (0) >> 1: ld u32 %r31 c0[0x0] (0) >> 2: ld u32 %r37 c0[0x140] (0) >> 3: mov u32 %r38 0x00000000 (0) >> 4: mov u32 %r39 0x3f800000 (0) >> 5: mad f32 %r40 %r37 %r38 %r39 (0) >> 6: mad f32 %r44 %r37 %r38 %r38 (0) >> 7: add f32 %r53 %r31 %r40 (0) >> 8: add f32 %r54 %r31 %r44 (0) >> 9: add f32 %r57 %r56 %r44 (0) >> >> Constantfolding... >> >> MAIN:-1 () >> BB:0 (14 instructions) - df = { } >> -> BB:1 (tree) >> 0: n...
2016 Oct 02
2
[PATCH] nv50/ir: Propagate third immediate src when folding OP_MAD
Previously we'd end up with an unnecessary mov for the thirs immediate value. total instructions in shared programs : 851881 -> 851864 (-0.00%) total gprs used in shared programs : 110295 -> 110295 (0.00%) total local used in shared programs : 1020 -> 1020 (0.00%) local gpr inst bytes helped 0 0 17 17
2010 Jun 15
0
[LLVMdev] Question on X86 backend
...ered 'live' into the call. / Handle a function call let isCall = 1, Defs = [ R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31, R32, R33, R34, R35, R36, R37, R38, R39, R40, R41, R42, R43, R44, R45, R46, R47, R48, R49, R50, R51, R52, R53, R54, R55, R56, R57, R58, R59, R60, R61, R62, R63, R64, R65, R66, R67, R68, R69, R70, R71, R72, R73, R74, R75, R76, R77, R78, R79, R80, R81, R82, R83, R84, R85, R86, R87, R88, R89, R90, R91, R92, R93, R94, R95, R96, R97, R98, R99, R100, R101, R102, R...
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah, > In X86InstrInfo.td for Call Instructions, it mentions that Uses for > argument registers are added manually. Can someone point me to the > location where they are added as the comment doesn't reference a > where or how? the register uses are added by the function X86TargetLowering::LowerCall() during the DAG Lowering phase. This is the relevant code segment: // Add
2009 Jul 01
0
help with superscripts in simple plots
...Proportion of Hatched Eggs" , cex=0.75) panel.text(1996, y=0.08, label=bquote(R^2 == .(R55)), cex=0.75) panel.text(x=1989, y=1.0, labels="Relative Mean Number Eggs Per Nests Per Year" , cex = 0.75) panel.text(x= 1989, y = 0.93, label=bquote(R^2 == .(R44)), cex = 0.75) trellis.unfocus() But when I use the following in a much simpler plot I can't seem to get it to work correctly. Is there a different way of using text and superscripts that are not associated with lattice plots ? plot(PropHatchedNests$PropNests, PropHatchedNests$meanH...
2013 Oct 09
0
[PATCH 0/1] Porting klibc to arm64
...------------------------------------------------------------------------------------------------ root at genericarmv8:~/anilss/AArch64/mksh_44-1/mksh# ./mksh test.sh -p $PWD/mksh Testing mksh for conformance: # $MirOS: src/bin/mksh/check.t,v 1.599 2013/02/24 14:22:41 tg Exp $ @(#)MIRBSD KSH R44 2013/02/24 This shell is actually: @(#)MIRBSD KSH R44 2013/02/24 test.sh built for mksh R44 2013/02/24 Trying Perl interpreter 'perl5'... test.sh[70]: perl5: not found Errorlevel 127, running on '' => not using Trying Perl interpreter 'perl'... Errorlevel 0, runni...
2013 Oct 09
2
[PATCH 0/1] Porting klibc to arm64
On Wed, 9 Oct 2013 10:44:27 +0000 (UTC) Thorsten Glaser <tg at mirbsd.de> wrote: > Anil Singhar dixit: > > >Manual testing as provided within the package has been done with all > >tests passing. This includes the units tests available under > >usr/klibc/tests, usr/utils, usr/dash and usr/gzip. For dash and > >gzip, only sanity testing has been done. > >
2008 May 22
2
New winetricks 20080522: added directx9, wmp10, mono19; lots of bug fixes, nicer gui
...6. r47 Quote environment variables uniformly in case users do strange things like override to directories with spaces in them. Added little script to run all options as a trivial test. r46 Remove debugging code accidentally left in. r45 fixed icky cut-and-paste typo. Somehow it worked anyway. r44 Let corefonts work even when user has them installed natively. Based on a patch by Hans Leidekker. r43 dotnet20 also depends on fontfix Move most dependencies down into bottom switch statement wsh56 now runs vcrun6 so people don't have to remember that anymore r42 Updated dotnet11 for rc1...
2015 Jun 07
43
[Bug 90887] New: PhiMovesPass in register allocator broken
https://bugs.freedesktop.org/show_bug.cgi?id=90887 Bug ID: 90887 Summary: PhiMovesPass in register allocator broken Product: Mesa Version: git Hardware: All OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.