📄 rld-legit1.c
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -