]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add DC instruction on arm64
authorerifan01 <eric.fang@arm.com>
Wed, 12 Aug 2020 09:41:54 +0000 (17:41 +0800)
committerEric Fang <eric.fang@arm.com>
Fri, 1 Apr 2022 07:18:42 +0000 (07:18 +0000)
commit62d4c32b7e5c1f5954c97c264d1105fc3743220e
treed7942ff8b6d1938d9a664331502a51acc613d030
parent26ab2159694b19ef5feb56f4fe7a9cd18360dcdd
cmd/asm: add DC instruction on arm64

There was only a placeholder for DC instruction in the previous code.
gVisor needs this instruction. This CL completes its support.

This patch is a copy of CL 250858, contributed by Junchen Li(junchen.li@arm.com).
Co-authored-by: Junchen Li(junchen.li@arm.com)
CustomizedGitHooks: yes
Change-Id: I76098048a227fbd08aa42c4173b028f0ab4f66e8
Reviewed-on: https://go-review.googlesource.com/c/go/+/302851
Reviewed-by: Cherry Mui <cherryyz@google.com>
Trust: Eric Fang <eric.fang@arm.com>
Run-TryBot: Eric Fang <eric.fang@arm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/asm/internal/asm/testdata/arm64.s
src/cmd/asm/internal/asm/testdata/arm64enc.s
src/cmd/asm/internal/asm/testdata/arm64error.s
src/cmd/internal/obj/arm64/a.out.go
src/cmd/internal/obj/arm64/asm7.go
src/cmd/internal/obj/arm64/specialoperand_string.go