Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dtrap.h65 #define T_XMMFLT 29 /* SIMD floating-point exception */ macro
/f-stack/freebsd/i386/i386/
H A Dgdb_machdep.c113 case T_XMMFLT: return (SIGFPE); in gdb_cpu_signal()
H A Dtrap.c150 [T_XMMFLT] = { .ei = true, .msg = "SIMD floating-point exception" },
453 case T_XMMFLT: /* SIMD floating-point exception */ in trap()
483 case T_XMMFLT: /* SIMD floating-point exception */ in trap()
H A Dexception.s154 pushl $0; TRAP(T_XMMFLT)
/f-stack/freebsd/amd64/amd64/
H A Dgdb_machdep.c150 case T_XMMFLT: return (SIGFPE); in gdb_cpu_signal()
H A Dtrap.c150 [T_XMMFLT] = "SIMD floating-point exception",
379 case T_XMMFLT: /* SIMD floating-point exception */ in trap()
408 case T_XMMFLT: /* SIMD floating-point exception */ in trap()
H A Dexception.S180 TRAP xmm, T_XMMFLT