~ubuntu-branches/ubuntu/natty/eglibc/natty-security

« back to all changes in this revision

Viewing changes to sysdeps/sparc/sparc32/sparcv8/udiv.S

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2009-05-05 09:54:14 UTC
  • Revision ID: james.westby@ubuntu.com-20090505095414-c45qsg9ixjheohru
ImportĀ upstreamĀ versionĀ 2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Sparc v8 has divide.
 
3
 */
 
4
 
 
5
#include <sysdep.h>
 
6
 
 
7
ENTRY(.udiv)
 
8
 
 
9
        wr      %g0, 0, %y
 
10
        nop
 
11
        nop
 
12
        retl
 
13
         udiv   %o0, %o1, %o0
 
14
 
 
15
END(.udiv)