]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: fix bug about VMOV instruction (move a vector element to another) on ARM64
authorFangming.Fang <fangming.fang@arm.com>
Mon, 19 Mar 2018 07:36:43 +0000 (07:36 +0000)
committerCherry Zhang <cherryyz@google.com>
Tue, 20 Mar 2018 03:45:04 +0000 (03:45 +0000)
commit9c312245ac53f9d5a3f42eae10abb15f881da216
tree0f6a2489a3be8db9b2566d59a93e922742586972
parent7673e30503e3864265a842ec3e4200b317fc571d
cmd/asm: fix bug about VMOV instruction (move a vector element to another) on ARM64

This change fixes index error when encoding VMOV instruction which pattern
is vmov Vn.<T>[index], Vd.<T>[index]

Change-Id: I949166e6dfd63fb0a9365f183b6c50d452614f9d
Reviewed-on: https://go-review.googlesource.com/101335
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/asm/internal/asm/testdata/arm64.s
src/cmd/internal/obj/arm64/asm7.go