Lines Matching +full:fsin +full:- +full:output
3 M68000 Hi-Performance Microprocessor Division
5 Production Release P1.00 -- October 10, 1994
30 68060 FLOATING-POINT SOFTWARE PACKAGE (Library version)
31 --------------------------------------------------------
34 68060SP Floating-Point Software Package. The routines
40 By re-compiling a program that uses these instructions, and
46 --------------------
50 then converting the resulting binary output image into an
66 -----------------------
67 The file fplsp.sa contains an "Entry-Point" section and a
68 code section. The FPLSP has no "Call-Out" section. The first section
69 is the "Entry-Point" section. In order to access a function in the
77 re-compiled with every new 68060FPLSP release.
79 There are 3 entry-points for each instruction type: single precision,
82 As an example, the "fsin" library instruction can be passed an
85 # fsin.x fp0
87 fmovm.x &0x01,-(%sp) # pass operand on stack
88 bsr.l _060FPLSP_TOP+0x1a8 # branch to fsin routine
98 fmov.s %fp1,-(%sp) # pass src operand
99 fmov.s %fp0,-(%sp) # pass dst operand
107 --------------------
110 this exception using implemented floating-point instructions.
112 floating-point Operand Error exception, then the library routine
119 --------------
130 ------------------------