Home
last modified time | relevance | path

Searched refs:FPRS_DL (Results 1 – 10 of 10) sorted by relevance

/arch/sparc/kernel/
Dsigutil_64.c21 if (fprs & FPRS_DL) in save_fpu_state()
43 if (fprs & FPRS_DL) in restore_fpu_state()
Dunaligned_64.c425 int flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_ldf_stq()
607 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_lddfmna()
650 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_stdfmna()
Dptrace_64.c342 if (fprs & FPRS_DL) in fpregs64_get()
429 fprs |= (FPRS_FEF | FPRS_DL | FPRS_DU); in fpregs64_set()
791 fprs |= (FPRS_FEF | FPRS_DL); in fpregs32_set()
Dfpu_traps.S29 1: andcc %g5, FPRS_DL, %g0
362 andcc %g1, FPRS_DL, %g0
Dprocess_64.c676 if (fprs & FPRS_DL) in dump_fpu()
694 if(fprs & FPRS_DL) in dump_fpu()
Dsignal_64.c119 if (fprs & FPRS_DL) in sparc64_set_context()
213 if (fprs & FPRS_DL) in sparc64_get_context()
Drtrap_64.S336 and %l2, FPRS_DL, %l6
/arch/sparc/lib/
DVISsave.S58 3: andcc %o5, FPRS_DL|FPRS_DU, %g0
61 andcc %o5, FPRS_DL, %g0
129 3: andcc %o5, FPRS_DL, %g0
/arch/sparc/include/asm/
Dpstate.h76 #define FPRS_DL _AC(0x0000000000000001,UL) /* Dirty Lower. */ macro
/arch/sparc/math-emu/
Dmath_64.c372 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()
390 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()
408 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()