/src/sys/arch/m68k/fpe/ |
fpu_explode.c | 1 /* $NetBSD: fpu_explode.c,v 1.16 2021/03/08 14:37:55 isaki Exp $ */ 40 * @(#)fpu_explode.c 8.1 (Berkeley) 6/11/93 49 __KERNEL_RCSID(0, "$NetBSD: fpu_explode.c,v 1.16 2021/03/08 14:37:55 isaki Exp $"); 83 * FPC_QNAN for all NaNs; fpu_explode will fix this if appropriate). 225 fpu_explode(struct fpemu *fe, struct fpn *fp, int type, const uint32_t *space) function in typeref:typename:void 254 panic("fpu_explode");
|
/src/sys/arch/powerpc/fpu/ |
fpu_explode.c | 1 /* $NetBSD: fpu_explode.c,v 1.14 2022/09/07 06:51:58 rin Exp $ */ 40 * @(#)fpu_explode.c 8.1 (Berkeley) 6/11/93 49 __KERNEL_RCSID(0, "$NetBSD: fpu_explode.c,v 1.14 2022/09/07 06:51:58 rin Exp $"); 84 * FPC_QNAN for all NaNs; fpu_explode will fix this if appropriate). 214 fpu_explode(struct fpemu *fe, struct fpn *fp, int type, uint64_t i) function in typeref:typename:void 243 panic("fpu_explode: invalid type %d", type);
|
/src/sys/arch/sparc/fpu/ |
fpu_explode.c | 1 /* $NetBSD: fpu_explode.c,v 1.13 2022/08/28 22:09:26 rin Exp $ */ 40 * @(#)fpu_explode.c 8.1 (Berkeley) 6/11/93 49 __KERNEL_RCSID(0, "$NetBSD: fpu_explode.c,v 1.13 2022/08/28 22:09:26 rin Exp $"); 82 * FPC_QNAN for all NaNs; fpu_explode will fix this if appropriate). 237 fpu_explode(struct fpemu *fe, struct fpn *fp, int type, int reg) function in typeref:typename:void 274 panic("fpu_explode"); 290 DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type == FTYPE_LNG) ? 'x' :
|