Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/lib/
DVISsave.S46 mov FPRS_DU | FPRS_DL | FPRS_FEF, %o5
56 3: andcc %o5, FPRS_DL|FPRS_DU, %g0
59 andcc %o5, FPRS_DL, %g0
/linux-4.4.14/arch/sparc/kernel/
Dsigutil_64.c21 if (fprs & FPRS_DL) in save_fpu_state()
46 if (fprs & FPRS_DL) in restore_fpu_state()
Dunaligned_64.c453 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_ldf_stq()
522 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_ldf_stq()
633 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_lddfmna()
679 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_stdfmna()
Dptrace_64.c345 if (fprs & FPRS_DL) in fpregs64_get()
432 fprs |= (FPRS_FEF | FPRS_DL | FPRS_DU); in fpregs64_set()
794 fprs |= (FPRS_FEF | FPRS_DL); in fpregs32_set()
Dfpu_traps.S29 1: andcc %g5, FPRS_DL, %g0
361 andcc %g1, FPRS_DL, %g0
Dsignal_64.c119 if (fprs & FPRS_DL) in sparc64_set_context()
216 if (fprs & FPRS_DL) in sparc64_get_context()
Dprocess_64.c707 if (fprs & FPRS_DL) in dump_fpu()
725 if(fprs & FPRS_DL) in dump_fpu()
Drtrap_64.S297 and %l2, FPRS_DL, %l6
/linux-4.4.14/arch/sparc/math-emu/
Dmath_64.c380 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()
398 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()
416 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dpstate.h76 #define FPRS_DL _AC(0x0000000000000001,UL) /* Dirty Lower. */ macro