From kato-commits-return-589-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Thu Aug 20 09:30:02 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 60003 invoked from network); 20 Aug 2009 09:30:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Aug 2009 09:30:01 -0000 Received: (qmail 63014 invoked by uid 500); 20 Aug 2009 09:30:20 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 62975 invoked by uid 500); 20 Aug 2009 09:30:20 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 62875 invoked by uid 99); 20 Aug 2009 09:30:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 09:30:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 09:30:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A48192388895; Thu, 20 Aug 2009 09:29:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r806096 - in /incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx: appendices/ appendices/registers.xml chapters/appendix.xml spec.xml Date: Thu, 20 Aug 2009 09:29:45 -0000 To: kato-commits@incubator.apache.org From: monteith@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090820092945.A48192388895@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: monteith Date: Thu Aug 20 09:29:32 2009 New Revision: 806096 URL: http://svn.apache.org/viewvc?rev=806096&view=rev Log: Move appendices, rename existing appendix for registers. Added: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/appendices/ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/appendices/registers.xml Removed: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/appendix.xml Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml Added: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/appendices/registers.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/appendices/registers.xml?rev=806096&view=auto ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/appendices/registers.xml (added) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/appendices/registers.xml Thu Aug 20 09:29:32 2009 @@ -0,0 +1,216 @@ + + + + Register tables +Common Register Names + + + IA32 Register Names + + RegisterType + + EDIInteger + ESIInteger + EAXInteger + EBXInteger + ECXInteger + EDXInteger + EIPInteger + ESPInteger + EBPInteger + + +
+ + + + IA64 Register Names + + RegisterType + + RDILong + RSILong + RAXLong + RBXLong + RCXLong + RDXLong + R8Long + R9Long + R10Long + R11Long + R12Long + R13Long + R14Long + R15Long + RIPLong + RSPLong + RBPLong + + +
+ + + + PowerPC 32 Register Names + + RegisterType + + R0Integer + R1Integer + R2Integer + R3Integer + R4Integer + R5Integer + R6Integer + R7Integer + R8Integer + R9Integer + R10Integer + R11Integer + R12Integer + R13Integer + R14Integer + R15Integer + R16Integer + R17Integer + R18Integer + R19Integer + R20Integer + R21Integer + R22Integer + R23Integer + R24Integer + R25Integer + R26Integer + R27Integer + R28Integer + R29Integer + R30Integer + R31Integer + IARInteger + LRInteger + MSRInteger + CTRInteger + CRInteger + FPSCRInteger + XERInteger + TIDInteger + MQInteger + + +
+ + + + PowerPC 64 Register Names + + RegisterType + + R0Long + R1Long + R2Long + R3Long + R4Long + R5Long + R6Long + R7Long + R8Long + R9Long + R10Long + R11Long + R12Long + R13Long + R14Long + R15Long + R16Long + R17Long + R18Long + R19Long + R20Long + R21Long + R22Long + R23Long + R24Long + R25Long + R26Long + R27Long + R28Long + R29Long + R30Long + R31Long + IARLong + LRLong + MSRLong + CTRLong + CRLong + FPSCRLong + XERLong + +
+ + + + Z/series 31 Register Names + + RegisterType + + gpr0Integer + gpr1Integer + gpr2Integer + gpr3Integer + gpr4Integer + gpr5Integer + gpr6Integer + gpr7Integer + gpr8Integer + gpr9Integer + gpr10Integer + gpr11Integer + gpr12Integer + gpr13Integer + gpr14Integer + gpr15Integer + psw0Integer + psw1Integer + + +
+ + Z/Series 64 Register Names + + RegisterType + + gpr0Long + gpr1Long + gpr2Long + gpr3Long + gpr4Long + gpr5Long + gpr6Long + gpr7Long + gpr8Long + gpr9Long + gpr10Long + gpr11Long + gpr12Long + gpr13Long + gpr14Long + gpr15Long + psw0Long + psw1Long + +
+ + + +
+ +
+ Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml?rev=806096&r1=806095&r2=806096&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml (original) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml Thu Aug 20 09:29:32 2009 @@ -38,7 +38,9 @@ - + + + \ No newline at end of file