File: burnK7.S

package info (click to toggle)
cpuburn 1.4a-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 320 kB
  • ctags: 91
  • sloc: asm: 644; sh: 117; makefile: 57
file content (84 lines) | stat: -rw-r--r-- 1,424 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#  cpuburn-1.4:	 burnK7	  CPU Loading Utility
#  Copyright 2000  Robert J. Redelmeier.  All Right Reserved
#  Licensed under GNU General Public Licence 2.0.  No warrantee.
#  *** USE AT YOUR OWN RISK ***

.text 
#ifdef WINDOWS
.globl _main
_main:
#else
.globl _start
_start:
#endif
	finit
	pushl	%ebp
	movl	%esp, %ebp
	andl	$-32, %ebp
	subl	$96, %esp
	fldl	rt
	fstpl	-24(%ebp)
	fldl	e
	fstpl	-32(%ebp)
	fldpi
	fldpi
	xorl	%eax, %eax
	xorl	%ebx, %ebx
	xorl	%ecx, %ecx
	movl	half, %edx
	lea	-1(%eax), %esi
	movl	%eax, -12(%ebp)
	movl	%edx, -8(%ebp)
after_check:
	movl	$850000000, -4(%ebp)  
.align	32,  0x90
crunch:				
	fxch				# CALC BLOCK
	fldl	8-24(%ebp,%esi,8)	# 17 instr / 6.0 cycles
	addl	half+9(%esi,%esi,8), %edx
	fmull	8-32(%ebp,%esi,8)
	faddp	
	decl	%ecx
	fldl	8-24(%ebp,%esi,8)
	decl	%ebx
	incl	8-12(%ebp,%esi,8)
	subl	half+9(%esi,%esi,8), %edx
	incl	%ecx
	fmull	8-32(%ebp,%esi,8)
	incl	%ebx
	decl	8-4(%ebp,%esi,8)
	jmp	. + 2
	fsubp	%st, %st(2)
	jnz	crunch			# time for testing ?

	test	%ebx, %ebx		# TEST BLOCK
	jnz	int_exit
	test	%ecx, %ecx
	jnz	int_exit
	cmpl	half, %edx
	jnz	int_exit
	fcom	%st(1)
	fstsw	%ax
	sahf
	jz	after_check
	decl	%ebx
int_exit:
	decl	%ebx
	addl	$96,  %esp
	popl	%ebp
	movl	$1, %eax
#ifdef WINDOWS
	ret
#else
	push	%ebx
	push	%eax
	int	$0x80
#endif
.data				# Data allocation
.align 32,0
	.fill 64
half:	.long 0x7fffffff,0
e:	.long 0xffffffff,0x3fdfffff
rt:	.long 0xffffffff,0x3fefffff