?? lazy-binding-1.c
字號:
/* { dg-do compile { target nomips16 } } *//* { dg-mips-options "-mabicalls -mshared -mexplicit-relocs -O2 -fno-delayed-branch" } */void bar (void);voidfoo (int n){ while (n--) { bar (); bar (); }}/* There should be exactly five uses of $25: one to set up $gp, two to load the address of bar (), and two to call it. *//* { dg-final { scan-assembler-times "\tl.\t\\\$25,%call16\\\(bar\\\)" 2 } } *//* { dg-final { scan-assembler-times "\tjalr\t\\\$25" 2 } } *//* { dg-final { scan-assembler "(\\\$28,|\t.cpload\t)\\\$25" } } *//* { dg-final { scan-assembler-times "\\\$25" 5 } } */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -