Lines Matching refs:num64
330 unsigned long num64, mxcsr; in restore_ia32_fpstate_live() local
356 num64 = mxcsr & 0xff10; in restore_ia32_fpstate_live()
357 num64 = (num64 << 32) | (lo & 0x1f3f); in restore_ia32_fpstate_live()
358 fcr = (fcr & (~0xff1000001f3f)) | num64; in restore_ia32_fpstate_live()
366 num64 = mxcsr & 0x3f; in restore_ia32_fpstate_live()
367 num64 = (num64 << 16) | (hi & 0xffff); in restore_ia32_fpstate_live()
368 num64 = (num64 << 16) | (lo & 0xffff); in restore_ia32_fpstate_live()
369 fsr = (fsr & (~0x3fffffffff)) | num64; in restore_ia32_fpstate_live()
374 num64 = hi & 0xffff; in restore_ia32_fpstate_live()
375 num64 = (num64 << 32) | lo; in restore_ia32_fpstate_live()
376 fir = (fir & (~0xffffffffffff)) | num64; in restore_ia32_fpstate_live()
381 num64 = hi & 0xffff; in restore_ia32_fpstate_live()
382 num64 = (num64 << 32) | lo; in restore_ia32_fpstate_live()
383 fdr = (fdr & (~0xffffffffffff)) | num64; in restore_ia32_fpstate_live()