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

📄 arm-mmx-1.c

📁 用于进行gcc测试
💻 C
字号:
/* Verify that if IP is saved to ensure stack alignment, we don't load   it into sp.  *//* { dg-do compile } *//* { dg-options "-O -mno-apcs-frame -mcpu=iwmmxt -mabi=iwmmxt" } *//* { dg-skip-if "" { *-*-* } { "-mfloat-abi=softfp" } { "" } } *//* { dg-require-effective-target arm32 } *//* { dg-final { 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 + -