Searched refs:emulate_fp (Results 1 – 1 of 1) sorted by relevance
327 static int emulate_fp = 1; variable329 static int emulate_fp = 0; variable331 SYSCTL_INT(_machdep, OID_AUTO, emulate_fp, CTLFLAG_RW,332 &emulate_fp, 0, "Emulate unimplemented FPU instructions");1024 if (!emulate_fp) { in trap()