| |	fpsp_bsun --- FPSP handler for branch/set on unordered exception | 
 | |	Copy the PC to FPIAR to maintain 881/882 compatibility | 
 | |	The real_bsun handler will need to perform further corrective | 
 | |	measures as outlined in the 040 User's Manual on pages | 
 | |		Copyright (C) Motorola, Inc. 1990 | 
 | |       For details on the license for this file, please see the | 
 | |       file, README, in this same directory. | 
 | X_BSUN:	|idnt    2,1 | Motorola 040 Floating Point Software Package | 
 | 	moveml		%d0-%d1/%a0-%a1,USER_DA(%a6) | 
 | 	fmovemx	%fp0-%fp3,USER_FP0(%a6) | 
 | 	fmoveml	%fpcr/%fpsr/%fpiar,USER_FPCR(%a6) | 
 | 	movel		EXC_PC(%a6),USER_FPIAR(%a6) | 
 | 	moveml		USER_DA(%a6),%d0-%d1/%a0-%a1 | 
 | 	fmovemx	USER_FP0(%a6),%fp0-%fp3 | 
 | 	fmoveml	USER_FPCR(%a6),%fpcr/%fpsr/%fpiar |