Searched refs:FPRS_FEF (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | sparc64fbsd-tdep.c | 132 #define FPRS_FEF (1 << 2) in sparc64fbsd_sigtramp_frame_cache() macro 136 if (fprs & FPRS_FEF) in sparc64fbsd_sigtramp_frame_cache()
|
/openbsd/sys/arch/sparc64/include/ |
H A D | fsr.h | 50 #define FPRS_FEF 0x04 /* Enable FP -- must be set to enable FP regs */ macro
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | genassym.cf | 142 export FPRS_FEF
|
H A D | locore.s | 3179 wr %g0, FPRS_FEF, %fprs 3209 wr %g0, FPRS_FEF, %fprs ! Mark FPU clean 3222 wr %g0, FPRS_FEF, %fprs 3734 wr %g0, FPRS_FEF, %fprs ! Turn on FPU 3890 wr %g0, FPRS_FEF, %fprs ! Turn on FPU 6013 wr %g0, FPRS_FEF, %fprs 6032 wr %g0, FPRS_FEF, %fprs 6063 wr %g0, FPRS_FEF, %fprs ! Mark FPU clean 6074 wr %g0, FPRS_FEF, %fprs 6090 wr %g0, FPRS_FEF, %fprs ! Clear dirty bits
|
H A D | trap.c | 494 sparc_wr(fprs, FPRS_FEF, 0); in trap()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | creator.c | 799 sparc_wr(fprs, FPRS_FEF, 0); in creator_load_sram()
|