4ad/go.arm64

liblink: use movz and movk to load constants?

minux opened this issue · 0 comments

I think we can get rid of constant pool for integer immediate values
by using movz and movk to load constants.

it needs at most 4 instructions to load arbitrary 64-bit constant.