Searched refs:FPRS_DU (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 69 andcc %o5, FPRS_DU, %g0
|
| /linux/arch/sparc/kernel/ |
| H A D | sigutil_64.c | 25 if (fprs & FPRS_DU) in save_fpu_state() 50 if (fprs & FPRS_DU) 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 | rtrap_64.S | 335 andcc %l2, (FPRS_FEF|FPRS_DU), %g0 355 1: andcc %l2, FPRS_DU, %g0 376 wr %g0, FPRS_DU, %fprs
|
| H A D | fpu_traps.S | 33 andcc %g5, FPRS_DU, %g0 106 2: andcc %g5, FPRS_DU, %g0 367 andcc %g1, FPRS_DU, %g0
|
| H A D | signal_64.c | 120 if (fprs & FPRS_DU) in sparc64_set_context() 216 if (fprs & FPRS_DU) in sparc64_get_context()
|
| H A D | ptrace_64.c | 358 if (fprs & FPRS_DU) in fpregs64_get() 405 fprs |= (FPRS_FEF | FPRS_DL | FPRS_DU); in fpregs64_set()
|
| /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 | 86 #define FPRS_DU _AC(0x0000000000000002,UL) /* Dirty Upper. */ macro
|