Home
last modified time | relevance | path

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

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