ZHCUAQ1F july 2015 – april 2023
函数中没有存储器别名
.no_mdep
.no_mdep 指令会告知汇编优化器,该函数内不会发生存储器依赖关系,但使用 .mdep 指令指向的依赖关系除外。
以下是使用 .no_mdep 的示例。
fn: .cproc dst, src, cnt .no_mdep ;no memory aliasing in this function ... .endproc