Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dtrap.h62 #define T_XMMFLT 29 /* SIMD floating-point exception */ macro
/freebsd/sys/i386/i386/
H A Dgdb_machdep.c112 case T_XMMFLT: return (SIGFPE); in gdb_cpu_signal()
H A Dtrap.c145 [T_XMMFLT] = { .ei = true, .msg = "SIMD floating-point exception" },
478 case T_XMMFLT: /* SIMD floating-point exception */ in trap()
508 case T_XMMFLT: /* SIMD floating-point exception */ in trap()
H A Dexception.S196 pushl $0; TRAP(T_XMMFLT)
/freebsd/sys/amd64/amd64/
H A Dgdb_machdep.c148 case T_XMMFLT: return (SIGFPE); in gdb_cpu_signal()
H A Dtrap.c147 [T_XMMFLT] = "SIMD floating-point exception",
421 case T_XMMFLT: /* SIMD floating-point exception */ in trap()
450 case T_XMMFLT: /* SIMD floating-point exception */ in trap()
H A Dexception.S175 TRAP xmm, T_XMMFLT