cmd/internal/obj/arm64: the encoding of VMOVQ instruction is wrong #50528
Labels
arch-arm64
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
VMOVQ $0x1122334455667788, $8877665544332211, V2
What did you expect to see?
As https://pkg.go.dev/cmd/internal/obj/arm64 descripted, the value of V2 should be 0x11223344556677888877665544332211.
What did you see instead?
The value of V2 is 0x88776655443322111122334455667788.
I'm working on a fix.
The text was updated successfully, but these errors were encountered: