[BACK]Return to asm0.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / pari2 / include

File: [local] / OpenXM_contrib2 / windows / pari2 / include / Attic / asm0.h (download)

Revision 1.1, Tue Mar 13 05:50:27 2001 UTC (23 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1

Added PARI related files for windows. (including several binary files.)

/* $Id: asm0.h,v 1.1.1.1 1999/09/16 13:47:55 karim Exp $ */

/* This file defines the prototypes of "level 0" kernel functions    */
/* It is intended for use with an external "asm" definition          */

#define LOCAL_OVERFLOW
#define SAVE_OVERFLOW
#define LOCAL_HIREMAINDER
#define SAVE_HIREMAINDER

BEGINEXTERN
extern  ulong overflow;
extern  ulong hiremainder;
extern long addll(ulong x, ulong y);
extern long addllx(ulong x, ulong y);
extern long subll(ulong x, ulong y);
extern long subllx(ulong x, ulong y);
extern long shiftl(ulong x, ulong y);
extern long shiftlr(ulong x, ulong y);
extern long mulll(ulong x, ulong y);
extern long addmul(ulong x, ulong y);
extern long divll(ulong x, ulong y);
extern int  bfffo(ulong x);
ENDEXTERN