Searched refs:SAVfloat (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea.h386 #define SAVfloat 0x02 /* Savearea contains floating point context */ macro
H A Dstatus.c887 fsv->save_hdr.save_flags = (fsv->save_hdr.save_flags & ~SAVtype) | (SAVfloat << SAVtypeshft); /* Mark as in use as float */
1059 fsvn->save_hdr.save_flags = (fsvn->save_hdr.save_flags & ~SAVtype) | (SAVfloat << SAVtypeshft); /* Mark as in use as float */
1586 fsv->save_hdr.save_flags = (fsv->save_hdr.save_flags & ~SAVtype) | (SAVfloat << SAVtypeshft); /* Mark as in use as float */
H A Dhw_exception.s1781 li r21,SAVfloat ; (TEST/DEBUG) Make sure this is all floating point
1805 li r21,SAVfloat ; (TEST/DEBUG) Make sure this is all floating point
H A Dcswtch.s485 li r4,SAVfloat ; Get floating point tag
697 li r7,SAVfloat ; Get the floating point ID
H A Dvmachmon_asm.s578 li r7,SAVfloat ; Get floating point flag

Completed in 58 milliseconds