Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sparc/lib/
A 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-6.3-rc2/arch/sparc/kernel/
A Dsigutil_64.c22 if (fprs & FPRS_DL) in save_fpu_state()
47 if (fprs & FPRS_DL) in restore_fpu_state()
A 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()
A Dptrace_64.c353 if (fprs & FPRS_DL) in fpregs64_get()
405 fprs |= (FPRS_FEF | FPRS_DL | FPRS_DU); in fpregs64_set()
735 fprs |= (FPRS_FEF | FPRS_DL); in fpregs32_set()
879 fprs |= (FPRS_FEF | FPRS_DL); in setfpregs_set()
A Dfpu_traps.S30 1: andcc %g5, FPRS_DL, %g0
362 andcc %g1, FPRS_DL, %g0
A Dsignal_64.c116 if (fprs & FPRS_DL) in sparc64_set_context()
213 if (fprs & FPRS_DL) in sparc64_get_context()
A Drtrap_64.S337 and %l2, FPRS_DL, %l6
/linux-6.3-rc2/arch/sparc/math-emu/
A 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-6.3-rc2/arch/sparc/include/uapi/asm/
A Dpstate.h87 #define FPRS_DL _AC(0x0000000000000001,UL) /* Dirty Lower. */ macro

Completed in 11 milliseconds