Home
last modified time | relevance | path

Searched refs:T_FPE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dgdb_machdep.c184 case T_FPE+T_USER: in gdb_cpu_signal()
H A Dtrap.c1014 case T_FPE: in trap()
1023 case T_FPE + T_USER: in trap()
/f-stack/freebsd/mips/include/
H A Dtrap.h67 #define T_FPE 15 /* Floating point exception */ macro