Lines Matching +full:three +full:- +full:state
3 |M68000 Hi-Performance Microprocessor Division
5 |Production Release P1.00 -- October 10, 1994
32 | (1) example "Call-out"s
34 | (3) example "Call-out" table
40 | (1) EXAMPLE CALL-OUTS #
58 | This is the main exit point for the 68060 Floating-Point
60 | routine. The operating system can do system dependent clean-up or
73 | stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
80 fsave -(%sp)
92 | stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
99 fsave -(%sp)
110 | stack frame. The FP state frame holds the source operand of the faulting
118 fsave -(%sp)
129 | stack frame. The FP state frame holds the source operand of the faulting
137 fsave -(%sp)
145 | This is the exit point for the 060FPSP when an enabled divide-by-zero exception
147 | for enabled divide-by-zero exceptions. The exception stack frame is a divide-by-zero
148 | stack frame. The FP state frame holds the source operand of the faulting
156 fsave -(%sp)
167 | stack frame. The FP state frame holds the source operand of the faulting
175 fsave -(%sp)
190 | bsun will now be re-executed but with the NaN FPSR bit cleared.
194 | fsave -(%sp)
196 fmove.l %fpsr,-(%sp)
205 | This is the exit point for the 060FPSP when an F-Line Illegal exception is
206 | encountered. Three different types of exceptions can enter the F-Line exception
208 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
209 | _fpsp_fline() distinguishes between the three and acts appropriately. F-Line
220 | encountered. Three different types of exceptions can enter the F-Line exception
222 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
223 | _fpsp_fline() distinguishes between the three and acts appropriately. FPU disabled
228 | The execution of the instruction then proceeds with an enabled floating-point
233 move.l %d0,-(%sp) | enabled the fpu
300 | (3) EXAMPLE CALL-OUT SECTION #
306 .long _060_real_bsun - _FP_CALL_TOP
307 .long _060_real_snan - _FP_CALL_TOP
308 .long _060_real_operr - _FP_CALL_TOP
309 .long _060_real_ovfl - _FP_CALL_TOP
310 .long _060_real_unfl - _FP_CALL_TOP
311 .long _060_real_dz - _FP_CALL_TOP
312 .long _060_real_inex - _FP_CALL_TOP
313 .long _060_real_fline - _FP_CALL_TOP
314 .long _060_real_fpu_disabled - _FP_CALL_TOP
315 .long _060_real_trap - _FP_CALL_TOP
316 .long _060_real_trace - _FP_CALL_TOP
317 .long _060_real_access - _FP_CALL_TOP
318 .long _060_fpsp_done - _FP_CALL_TOP
322 .long _060_imem_read - _FP_CALL_TOP
323 .long _060_dmem_read - _FP_CALL_TOP
324 .long _060_dmem_write - _FP_CALL_TOP
325 .long _060_imem_read_word - _FP_CALL_TOP
326 .long _060_imem_read_long - _FP_CALL_TOP
327 .long _060_dmem_read_byte - _FP_CALL_TOP
328 .long _060_dmem_read_word - _FP_CALL_TOP
329 .long _060_dmem_read_long - _FP_CALL_TOP
330 .long _060_dmem_write_byte - _FP_CALL_TOP
331 .long _060_dmem_write_word - _FP_CALL_TOP
332 .long _060_dmem_write_long - _FP_CALL_TOP