Searched refs:FPRS_DL (Results 1 – 9 of 9) sorted by relevance
/linux/arch/sparc/lib/ |
H A D | VISsave.S | 48 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 D | sigutil_64.c | 22 if (fprs & FPRS_DL) in save_fpu_state() 47 if (fprs & FPRS_DL) in restore_fpu_state()
|
H A D | unaligned_64.c | 454 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 D | ptrace_64.c | 353 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 D | fpu_traps.S | 30 1: andcc %g5, FPRS_DL, %g0 362 andcc %g1, FPRS_DL, %g0
|
H A D | signal_64.c | 116 if (fprs & FPRS_DL) in sparc64_set_context() 213 if (fprs & FPRS_DL) in sparc64_get_context()
|
H A D | rtrap_64.S | 337 and %l2, FPRS_DL, %l6
|
/linux/arch/sparc/math-emu/ |
H A D | math_64.c | 381 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 D | pstate.h | 87 #define FPRS_DL _AC(0x0000000000000001,UL) /* Dirty Lower. */ macro
|