Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/sh3/gen Do not profile. Indent delay slots.



details:   https://anonhg.NetBSD.org/src/rev/c699335f9b36
branches:  trunk
changeset: 552240:c699335f9b36
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Sep 22 02:42:02 2003 +0000

description:
Do not profile.  Indent delay slots.

diffstat:

 lib/libc/arch/sh3/gen/movstr_i4.S |  17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

diffs (57 lines):

diff -r d40332c9bb21 -r c699335f9b36 lib/libc/arch/sh3/gen/movstr_i4.S
--- a/lib/libc/arch/sh3/gen/movstr_i4.S Mon Sep 22 02:38:13 2003 +0000
+++ b/lib/libc/arch/sh3/gen/movstr_i4.S Mon Sep 22 02:42:02 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: movstr_i4.S,v 1.1 2002/09/05 08:35:15 msaitoh Exp $    */
+/*     $NetBSD: movstr_i4.S,v 1.2 2003/09/22 02:42:02 uwe Exp $        */
 
 /*-
  * Copyright (C) 2002 SHIMIZU Ryo.  All rights reserved.
@@ -28,7 +28,7 @@
 
 #include <machine/asm.h>
 
-ENTRY(__movstr_i4_odd)
+NENTRY(__movstr_i4_odd)
        add     #-8,r4
        nop
 odd_loop:
@@ -38,7 +38,7 @@
        dt      r6
        mov.l   r0,@(0,r4)
        bf/s    odd_loop
-       mov.l   r1,@(4,r4)
+        mov.l  r1,@(4,r4)
 
        mov.l   @r5+,r0
        mov.l   @r5+,r1
@@ -46,11 +46,11 @@
        mov.l   r0,@(8,r4)
        mov.l   r1,@(12,r4)
        rts
-       mov.l   r2,@(16,r4)
+        mov.l  r2,@(16,r4)
 
 
 
-ENTRY(__movstr_i4_even)
+NENTRY(__movstr_i4_even)
        add     #-8,r4
        nop
 even_loop:
@@ -60,13 +60,10 @@
        dt      r6
        mov.l   r0,@(0,r4)
        bf/s    even_loop
-       mov.l   r1,@(4,r4)
+        mov.l  r1,@(4,r4)
 
        mov.l   @r5+,r0
        mov.l   @r5+,r1
        mov.l   r0,@(8,r4)
        rts
-       mov.l   r1,@(12,r4)
-
-
-
+        mov.l  r1,@(12,r4)



Home | Main Index | Thread Index | Old Index