// addressingModes combines address calculations into memory operations // that can perform complicated addressing modes. func addressingModes(f *Func) { … } var combineFirst … func init() { … } var needSplit … var combine …
// addressingModes combines address calculations into memory operations // that can perform complicated addressing modes. func addressingModes(f *Func) { … } var combineFirst … func init() { … } var needSplit … var combine …