]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add missing x86 instructions
authorArtem Alekseev <artem.alekseev@intel.com>
Fri, 21 Jun 2019 08:15:21 +0000 (11:15 +0300)
committerCherry Zhang <cherryyz@google.com>
Thu, 17 Oct 2019 16:30:15 +0000 (16:30 +0000)
commit24494440e0d265b9c88ebf6d7b450bdc42e5ff0c
tree823b8d3dbdab0a3abf40e89d786b9032dae6c857
parent00ea8e1c673eb2b72c4520c688a414831e871ad2
cmd/asm: add missing x86 instructions

Instructions added: CLDEMOTE, CLWB, TPAUSE, UMWAIT, UMONITOR.

Change-Id: I1ba550d4d5acc41a2fd97068ff5834e0412d3bcf
Reviewed-on: https://go-review.googlesource.com/c/go/+/183225
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/asm/internal/asm/testdata/amd64enc_extra.s
src/cmd/asm/internal/asm/testdata/amd64error.s
src/cmd/internal/obj/x86/aenum.go
src/cmd/internal/obj/x86/anames.go
src/cmd/internal/obj/x86/asm6.go
src/cmd/internal/obj/x86/obj6.go