~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/gmp/mpn/m68k/m68k-defs.m4

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2007-04-09 11:51:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409115151-ql8cr0kalzx1jmla
Tags: 0.9i-20070324-2
Upload to unstable. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
dnl  m4 macros for 68k assembler.
4
4
 
5
 
dnl  Copyright 2001, 2002 Free Software Foundation, Inc.
 
5
dnl  Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
6
6
dnl
7
7
dnl  This file is part of the GNU MP Library.
8
8
dnl
18
18
dnl
19
19
dnl  You should have received a copy of the GNU Lesser General Public
20
20
dnl  License along with the GNU MP Library; see the file COPYING.LIB.  If
21
 
dnl  not, write to the Free Software Foundation, Inc., 59 Temple Place -
22
 
dnl  Suite 330, Boston, MA 02111-1307, USA.
 
21
dnl  not, write to the Free Software Foundation, Inc., 51 Franklin Street,
 
22
dnl  Fifth Floor, Boston, MA 02110-1301, USA.
23
23
 
24
24
 
25
25
dnl  The default m4 `#' commenting interferes with the assembler syntax for
154
154
m68k_definsn(addq, l)
155
155
m68k_definsn(asl,  l)
156
156
m68k_definsn(cmp,  l)
 
157
m68k_definsn(cmp,  w)
157
158
m68k_definsn(clr,  l)
158
159
m68k_definsn(divu, l)
159
160
m68k_definsn(eor,  w)
160
161
m68k_definsn(lsl,  l)
161
162
m68k_definsn(lsr,  l)
162
163
m68k_definsn(move, l)
 
164
m68k_definsn(move, w)
163
165
m68k_definsn(movem,l)
164
166
m68k_definsn(moveq,l)
165
167
m68k_definsn(mulu, l)