1: /*
   2:  * Copyright (c) 1987 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  */
   6: 
   7: #ifdef LIBC_SCCS
   8:         <@(#)ldfps.s	2.3 (Berkeley) 6/12/88\0>
   9:         .even
  10: #endif LIBC_SCCS
  11: 
  12: /*
  13:  * void
  14:  * ldfps(nfps);
  15:  *	u_int nfps;
  16:  *
  17:  * Load floating point status register with nfps.
  18:  */
  19: #include "DEFS.h"
  20: 
  21: ldfps   = 170100^tst
  22: 
  23: ENTRY(ldfps)
  24:         ldfps   2(sp)           / load fps with new configuration
  25:         rts     pc              / (no value returned)

Defined functions

_ldfps defined in line 23; used 1 times
Last modified: 1988-06-13
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2256
Valid CSS Valid XHTML 1.0 Strict