?? vr-mult-1.c
字號:
/* Make sure that mul/addu is preferred over mtlo/macc and that mul/subu is preferred over mtlo/msac. *//* { dg-do compile } *//* { dg-mips-options "-O2 -march=vr5400" } */int f1 (int a, int b, int c) { return a + b * c; }int f2 (int a, int b, int c) { return a - b * c; }/* { dg-final { scan-assembler "\tmul\t.*\tmul\t" } } */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -