rld-legit1.c

来自「linux下编程用 编译软件」· C语言 代码 · 共 22 行

C
22
字号
/* Check that we don't get unnecessary insns due to reload using more   insns than needed due to reloading of more locations than   needed.  *//* { dg-options -O2 } *//* { dg-final { scan-assembler-not "movs.w" } } *//* { dg-final { scan-assembler-not "move.w" } } *//* As torture/pr24750-2.c, except we need to clobber R8 for thorough   testing and know we can do, since we replace the frame-pointer.  */intf (short *a, char *y){  __asm__ ("" : : :#ifndef __PIC__	   "r0",#endif	   "r1", "r2", "r3", "r4", "r5", "r6", "r7", "r8",	   "r9", "r10", "r11", "r12", "r13");  return y[*a];}

⌨️ 快捷键说明

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