Home
last modified time | relevance | path

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

/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.c369 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()
387 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()
405 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()
/arch/sparc/kernel/
Dsignal_64.c119 if (fprs & FPRS_DL) in sparc64_set_context()
213 if (fprs & FPRS_DL) in sparc64_get_context()
279 if (fprs & FPRS_DL) in restore_fpu_state()
369 if (fprs & FPRS_DL) in save_fpu_state()
Dunaligned_64.c446 int flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_ldf_stq()
623 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_lddfmna()
666 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_stdfmna()
Dptrace_64.c340 if (fprs & FPRS_DL) in fpregs64_get()
427 fprs |= (FPRS_FEF | FPRS_DL | FPRS_DU); in fpregs64_set()
785 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.c710 if (fprs & FPRS_DL) in dump_fpu()
728 if(fprs & FPRS_DL) in dump_fpu()
Dsignal32.c204 if (fprs & FPRS_DL) in restore_fpu_state32()
441 if (fprs & FPRS_DL) in save_fpu_state32()
Drtrap_64.S409 and %l2, FPRS_DL, %l6