WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

Re: [XenPPC] [xenppc-unstable] [ppc] Turn on Save and Restore of VMX reg

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [XenPPC] [xenppc-unstable] [ppc] Turn on Save and Restore of VMX registers
From: Segher Boessenkool <segher@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 14 Jun 2006 01:09:32 +0200
Delivery-date: Tue, 13 Jun 2006 16:09:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <E1FqEMq-0000Z0-FW@xxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
References: <E1FqEMq-0000Z0-FW@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
 /* So you might think that we could use the VRSAVE register to
  * streamline this but "If this [VRSAVE] approach is taken it must be
  * applied rigorously".

I have no idea what this comment is supposed to mean.  If you use
VRSAVE to select which regs to save and which not, it often hurts
to do that selection per register; but doing it per block of four
stil pays off.  (About equal to blocks of eight in my profiling,
btw.  Do you own profiling!)

        /* r0 as the second operand is considered 0 */

NOT AT ALL.  Binary pattern 0b00000 for RA means literal 0 instead
of GPR0, sure.  And the assembler you use just uses CCCP to
translate "r0" into a literal 0.  But some other assemblers
do not.  So please just write "0" when you mean "0".

-       addi r0,r3,CT_VR0 ;     stvxl   vr0,r0,r0



_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel