Lines Matching refs:fcr
1355 __put_user(tsk->thread.fcr & 0xffff, &save->cwd); in save_ia32_fpstate()
1386 tsk->thread.fcr = (tsk->thread.fcr & (~0x1f3f)) | (num32 & 0x1f3f); in restore_ia32_fpstate()
1419 __put_user(tsk->thread.fcr & 0xffff, &save->cwd); in save_ia32_fpxstate()
1436 mxcsr = ((tsk->thread.fcr>>32) & 0xff80) | ((tsk->thread.fsr>>32) & 0x3f); in save_ia32_fpxstate()
1461 tsk->thread.fcr = (tsk->thread.fcr & (~0x1f3f)) | (num32 & 0x1f3f); in restore_ia32_fpxstate()
1482 tsk->thread.fcr = (tsk->thread.fcr & (~0xff1000000000UL)) | (num64<<32); in restore_ia32_fpxstate()
2215 *val = task->thread.fcr & 0xffff; in getfpreg()
2242 task->thread.fcr = (task->thread.fcr & (~0x1f3f)) in setfpreg()
2378 *((short *)buf) = task->thread.fcr & 0xffff; in getfpxreg()
2401 *((int *)buf) = ((task->thread.fcr>>32) & 0xff80) in getfpxreg()
2418 task->thread.fcr = (task->thread.fcr & (~0x1f3f)) in setfpxreg()
2444 task->thread.fcr = (task->thread.fcr & in setfpxreg()