gpt4 book ai didi

使用 LEA 优化 gcc

转载 作者:行者123 更新时间:2023-12-03 17:04:06 24 4
gpt4 key购买 nike

<分区>

我在摆弄 gcc 的优化选项,发现这些行:

int bla(int moo) {
return moo * 384;
}

翻译成这些:

0:   8d 04 7f                lea    (%rdi,%rdi,2),%eax
3: c1 e0 07 shl $0x7,%eax
6: c3 retq

我理解移位表示乘以 2^7。并且第一行必须是乘以 3。

所以我对“lea”这行感到非常困惑。 lea 不是应该加载地址吗?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com