Home
last modified time | relevance | path

Searched refs:MIPS_CONFIG1_FP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpuregs.h528 #define MIPS_CONFIG1_FP 0x00000001 /* FPU implemented */ macro
/f-stack/freebsd/mips/mips/
H A Dcpu.c141 if (cfg1 & MIPS_CONFIG1_FP) in mips_get_identity()