Home
last modified time | relevance | path

Searched refs:T_DIVIDE (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dtrap.h54 #define T_DIVIDE 18 /* integer divide fault */ macro
/f-stack/freebsd/i386/i386/
H A Dgdb_machdep.c107 case T_DIVIDE: return (SIGFPE); in gdb_cpu_signal()
H A Dtrap.c139 [T_DIVIDE] = { .ei = true, .msg = "integer divide fault" },
405 case T_DIVIDE: /* integer divide fault */ in trap()
H A Dexception.s105 pushl $0; TRAP(T_DIVIDE)
/f-stack/freebsd/amd64/amd64/
H A Dgdb_machdep.c144 case T_DIVIDE: return (SIGFPE); in gdb_cpu_signal()
H A Dtrap.c139 [T_DIVIDE] = "integer divide fault",
348 case T_DIVIDE: /* integer divide fault */ in trap()
H A Dexception.S172 TRAP div, T_DIVIDE