| /src/tests/lib/libc/gen/ | 
| t_fpclassify.c | 45 	float d0, d1, f;  local in function:ATF_TC_BODY 61 	d1 = d0;
 68 		d1 /= 2;
 69 		ATF_CHECK_EQ_MSG(fpclassify(d1), FP_SUBNORMAL,
 71 		    i, d1, fpclassify(d1), FP_SUBNORMAL);
 72 		ATF_CHECK_MSG(d1 > 0 && d1 < d0,
 73 		    "[%d] d1=%a d0=%a", i, d1, d0)
 125  double d0, d1, f;  local in function:ATF_TC_BODY
 205  long double d0, d1, f;  local in function:ATF_TC_BODY
 [all...]
 | 
| /src/sys/arch/x68k/stand/libsa/ | 
| fdsub.S | 41 ||	movl	%sp@(4),%d1 42 ||	andil	#3,%d1
 43 ||	orib	#0x90,%d1
 44 ||	lslw	#8,%d1
 51 	moveml	%sp@(4),%d0-%d1
 52 	andil	#1,%d1
 54 	lslw	#2,%d1
 55 	orw	%d1,%d0
 58 	tstl	%d1
 62 	moveml	%d0-%d1,%a0
 [all...]
 | 
| /src/lib/libc/arch/m68k/sys/ | 
| fork.S | 47 	subql	#1,%d1	/* from 1 to 0 in child, 0 to -1 in parent */ 48 	andl	%d1,%d0
 
 | 
| /src/sys/arch/x68k/stand/xxboot/ | 
| ashldi3.S | 36 		moveml	%sp@(4),%d0-%d1/%a0	| %d0:%d1 = quad value 40 		addl	%d1,%d1			| X:%d1 <<= 1
 76 		moveml	%a2@+,%d0-%d2		| %d0:%d1 = value
 84 		cmpl	%a2@+,%d1		| compare low word
 
 | 
| ashrdi3.S | 36 		moveml	%sp@(4),%d0-%d1/%a0	| %d0:%d1 = quad value 41 		roxrl	#1,%d1			| X:%d1 >>= 1
 79 		moveml	%a2@+,%d0-%d2		| %d0:%d1 = value
 87 		cmpl	%a2@+,%d1		| compare low word
 
 | 
| /src/sys/lib/libkern/arch/m68k/ | 
| random.S | 52 	mulsl	(%a0), %d1:%d0 54 	roxll	#2, %d1
 55 	addl	%d1, %d0
 56 	moveql	#1, %d1
 57 	addxl	%d1, %d0
 
 | 
| umodsi3.S | 50 	movel	4(%sp),%d1 52 	remul	8(%sp),%d0:%d1
 53 	divul	8(%sp),%d1
 55 	divull	8(%sp),%d0:%d1
 62 | register, and that it returns the modulus in %d1:
 65 	movel	%d1, %d0	| move the modulus into %d0
 
 | 
| /src/common/lib/libc/arch/m68k/gen/ | 
| bswap64.S | 32 	movl	4(%sp),%d1 36 	byterev	%d1
 47 	movl	%d1,%d2
 50 	lsrl	#8,%d1
 51 	andl	%d3,%d1
 52 	orl	%d2,%d1
 56 	rolw	#8,%d1
 58 	swap	%d1
 61 	rolw	#8,%d1
 
 | 
| /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/allwinner/ | 
| Makefile | 2 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-clockworkpi-v3.14.dtb 3 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-devterm-v3.14.dtb
 4 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-dongshan-nezha-stu.dtb
 5 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-86-panel-480p.dtb
 6 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-86-panel-720p.dtb
 7 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-dock.dtb
 8 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv.dtb
 9 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-mangopi-mq-pro.dtb
 10 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-nezha.dtb
 
 | 
| /src/lib/libc/arch/m68k/gen/ | 
| ashlsi3.S | 48 	movel	8(%sp),%d1 50 	asll	%d1,%d0
 
 | 
| ashrsi3.S | 48 	movel	8(%sp),%d1 50 	asrl	%d1,%d0
 
 | 
| lshlsi3.S | 48 	movel	8(%sp),%d1 50 	lsll	%d1,%d0
 
 | 
| lshrsi3.S | 48 	movel	8(%sp),%d1 50 	lsrl	%d1,%d0
 
 | 
| /src/common/lib/libc/arch/m68k/string/ | 
| ffs.S | 63 	movl	%d0,%d1 65 	andl	%d0,%d1
 68 	ff1.l	%d1		| count leading zeros
 70 	bfffo	%d1{#0:#32},%d1
 72 	subl	%d1,%d0
 80 	movl	4(%sp),%d1
 84 	lsrl	#1,%d1		| shift low bit into carry
 95 	movql	#31,%d1
 98 	dbcs	%d1,.L
 [all...]
 | 
| strcmp.S | 51 	GETC((%a0)+,%d1) 53 	SUBC((%a1)+,%d1)
 56 	GETC((%a0)+,%d1)
 58 	SUBC((%a1)+,%d1)
 61 	GETC((%a0)+,%d1)
 63 	SUBC((%a1)+,%d1)
 66 	GETC((%a0)+,%d1)
 68 	SUBC((%a1)+,%d1)
 73 	movl	%d1,%d0
 77 	movb	%d1,%d
 [all...]
 | 
| strncpy.S | 48 	movl	12(%sp),%d1		| count 52 	subql	#1,%d1
 56 	dbeq	%d1,.Lscloop		| loop through low word of d1
 60 	clrw	%d1			| clear low word of d1
 62 	subql	#1,%d1			| adjust count for long copies
 73 	dbra	%d1,.Lscploop		| keep going
 74 	clrw	%d1
 77 	subql	#1,%d1
 [all...]
 | 
| /src/common/lib/libc/arch/m68k/atomic/ | 
| atomic_nand.S | 39 	movl	%d0, %d1 42 	casl	%d1, %d0, (%a0)
 66 	movl	%d0, %d1
 67 	andl	8(%sp), %d1
 68 	notl	%d1
 69 	casl	%d0, %d1, (%a0)
 79 	movw	%d0, %d1
 82 	casw	%d1, %d0, (%a0)
 92 	movw	%d0, %d1
 93 	andw	8(%sp), %d1
 [all...]
 | 
| atomic_add.S | 54 	movl	%d0, %d1 56 	casl	%d1, %d0, (%a0)
 74 	movl	%d0, %d1
 75 	addl	8(%sp), %d1
 76 	casl	%d0, %d1, (%a0)
 85 	movw	%d0, %d1
 87 	casw	%d1, %d0, (%a0)
 97 	movw	%d0, %d1
 98 	addw	8(%sp), %d1
 99 	casw	%d0, %d1, (%a0
 [all...]
 | 
| atomic_and.S | 53 	movl	%d0, %d1 55 	casl	%d1, %d0, (%a0)
 72 	movl	%d0, %d1
 73 	andl	8(%sp), %d1
 74 	casl	%d0, %d1, (%a0)
 84 	movw	%d0, %d1
 86 	casw	%d1, %d0, (%a0)
 96 	movw	%d0, %d1
 97 	andw	8(%sp), %d1
 98 	casw	%d0, %d1, (%a0
 [all...]
 | 
| atomic_or.S | 54 	movl	%d0, %d1 56 	casl	%d1, %d0, (%a0)
 75 	movl	%d0, %d1
 76 	orl	8(%sp), %d1
 77 	casl	%d0, %d1, (%a0)
 87 	movw	%d0, %d1
 89 	casw	%d1, %d0, (%a0)
 98 	movw	%d0, %d1
 99 	orw	8(%sp), %d1
 100 	casw	%d0, %d1, (%a0
 [all...]
 | 
| atomic_sub.S | 54 	movl	%d0, %d1 56 	casl	%d1, %d0, (%a0)
 74 	movl	%d0, %d1
 75 	subl	8(%sp), %d1
 76 	casl	%d0, %d1, (%a0)
 85 	movw	%d0, %d1
 87 	casw	%d1, %d0, (%a0)
 97 	movw	%d0, %d1
 98 	subw	8(%sp), %d1
 99 	casw	%d0, %d1, (%a0
 [all...]
 | 
| /src/lib/libc/arch/m68k/quad/ | 
| ashldi3.S | 35 | d1 lsw 43 	movel	12(%fp),%d1
 49 	movel	%d1,%d0
 51 	clrl	%d1
 54 	movel	%d1,%d4
 57 	asll	%d2,%d1
 
 | 
| ashrdi3.S | 35 | d1 lsw 43 	movel	12(%fp),%d1
 49 	movel	%d0,%d1
 50 	asrl	%d3,%d1
 54 L2:	lsrl	%d2,%d1
 57 	orl	%d4,%d1
 
 | 
| lshrdi3.S | 35 | d1 lsw 43 	movel	12(%fp),%d1
 49 	movel	%d0,%d1
 50 	lsrl	%d3,%d1
 53 L2:	lsrl	%d2,%d1
 56 	orl	%d4,%d1
 
 | 
| /src/lib/libc/gen/ | 
| alphasort.c | 55 alphasort(const ALPHASORTARG d1, const ALPHASORTARG d2) 58 	_DIAGASSERT(d1 != NULL);
 61 	return (strcmp((*(const struct dirent *const *)d1)->d_name,
 
 |