?? fpreg-2.c
字號:
/* Test __fpreg ABI. *//* Origin: Joseph Myers <joseph@codesourcery.com> *//* { dg-do compile } *//* { dg-options "" } *//* { dg-final { scan-assembler "ldf.fill" } } *//* { dg-final { scan-assembler "stf.spill" } } */__fpreg x;void f (void);voidg (void){ __fpreg b = x; f (); x = b;}char t1[(sizeof (__fpreg) == sizeof (__float80) ? 1 : -1)];char t2[(__alignof (__fpreg) == __alignof (__float80) ? 1 : -1)];
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -