File: alpha-sincos.s

package info (click to toggle)
gmt 3.4-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,528 kB
  • ctags: 3,140
  • sloc: ansic: 54,081; sh: 2,552; makefile: 404; asm: 38
file content (41 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (5)
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
	.verstamp 3 11
	.set noreorder
	.set volatile
	.set noat
	.arch ev5
	.file	1 "alpha-sincos.s"
gcc2_compiled.:
__gnu_compiled_c:
.text
	.align 3
	.globl alpha_sincos
	.ent alpha_sincos
alpha_sincos:
	ldgp $29,0($27)
alpha_sincos..ng:
	lda $30,-48($30)
	.frame $15,48,$26,0
	stq $26,0($30)
	stq $15,8($30)
	.mask 0x4008000,-48
	bis $30,$30,$15
	.prologue 1
	stt $f16,16($15)
	stq $17,24($15)
	stq $18,32($15)

	ldt $f16,16($15)
	jsr $26,sincos
	ldgp $29,0($26)
	ldq $1,24($15)
	stt $f0,0($1)

	ldq $1,32($15)
	stt $f1,0($1)

	bis $15,$15,$30
	ldq $26,0($30)
	ldq $15,8($30)
	addq $30,48,$30
	ret $31,($26),1
	.end alpha_sincos