⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lib1funcs.asm

📁 Mac OS X 10.4.9 for x86 Source Code gcc 实现源代码
💻 ASM
📖 第 1 页 / 共 5 页
字号:
/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004   Free Software Foundation, Inc.This file is free software; you can redistribute it and/or modify itunder the terms of the GNU General Public License as published by theFree Software Foundation; either version 2, or (at your option) anylater version.In addition to the permissions in the GNU General Public License, theFree Software Foundation gives you unlimited permission to link thecompiled version of this file into combinations with other programs,and to distribute those combinations without any restriction comingfrom the use of this file.  (The General Public License restrictionsdo apply in other respects; for example, they cover modification ofthe file, and distribution when not linked into a combineexecutable.)This file is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNUGeneral Public License for more details.You should have received a copy of the GNU General Public Licensealong with this program; see the file COPYING.  If not, write tothe Free Software Foundation, 59 Temple Place - Suite 330,Boston, MA 02111-1307, USA.  */!! libgcc routines for the Renesas / SuperH SH CPUs.!! Contributed by Steve Chamberlain.!! sac@cygnus.com!! ashiftrt_r4_x, ___ashrsi3, ___ashlsi3, ___lshrsi3 routines!! recoded in assembly by Toshiyasu Morita!! tm@netcom.com/* SH2 optimizations for ___ashrsi3, ___ashlsi3, ___lshrsi3 and   ELF local label prefixes by J"orn Rennecke   amylaar@cygnus.com  */#define ALIAS(X,Y)	.global GLOBAL(X); .set GLOBAL(X),GLOBAL(Y)#ifdef __ELF__#define LOCAL(X)	.L_##X#if 1 /* ??? The export list mechanism is broken, everything that is not	 hidden is exported.  See PR target/20617.  */#undef FUNC#define FUNC(X)		.type X,@function; .hidden X#undef ALIAS#define ALIAS(X,Y)	.global GLOBAL(X); .set GLOBAL(X),GLOBAL(Y); .hidden GLOBAL(X)#endif#define ENDFUNC0(X)	.Lfe_##X: .size X,.Lfe_##X-X#define ENDFUNC(X)	ENDFUNC0(X)#else#define LOCAL(X)	L_##X#define FUNC(X)#define ENDFUNC(X)#endif#define	CONCAT(A,B)	A##B#define	GLOBAL0(U,X)	CONCAT(U,__##X)#define	GLOBAL(X)	GLOBAL0(__USER_LABEL_PREFIX__,X)#if defined __SH5__ && ! defined __SH4_NOFPU__ && ! defined (__LITTLE_ENDIAN__)#define FMOVD_WORKS#endif#ifdef __SH2A__#undef FMOVD_WORKS#define FMOVD_WORKS#endif#if ! __SH5__#ifdef L_ashiftrt	.global	GLOBAL(ashiftrt_r4_0)	.global	GLOBAL(ashiftrt_r4_1)	.global	GLOBAL(ashiftrt_r4_2)	.global	GLOBAL(ashiftrt_r4_3)	.global	GLOBAL(ashiftrt_r4_4)	.global	GLOBAL(ashiftrt_r4_5)	.global	GLOBAL(ashiftrt_r4_6)	.global	GLOBAL(ashiftrt_r4_7)	.global	GLOBAL(ashiftrt_r4_8)	.global	GLOBAL(ashiftrt_r4_9)	.global	GLOBAL(ashiftrt_r4_10)	.global	GLOBAL(ashiftrt_r4_11)	.global	GLOBAL(ashiftrt_r4_12)	.global	GLOBAL(ashiftrt_r4_13)	.global	GLOBAL(ashiftrt_r4_14)	.global	GLOBAL(ashiftrt_r4_15)	.global	GLOBAL(ashiftrt_r4_16)	.global	GLOBAL(ashiftrt_r4_17)	.global	GLOBAL(ashiftrt_r4_18)	.global	GLOBAL(ashiftrt_r4_19)	.global	GLOBAL(ashiftrt_r4_20)	.global	GLOBAL(ashiftrt_r4_21)	.global	GLOBAL(ashiftrt_r4_22)	.global	GLOBAL(ashiftrt_r4_23)	.global	GLOBAL(ashiftrt_r4_24)	.global	GLOBAL(ashiftrt_r4_25)	.global	GLOBAL(ashiftrt_r4_26)	.global	GLOBAL(ashiftrt_r4_27)	.global	GLOBAL(ashiftrt_r4_28)	.global	GLOBAL(ashiftrt_r4_29)	.global	GLOBAL(ashiftrt_r4_30)	.global	GLOBAL(ashiftrt_r4_31)	.global	GLOBAL(ashiftrt_r4_32)	FUNC(GLOBAL(ashiftrt_r4_0))	FUNC(GLOBAL(ashiftrt_r4_1))	FUNC(GLOBAL(ashiftrt_r4_2))	FUNC(GLOBAL(ashiftrt_r4_3))	FUNC(GLOBAL(ashiftrt_r4_4))	FUNC(GLOBAL(ashiftrt_r4_5))	FUNC(GLOBAL(ashiftrt_r4_6))	FUNC(GLOBAL(ashiftrt_r4_7))	FUNC(GLOBAL(ashiftrt_r4_8))	FUNC(GLOBAL(ashiftrt_r4_9))	FUNC(GLOBAL(ashiftrt_r4_10))	FUNC(GLOBAL(ashiftrt_r4_11))	FUNC(GLOBAL(ashiftrt_r4_12))	FUNC(GLOBAL(ashiftrt_r4_13))	FUNC(GLOBAL(ashiftrt_r4_14))	FUNC(GLOBAL(ashiftrt_r4_15))	FUNC(GLOBAL(ashiftrt_r4_16))	FUNC(GLOBAL(ashiftrt_r4_17))	FUNC(GLOBAL(ashiftrt_r4_18))	FUNC(GLOBAL(ashiftrt_r4_19))	FUNC(GLOBAL(ashiftrt_r4_20))	FUNC(GLOBAL(ashiftrt_r4_21))	FUNC(GLOBAL(ashiftrt_r4_22))	FUNC(GLOBAL(ashiftrt_r4_23))	FUNC(GLOBAL(ashiftrt_r4_24))	FUNC(GLOBAL(ashiftrt_r4_25))	FUNC(GLOBAL(ashiftrt_r4_26))	FUNC(GLOBAL(ashiftrt_r4_27))	FUNC(GLOBAL(ashiftrt_r4_28))	FUNC(GLOBAL(ashiftrt_r4_29))	FUNC(GLOBAL(ashiftrt_r4_30))	FUNC(GLOBAL(ashiftrt_r4_31))	FUNC(GLOBAL(ashiftrt_r4_32))	.align	1GLOBAL(ashiftrt_r4_32):GLOBAL(ashiftrt_r4_31):	rotcl	r4	rts	subc	r4,r4GLOBAL(ashiftrt_r4_30):	shar	r4GLOBAL(ashiftrt_r4_29):	shar	r4GLOBAL(ashiftrt_r4_28):	shar	r4GLOBAL(ashiftrt_r4_27):	shar	r4GLOBAL(ashiftrt_r4_26):	shar	r4GLOBAL(ashiftrt_r4_25):	shar	r4GLOBAL(ashiftrt_r4_24):	shlr16	r4	shlr8	r4	rts	exts.b	r4,r4GLOBAL(ashiftrt_r4_23):	shar	r4GLOBAL(ashiftrt_r4_22):	shar	r4GLOBAL(ashiftrt_r4_21):	shar	r4GLOBAL(ashiftrt_r4_20):	shar	r4GLOBAL(ashiftrt_r4_19):	shar	r4GLOBAL(ashiftrt_r4_18):	shar	r4GLOBAL(ashiftrt_r4_17):	shar	r4GLOBAL(ashiftrt_r4_16):	shlr16	r4	rts	exts.w	r4,r4GLOBAL(ashiftrt_r4_15):	shar	r4GLOBAL(ashiftrt_r4_14):	shar	r4GLOBAL(ashiftrt_r4_13):	shar	r4GLOBAL(ashiftrt_r4_12):	shar	r4GLOBAL(ashiftrt_r4_11):	shar	r4GLOBAL(ashiftrt_r4_10):	shar	r4GLOBAL(ashiftrt_r4_9):	shar	r4GLOBAL(ashiftrt_r4_8):	shar	r4GLOBAL(ashiftrt_r4_7):	shar	r4GLOBAL(ashiftrt_r4_6):	shar	r4GLOBAL(ashiftrt_r4_5):	shar	r4GLOBAL(ashiftrt_r4_4):	shar	r4GLOBAL(ashiftrt_r4_3):	shar	r4GLOBAL(ashiftrt_r4_2):	shar	r4GLOBAL(ashiftrt_r4_1):	rts	shar	r4GLOBAL(ashiftrt_r4_0):	rts	nop	ENDFUNC(GLOBAL(ashiftrt_r4_0))	ENDFUNC(GLOBAL(ashiftrt_r4_1))	ENDFUNC(GLOBAL(ashiftrt_r4_2))	ENDFUNC(GLOBAL(ashiftrt_r4_3))	ENDFUNC(GLOBAL(ashiftrt_r4_4))	ENDFUNC(GLOBAL(ashiftrt_r4_5))	ENDFUNC(GLOBAL(ashiftrt_r4_6))	ENDFUNC(GLOBAL(ashiftrt_r4_7))	ENDFUNC(GLOBAL(ashiftrt_r4_8))	ENDFUNC(GLOBAL(ashiftrt_r4_9))	ENDFUNC(GLOBAL(ashiftrt_r4_10))	ENDFUNC(GLOBAL(ashiftrt_r4_11))	ENDFUNC(GLOBAL(ashiftrt_r4_12))	ENDFUNC(GLOBAL(ashiftrt_r4_13))	ENDFUNC(GLOBAL(ashiftrt_r4_14))	ENDFUNC(GLOBAL(ashiftrt_r4_15))	ENDFUNC(GLOBAL(ashiftrt_r4_16))	ENDFUNC(GLOBAL(ashiftrt_r4_17))	ENDFUNC(GLOBAL(ashiftrt_r4_18))	ENDFUNC(GLOBAL(ashiftrt_r4_19))	ENDFUNC(GLOBAL(ashiftrt_r4_20))	ENDFUNC(GLOBAL(ashiftrt_r4_21))	ENDFUNC(GLOBAL(ashiftrt_r4_22))	ENDFUNC(GLOBAL(ashiftrt_r4_23))	ENDFUNC(GLOBAL(ashiftrt_r4_24))	ENDFUNC(GLOBAL(ashiftrt_r4_25))	ENDFUNC(GLOBAL(ashiftrt_r4_26))	ENDFUNC(GLOBAL(ashiftrt_r4_27))	ENDFUNC(GLOBAL(ashiftrt_r4_28))	ENDFUNC(GLOBAL(ashiftrt_r4_29))	ENDFUNC(GLOBAL(ashiftrt_r4_30))	ENDFUNC(GLOBAL(ashiftrt_r4_31))	ENDFUNC(GLOBAL(ashiftrt_r4_32))#endif#ifdef L_ashiftrt_n!! GLOBAL(ashrsi3)!! Entry:!! r4: Value to shift! r5: Shifts!! Exit:!! r0: Result!! Destroys:!! (none)!	.global	GLOBAL(ashrsi3)	FUNC(GLOBAL(ashrsi3))	.align	2GLOBAL(ashrsi3):	mov	#31,r0	and	r0,r5	mova	LOCAL(ashrsi3_table),r0	mov.b	@(r0,r5),r5#ifdef __sh1__	add	r5,r0	jmp	@r0#else	braf	r5#endif	mov	r4,r0	.align	2LOCAL(ashrsi3_table):	.byte		LOCAL(ashrsi3_0)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_1)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_2)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_3)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_4)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_5)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_6)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_7)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_8)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_9)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_10)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_11)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_12)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_13)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_14)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_15)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_16)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_17)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_18)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_19)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_20)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_21)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_22)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_23)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_24)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_25)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_26)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_27)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_28)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_29)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_30)-LOCAL(ashrsi3_table)	.byte		LOCAL(ashrsi3_31)-LOCAL(ashrsi3_table)LOCAL(ashrsi3_31):	rotcl	r0	rts	subc	r0,r0LOCAL(ashrsi3_30):	shar	r0LOCAL(ashrsi3_29):	shar	r0LOCAL(ashrsi3_28):	shar	r0LOCAL(ashrsi3_27):	shar	r0LOCAL(ashrsi3_26):	shar	r0LOCAL(ashrsi3_25):	shar	r0LOCAL(ashrsi3_24):	shlr16	r0	shlr8	r0	rts	exts.b	r0,r0LOCAL(ashrsi3_23):	shar	r0LOCAL(ashrsi3_22):	shar	r0LOCAL(ashrsi3_21):	shar	r0LOCAL(ashrsi3_20):	shar	r0LOCAL(ashrsi3_19):	shar	r0LOCAL(ashrsi3_18):	shar	r0LOCAL(ashrsi3_17):	shar	r0LOCAL(ashrsi3_16):	shlr16	r0	rts	exts.w	r0,r0LOCAL(ashrsi3_15):	shar	r0LOCAL(ashrsi3_14):	shar	r0LOCAL(ashrsi3_13):	shar	r0LOCAL(ashrsi3_12):	shar	r0LOCAL(ashrsi3_11):	shar	r0LOCAL(ashrsi3_10):	shar	r0LOCAL(ashrsi3_9):	shar	r0LOCAL(ashrsi3_8):	shar	r0LOCAL(ashrsi3_7):	shar	r0LOCAL(ashrsi3_6):	shar	r0LOCAL(ashrsi3_5):	shar	r0LOCAL(ashrsi3_4):	shar	r0LOCAL(ashrsi3_3):	shar	r0LOCAL(ashrsi3_2):	shar	r0LOCAL(ashrsi3_1):	rts	shar	r0LOCAL(ashrsi3_0):	rts	nop	ENDFUNC(GLOBAL(ashrsi3))#endif#ifdef L_ashiftlt!! GLOBAL(ashlsi3)!! Entry:!! r4: Value to shift! r5: Shifts!! Exit:!! r0: Result!! Destroys:!! (none)!	.global	GLOBAL(ashlsi3)	FUNC(GLOBAL(ashlsi3))	.align	2GLOBAL(ashlsi3):	mov	#31,r0	and	r0,r5	mova	LOCAL(ashlsi3_table),r0	mov.b	@(r0,r5),r5#ifdef __sh1__	add	r5,r0	jmp	@r0#else	braf	r5#endif	mov	r4,r0	.align	2LOCAL(ashlsi3_table):	.byte		LOCAL(ashlsi3_0)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_1)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_2)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_3)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_4)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_5)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_6)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_7)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_8)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_9)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_10)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_11)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_12)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_13)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_14)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_15)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_16)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_17)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_18)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_19)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_20)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_21)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_22)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_23)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_24)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_25)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_26)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_27)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_28)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_29)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_30)-LOCAL(ashlsi3_table)	.byte		LOCAL(ashlsi3_31)-LOCAL(ashlsi3_table)LOCAL(ashlsi3_6):	shll2	r0LOCAL(ashlsi3_4):	shll2	r0LOCAL(ashlsi3_2):	rts	shll2	r0LOCAL(ashlsi3_7):	shll2	r0LOCAL(ashlsi3_5):	shll2	r0LOCAL(ashlsi3_3):	shll2	r0LOCAL(ashlsi3_1):	rts	shll	r0LOCAL(ashlsi3_14):	shll2	r0LOCAL(ashlsi3_12):	shll2	r0LOCAL(ashlsi3_10):	shll2	r0LOCAL(ashlsi3_8):	rts	shll8	r0LOCAL(ashlsi3_15):	shll2	r0LOCAL(ashlsi3_13):	shll2	r0LOCAL(ashlsi3_11):	shll2	r0LOCAL(ashlsi3_9):	shll8	r0	rts	shll	r0LOCAL(ashlsi3_22):	shll2	r0LOCAL(ashlsi3_20):	shll2	r0LOCAL(ashlsi3_18):	shll2	r0LOCAL(ashlsi3_16):	rts	shll16	r0LOCAL(ashlsi3_23):	shll2	r0LOCAL(ashlsi3_21):	shll2	r0LOCAL(ashlsi3_19):	shll2	r0LOCAL(ashlsi3_17):	shll16	r0	rts	shll	r0LOCAL(ashlsi3_30):	shll2	r0LOCAL(ashlsi3_28):	shll2	r0LOCAL(ashlsi3_26):	shll2	r0LOCAL(ashlsi3_24):	shll16	r0	rts	shll8	r0LOCAL(ashlsi3_31):	shll2	r0LOCAL(ashlsi3_29):	shll2	r0LOCAL(ashlsi3_27):	shll2	r0LOCAL(ashlsi3_25):	shll16	r0	shll8	r0	rts	shll	r0LOCAL(ashlsi3_0):	rts	nop	ENDFUNC(GLOBAL(ashlsi3))#endif#ifdef L_lshiftrt!! GLOBAL(lshrsi3)!! Entry:!! r4: Value to shift! r5: Shifts!

⌨️ 快捷键说明

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