similar to: R-beta: Re: R-alpha: My two problems

Displaying 20 results from an estimated 700 matches similar to: "R-beta: Re: R-alpha: My two problems"

2008 Mar 28
0
[08/17][PATCH] kvm/ia64: Add interruption vector table for vmm.
Hi, Xiantao a comments is below. >+// 0x3000 Entry 12 (size 64 bundles) External Interrupt (4) >+ENTRY(kvm_interrupt) >+ mov r31=pr // prepare to save predicates >+ mov r19=12 >+ mov r29=cr.ipsr >+ ;; >+ tbit.z p6,p7=r29,IA64_PSR_VM_BIT >+ tbit.z p0,p15=r29,IA64_PSR_I_BIT >+ ;; >+(p7) br.sptk kvm_dispatch_interrupt >+ ;; >+ mov
2008 Mar 28
0
[08/17][PATCH] kvm/ia64: Add interruption vector table for vmm.
Hi, Xiantao a comments is below. >+// 0x3000 Entry 12 (size 64 bundles) External Interrupt (4) >+ENTRY(kvm_interrupt) >+ mov r31=pr // prepare to save predicates >+ mov r19=12 >+ mov r29=cr.ipsr >+ ;; >+ tbit.z p6,p7=r29,IA64_PSR_VM_BIT >+ tbit.z p0,p15=r29,IA64_PSR_I_BIT >+ ;; >+(p7) br.sptk kvm_dispatch_interrupt >+ ;; >+ mov
2012 Aug 09
2
[LLVMdev] MI bundle liveness attributes
Hi Sergei, It seems to me that you can represent the semantics of a conditional instruction by adding a use of the conditionally defined register to the instruction. The value of the output register of an instruction is either the value of the instruction if it was conditionally executed or the value of the output register before the instruction. The Bundle would be: BUNDLE %PC<imp-def>,
2012 Aug 09
0
[LLVMdev] MI bundle liveness attributes
Arnold, Interesting point. This fake use would also need to be probably marked as isUndef(), but I could not foresee all possible corner cases from that. Could it be overly conservative? Would I lose the ability of some sort "predicate value propagation" that I seem to gain from introduction of an explicit flag? Can someone comment? Thanks. Sergei -- Qualcomm Innovation Center,
2012 Aug 09
0
[LLVMdev] MI bundle liveness attributes
Hello everyone, Let me (re)present a question that might have previously been discussed, but did not result in any code (AFIK). How do we represent a _conditional_ assignment (def) in a bundle MI? More contents - currently we expose internal def/use/kill information to a bundle header - something like this: BUNDLE %PC<imp-def>, %R0<imp-def>, %P0<imp-use,kill>,
2012 Aug 13
0
[LLVMdev] MI bundle liveness attributes
Andy, Yes, this is what Arnold has suggested also, and from this point it looks like it should work, but it will require parsing the bundle every time we care to know whether this is a real use or a conditional def. This might become awkward... but I guess I should provide a better use case to prove my point. Sergei -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum. >
2012 Aug 10
2
[LLVMdev] MI bundle liveness attributes
Hi Sergei. If an instruction conditionally writes R0 then I think it needs to implicitly use R0 for proper liveness Andy On Aug 9, 2012, at 9:48 AM, Sergei Larin <slarin at codeaurora.org> wrote: > > Hello everyone, > > Let me (re)present a question that might have previously been discussed, > but did not result in any code (AFIK). > > How do we represent a
2009 Aug 01
3
Low fps or no login on Shaiya
im useing ubuntu 8.10, on windows i got 20-40fps in towns and on ubuntu i got 2-7fps in towns, useing wine 1.0.1 beacouse any other new wine version gets my game stuck at login looked at this (http://appdb.winehq.org/objectManager.php?sClass=version&iId=10214) page and it seems that it should work on wine 1.1.23 but it doesnt work for me and added those extra dll files wine configuration is
2010 Jul 31
0
Wine and Star Craft 2 not working from DVD
I Installed the new star craft from the dvd. I have tried it with settings for every version of windows from XP up on both the normal wine and wine with the patch mentioned in the app db. It crashes with the unpatched version and with the patched version it correctly shows the loading screen but when it comes to the menu the screen is just a bunch of random colors, NOT THE MENU, the ENTIRE screen
2011 Oct 23
2
can't run DirectX applications properly - window garbled
Hello, I have searched, read and tried everything I can think of, but without success. So I really need some help here. The application I am currently trying to use is PixPlant, but I have the same problems with other apps using directx or opengl (I am totally confused now) to display some content. PixPlant is a program for generating textures. It has an area in its main window where it displays
2008 Oct 15
0
[PATCH] ia64/pv_ops: fix paraviatualization of ivt.S with CONFIG_SMP=n
When CONFIG_SMP=n, three instruction in ivt.S were missed to paravirtualize. paravirtualize them. Cc: "Luck, Tony" <tony.luck at intel.com> Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> --- arch/ia64/kernel/ivt.S | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/ia64/kernel/ivt.S b/arch/ia64/kernel/ivt.S index 416a952..f675d8e
2017 Jun 21
0
Permutations in RDA for repeated measures, using how()
Dear all, I am using RDA to study plant communities in various land uses (variable LU with values M, U, etc.). For each land use, I sample 3 to 5 fields (M1, M2, U1, U2, etc). I make 5 measurements for both plant communities and environmental variables in each field. I repeat the process every 6 months to study the effect of time and season (D16 for dry season 2017, R16 for rainy season 2016,
2012 Aug 15
3
[LLVMdev] MI bundle liveness attributes
On Aug 13, 2012, at 8:34 AM, Sergei Larin <slarin at codeaurora.org> wrote: > Andy, > > Yes, this is what Arnold has suggested also, and from this point it looks > like it should work, but it will require parsing the bundle every time we > care to know whether this is a real use or a conditional def. This might > become awkward... but I guess I should provide a better
2006 Jun 26
0
[klibc 25/43] ia64 support for klibc
The parts of klibc specific to the ia64 architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 951dc85bd690c6cc5a971815665da947160cbe51 tree 0843c8aa67a3c46a362d12c392c41c25d85ac9cd parent bd0599e5290ca1a16bb7a68f7c362d395c612eb3 author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:24 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2010 Oct 13
0
SOLVED -
Hi Akemi, Thanks for the reply. >Do you mean no src.rpm of your custom kernel? If so, rpmbuild -bs will build >it. The only source rpm I can find is from the CentOS Extras. FIlename makes it appear that you need the 2.6.18-8.1.8 kernel from CentOS Extras: kvm-kmod-36-1.2.6.18_8.1.8.el5.src.rpm If I try to rebuild that with: rpmbuild --rebuild --target=x86_64
2010 Oct 13
0
SOLVED - wrong subject : kvm-kmod CentOS 5.5 - sorry
Kenneth M DeChick Linux Systems Administrator Community Computer Service, Inc. http://www.medent.com kend at medent.com Registered Linux User #497318 -- -- -- -- -- -- -- -- -- -- -- Schshschshchsch.-- The Gorn, "Arena", stardate 3046.2 . This message and any attachments may contain information that is protected by law as privileged and confidential, and is transmitted for the sole use
2007 Aug 02
3
ioemu/xenfb
Hi folks There are two components, which are currently not included in the main utils package: ioemu, xenfb. ioemu is currently shipped in its own package, xenfb is not shipped at all. Should we fold them into the main utils package for simplicity? ioemu adds 300k to the package and 4300k in one dependency (libsdl1.2debian). xenfb adds another 200k to the package and 200k in one dependency
2011 Jul 03
0
[LLVMdev] DLX backend
So I thought I'd try to use the documentation on llvm backends to try to create a DLX backend. I think I've got most of the stuff for the .td files done but I've got some problems. * Do I need to represent the PC in my XXXRegisterInfo.td file; the branch instruction effects it but you can directly access it ... I'm thinking not. * In my Instruction subclasses (in
2010 Dec 01
0
[LLVMdev] Problems with paged registers and seperated program and data memory
Hi I'm hacking my own backend for a small 16 bit microprocessor. I took some code from the msp430 backend, because there are some similarities. But there are some features, I couldn't find a solution yet: 1. Paged Registers The register set is a bit complicated: it has 64 general purpose registers, and the upper 32 registers are paged registers with 8 pages. The lower 32 registers are
2010 May 19
1
Starcarft 2 crash after the loading screen
Hello, Someone could help me get the starcraft 2 beta working. I installed everything fine but it crashes after the loading screen. I followed How-to but it's not work. (Sorry for my bad English, i'm French) Config : ATI 5770 wine 1.1.44 In the bash it's writed : .... (lot of line) fixme:d3d:getFormatDescEntry Can't find format unrecognized(909201952) in the format lookup