sqrtll.qll

来自「128位长双精度型数字运算包」· QLL 代码 · 共 26 行

QLL
26
字号
/* This invokes Sun's _Q_ arithmetic square root. *//* For Solaris, delete the leading underscore character.  */gcc2_compiled.:___gnu_compiled_c:.text	.align 4	.global sqrtl	.proc	07sqrtl:	!#PROLOGUE# 0	save %sp,-160,%sp	!#PROLOGUE# 1	ldd [%i0],%o0;ldd [%i0+8],%o2	std %o0,[%fp-48];std %o2,[%fp-40]	add %fp,-48,%o0	ld [%fp+64],%i0	add %fp,-32,%o2	st %o2,[%sp+64]	call _Q_sqrt,0	nop	unimp 16	ldd [%fp-32],%o0;ldd [%fp-24],%o2	std %o0,[%i0];std %o2,[%i0+8]	jmp %i7+12	restore

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?