BSD 4 release
[unix-history] / usr / src / cmd / px / 14neg.s
index 9b0a2da..48029d5 100644 (file)
@@ -1,20 +1,17 @@
 #\f
 #\f
-# 14neg.s
+# Copyright (c) 1979 Regents of the University of California
+#
+# char sccsid[] = "@(#)14neg.s 4.1 10/10/80";
 #
 # NEGATION & ABSOLUTE VALUE
 #
 #
 # NEGATION & ABSOLUTE VALUE
 #
-_ABS2:
-       incl    r10
-       cvtwl   (sp)+,r0
-       blss    l1401
-       pushl   r0
-       jmp     (r8)
 _NEG2:
        incl    r10
        cvtwl   (sp)+,r0
 l1401:
        mnegl   r0,-(sp)
        jmp     (r8)
 _NEG2:
        incl    r10
        cvtwl   (sp)+,r0
 l1401:
        mnegl   r0,-(sp)
        jmp     (r8)
+_ABS2:
 _ABS4:
        incl    r10
        tstl    (sp)
 _ABS4:
        incl    r10
        tstl    (sp)