Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/lib/
DVISsave.S48 mov FPRS_DU | FPRS_DL | FPRS_FEF, %o5
58 3: andcc %o5, FPRS_DL|FPRS_DU, %g0
61 andcc %o5, FPRS_DL, %g0
/linux-5.19.10/arch/sparc/kernel/
Dsigutil_64.c22 if (fprs & FPRS_DL) in save_fpu_state()
47 if (fprs & FPRS_DL) in restore_fpu_state()
Dunaligned_64.c454 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_ldf_stq()
523 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_ldf_stq()
634 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_lddfmna()
680 flag = (freg < 32) ? FPRS_DL : FPRS_DU; in handle_stdfmna()
Dptrace_64.c353 if (fprs & FPRS_DL) in fpregs64_get()
405 fprs |= (FPRS_FEF | FPRS_DL | FPRS_DU); in fpregs64_set()
736 fprs |= (FPRS_FEF | FPRS_DL); in fpregs32_set()
880 fprs |= (FPRS_FEF | FPRS_DL); in setfpregs_set()
Dfpu_traps.S30 1: andcc %g5, FPRS_DL, %g0
362 andcc %g1, FPRS_DL, %g0
Dsignal_64.c116 if (fprs & FPRS_DL) in sparc64_set_context()
213 if (fprs & FPRS_DL) in sparc64_get_context()
Drtrap_64.S337 and %l2, FPRS_DL, %l6
/linux-5.19.10/arch/sparc/math-emu/
Dmath_64.c381 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()
399 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()
417 flags = (freg < 32) ? FPRS_DL : FPRS_DU; in do_mathemu()
/linux-5.19.10/arch/sparc/include/uapi/asm/
Dpstate.h87 #define FPRS_DL _AC(0x0000000000000001,UL) /* Dirty Lower. */ macro