Searched refs:FPU_EN (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/intel/ia32/ml/ |
H A D | float.s | 293 cmpl $FPU_EN, FPU_CTX_FPU_FLAGS(%rdi) 296 movl $_CONST(FPU_VALID|FPU_EN), FPU_CTX_FPU_FLAGS(%rdi) 322 cmpl $FPU_EN, FPU_CTX_FPU_FLAGS(%rdi) 324 movl $_CONST(FPU_VALID|FPU_EN), FPU_CTX_FPU_FLAGS(%rdi) 352 cmpl $FPU_EN, FPU_CTX_FPU_FLAGS(%eax) 355 movl $_CONST(FPU_VALID|FPU_EN), FPU_CTX_FPU_FLAGS(%eax) 365 cmpl $FPU_EN, FPU_CTX_FPU_FLAGS(%eax) 368 movl $_CONST(FPU_VALID|FPU_EN), FPU_CTX_FPU_FLAGS(%eax) 384 cmpl $FPU_EN, FPU_CTX_FPU_FLAGS(%ecx) 387 movl $_CONST(FPU_VALID|FPU_EN), FPU_CTX_FPU_FLAGS(%ecx)
|
H A D | exception.s | 645 movl $FPU_EN, %eax 720 movl $FPU_EN, %eax 784 movl $FPU_EN, %eax
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | fpu.c | 198 cfp->fpu_flags = FPU_EN | FPU_VALID; in fp_new_lwp() 370 ASSERT((fp->fpu_flags & FPU_EN) == 0); in fp_seed() 392 fp->fpu_flags = FPU_EN; in fp_seed() 475 if (fp->fpu_flags & FPU_EN) { in fpnoextflt() 705 if ((fp->fpu_flags & FPU_EN) == 0) { in fpsetcw()
|
H A D | archdep.c | 278 if (fpu->fpu_flags & FPU_EN) { in setfpregs() 334 if (fpu->fpu_flags & FPU_EN) { in getfpregs() 355 if ((fpu->fpu_flags & FPU_EN) || (fpu->fpu_flags & FPU_VALID)) { in getfpregs()
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | pcb.h | 81 #define FPU_EN 0x1 /* flag signifying fpu in use */ macro
|
/titanic_50/usr/src/uts/intel/ia32/syscall/ |
H A D | getcontext.c | 123 if (lwp->lwp_pcb.pcb_fpu.fpu_flags & FPU_EN) in savecontext() 309 if (lwp->lwp_pcb.pcb_fpu.fpu_flags & FPU_EN) in savecontext32()
|
/titanic_50/usr/src/uts/i86pc/ml/ |
H A D | genassym.c | 115 printf("#define\tFPU_EN 0x%x\n", FPU_EN); in main()
|
/titanic_50/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 2306 stub %g4, [%g2 + FPU_EN] ! write fef value to fpu_en
|
/titanic_50/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 2545 stub %g4, [%g2 + FPU_EN] ! write fef value to fpu_en
|