Home
last modified time | relevance | path

Searched refs:FPRS_FEF (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsparc64fbsd-tdep.c132 #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 Dfsr.h50 #define FPRS_FEF 0x04 /* Enable FP -- must be set to enable FP regs */ macro
/openbsd/sys/arch/sparc64/sparc64/
H A Dgenassym.cf142 export FPRS_FEF
H A Dlocore.s3179 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 Dtrap.c494 sparc_wr(fprs, FPRS_FEF, 0); in trap()
/openbsd/sys/arch/sparc64/dev/
H A Dcreator.c799 sparc_wr(fprs, FPRS_FEF, 0); in creator_load_sram()