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

📄 arm-mmx-1.c

📁 Mac OS X 10.4.9 for x86 Source Code gcc 实现源代码
💻 C
字号:
/* Verify that if IP is saved to ensure stack alignment, we don't load   it into sp.  *//* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-*} } *//* { dg-options "-O -mno-apcs-frame -mcpu=iwmmxt -mabi=iwmmxt" } *//* { dg-final { global compiler_flags; if ![string match "*-mthumb *" $compiler_flags] { scan-assembler "ldmfd\[ 	]sp!.*ip,\[ ]*pc" } } } *//* This function uses all the call-saved registers, namely r4, r5, r6,   r7, r8, r9, sl, fp.  Since we also save lr, that leaves an odd   number of registers, and the compiler will push ip to align the   stack.  Make sure that we restore ip into ip, not into sp as is   done when using a frame pointer.  The -mno-apcs-frame option   permits the frame pointer to be used as an ordinary register.  */voidfoo(void){  __asm volatile ("" : : :		  "r4", "r5", "r6", "r7", "r8", "r9", "sl", "fp", "lr");}

⌨️ 快捷键说明

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