L_LIST revision 1.1 1 # MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
2 # M68000 Hi-Performance Microprocessor Division
3 # M68040 Software Package
4 #
5 # M68040 Software Package Copyright (c) 1993, 1994 Motorola Inc.
6 # All rights reserved.
7 #
8 # THE SOFTWARE is provided on an "AS IS" basis and without warranty.
9 # To the maximum extent permitted by applicable law,
10 # MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED,
11 # INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
12 # PARTICULAR PURPOSE and any warranty against infringement with
13 # regard to the SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF)
14 # and any accompanying written materials.
15 #
16 # To the maximum extent permitted by applicable law,
17 # IN NO EVENT SHALL MOTOROLA BE LIABLE FOR ANY DAMAGES WHATSOEVER
18 # (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
19 # PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR
20 # OTHER PECUNIARY LOSS) ARISING OF THE USE OR INABILITY TO USE THE
21 # SOFTWARE. Motorola assumes no responsibility for the maintenance
22 # and support of the SOFTWARE.
23 #
24 # You are hereby granted a copyright license to use, modify, and
25 # distribute the SOFTWARE so long as this entire notice is retained
26 # without alteration in any modified and/or redistributed versions,
27 # and that such modified versions are clearly identified as such.
28 # No licenses are granted by implication, estoppel or otherwise
29 # under any patents or trademarks of Motorola, Inc.
30 #
31 # L_LIST 1.2 4/30/91
32 #
33 # Each line specifies the entry points for one function. The first
34 # 3 items are the library entry point names for the single, double and
35 # extended precision versions of the function. Change them to
36 # suit your system. The next item is
37 # either MONADIC or DYADIC. The remaining 5 items are the labels
38 # in the FPSP code that correspond to subroutines to handle Regular,
39 # Zero, Infinity, Nan and Denorm input values.
40 #
41 # The first 3
42 #
43 #Sgl Dbl. Ext. Type Reg Zero Inf Nan Denorm
44 #---------------------- ---- --- ---- --- --- ------
45 facoss facosd facosx MONADIC sacos ld_ppi2 t_operr mon_nan sacosd
46 fasins fasind fasinx MONADIC sasin szero t_operr mon_nan sasind
47 fatans fatand fatanx MONADIC satan szero spi_2 mon_nan satand
48 fatanhs fatanhd fatanhx MONADIC satanh szero t_operr mon_nan satanhd
49 fcoss fcosd fcosx MONADIC scos ld_pone t_operr mon_nan scosd
50 fcoshs fcoshd fcoshx MONADIC scosh ld_pone ld_pinf mon_nan scoshd
51 fetoxs fetoxd fetoxx MONADIC setox ld_pone szr_inf mon_nan setoxd
52 fetoxm1s fetoxm1d fetoxm1x MONADIC setoxm1 szero setoxm1i mon_nan setoxm1d
53 fgetexps fgetexpd fgetexpx MONADIC sgetexp szero t_operr mon_nan sgetexpd
54 fsins fsind fsinx MONADIC ssin szero t_operr mon_nan ssind
55 fsinhs fsinhd fsinhx MONADIC ssinh szero sinf mon_nan ssinhd
56 ftans ftand ftanx MONADIC stan szero t_operr mon_nan stand
57 ftanhs ftanhd ftanhx MONADIC stanh szero sone mon_nan stanhd
58 ftentoxs ftentoxd ftentoxx MONADIC stentox ld_pone szr_inf mon_nan stentoxd
59 ftwotoxs ftwotoxd ftwotoxx MONADIC stwotox ld_pone szr_inf mon_nan stwotoxd
60 fgetmans fgetmand fgetmanx MONADIC sgetman szero t_operr mon_nan sgetmand
61 flogns flognd flognx MONADIC sslogn t_dz2 sopr_inf mon_nan sslognd
62 flog2s flog2d flog2x MONADIC sslog2 t_dz2 sopr_inf mon_nan sslog2d
63 flog10s flog10d flog10x MONADIC sslog10 t_dz2 sopr_inf mon_nan sslog10d
64 flognp1s flognp1d flognp1x MONADIC sslognp1 szero sopr_inf mon_nan slognp1d
65 fints fintd fintx MONADIC l_sint szero sinf mon_nan l_sintd
66 fintrzs fintrzd fintrzx MONADIC l_sintrz szero sinf mon_nan snzrinx
67 frems fremd fremx DYADIC prem
68 fmods fmodd fmodx DYADIC pmod
69 fscales fscaled fscalex DYADIC pscale
70 #
71 # 68040 native instructions added for completeness
72 #
73 fabss fabsd fabsx MONADIC sabs sabs sabs sabs sabs
74 fnegs fnegd fnegx MONADIC sneg sneg sneg sneg sneg
75 fsqrts fsqrtd fsqrtx MONADIC ssqrt ssqrt ssqrt ssqrt ssqrt
76 fadds faddd faddx DYADIC sadd
77 fsubs fsubd fsubx DYADIC ssub
78 fmuls fmuld fmulx DYADIC smul
79 fdivs fdivd fdivx DYADIC sdiv
80