home *** CD-ROM | disk | FTP | other *** search
- /*
- * i386-needs.h
- * What does the FreeBSD i386 architecture need in terms of soft instructions.
- *
- * Copyright (c) 1996 Systems Architecture Research Centre,
- * City University, London, UK.
- *
- * See the file "license.terms" for information on usage and redistribution
- * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * Written by Tim Wilkinson <tim@sarc.city.ac.uk>, February 1996.
- */
-
- #ifndef __i386_needs_h
- #define __i386_needs_h
-
- #define NEED_soft_unimplemented
- #define NEED_soft_lmul
- #define NEED_soft_ldiv
- #define NEED_soft_lrem
- #define NEED_soft_frem
- #define NEED_soft_drem
- #define NEED_soft_lshl
- #define NEED_soft_lshr
- #define NEED_soft_lushr
- #define NEED_soft_lcmp
- #define NEED_soft_fcmpl
- #define NEED_soft_fcmpg
- #define NEED_soft_dcmpl
- #define NEED_soft_dcmpg
- #define NEED_soft_multianewarray
- #define NEED_soft_new
- #define NEED_soft_anewarray
- #define NEED_soft_newarray
- #define NEED_soft_athrow
- #define NEED_soft_checkcast
- #define NEED_soft_instanceof
- #define NEED_soft_lookupmethod
- #define NEED_soft_monitorenter
- #define NEED_soft_monitorexit
-
- #endif
-