Lines Matching refs:callout
37 # callout. The FPSP code does a "bsr" to the stub routine. This
593 # _fpsp_done() - "callout" for 060FPSP exit (all work done!) #
594 # _real_ovfl() - "callout" for Overflow exception enabled code #
595 # _real_inex() - "callout" for Inexact exception enabled code #
596 # _real_trace() - "callout" for Trace exception code #
617 # Finally, the handler exits through the "callout" _fpsp_done() #
622 # exceptions enabled, this handler must exit through the "callout" #
627 # through the "callout" _real_inex() regardless of whether the result #
631 # handler must exit through the "callout" _real_trace(). #
833 # _fpsp_done() - "callout" for 060FPSP exit (all work done!) #
834 # _real_ovfl() - "callout" for Overflow exception enabled code #
835 # _real_inex() - "callout" for Inexact exception enabled code #
836 # _real_trace() - "callout" for Trace exception code #
857 # Finally, the handler exits through the "callout" _fpsp_done() #
862 # exceptions enabled, this handler must exit through the "callout" #
867 # this handler must exit through the "callout" _real_inex(). #
871 # handler must exit through the "callout" _real_trace(). #
1109 # _real_inex() - "callout" to operating system inexact handler #
1110 # _fpsp_done() - "callout" for exit; work all done #
1111 # _real_trace() - "callout" for Trace enabled exception #
1113 # _real_snan() - "callout" for SNAN exception #
1114 # _real_operr() - "callout" for OPERR exception #
1115 # _real_ovfl() - "callout" for OVFL exception #
1116 # _real_unfl() - "callout" for UNFL exception #
1150 # instruction emulation. If none, then we exit through the "callout" #
2379 # _real_fpu_disabled() - "callout" for "FPU disabled" exception #
2380 # _real_access() - "callout" for access error exception #
2382 # _fpsp_done() - "callout" for exit; work all done #
2383 # _real_trace() - "callout" for Trace enabled exception #
2408 # _mem_read() "callout", converted to FP binary (if packed), and used #
2444 # "callout" returns a failing result indicating an access error, then #
3073 # _real_operr() - "callout" to operating system operr handler #
3098 # _mem_write() "callout" routines that may return a failing result. #
3262 # _real_snan() - "callout" to operating system SNAN handler #
3288 # _mem_write() "callout" routines that may return a failing result. #
3568 # _real_inex() - "callout" to operating system inexact handler #
3747 # _real_dz() - "callout" exit point from FP DZ handler #
3832 # calls the appropriate "callout". #