summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/m68k/gen/fpgetround.S
blob: 8c046e32172568e02ce3c113313d73a5740b4fe2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* $OpenBSD: fpgetround.S,v 1.3 2005/08/07 16:40:14 espie Exp $ */
/*
 * Written by J.T. Conklin, Apr 6, 1995
 * Public domain.
 */

#include <machine/asm.h>

ENTRY(fpgetround)
	fmovel fpcr,d0
	bfextu d0{#26:#2},d0
	rts