On Thu, 8 May 2025, H.J. Lu wrote:
> On Mon, Apr 28, 2025 at 8:57 PM H.J. Lu wrote:
> >
> > On x86, both stores with 32-bit immediate and register are supported:
> >
> >0: 48 c7 40 10 00 00 00 00 movq $0x0,0x10(%rax)
> >8: 48 89 50 10 movq %rdx,0x10(%rax)
> >
> > But store wi
On Mon, Apr 28, 2025 at 8:57 PM H.J. Lu wrote:
>
> On x86, both stores with 32-bit immediate and register are supported:
>
>0: 48 c7 40 10 00 00 00 00 movq $0x0,0x10(%rax)
>8: 48 89 50 10 movq %rdx,0x10(%rax)
>
> But store with 32-bit immediate is 4 byte longer.
>
> Add UNSPEC