]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add generated test of amd64 instruction encodings
authorRuss Cox <rsc@golang.org>
Fri, 22 Jan 2016 16:27:49 +0000 (11:27 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 05:50:53 +0000 (05:50 +0000)
commit659c63288567e9808805010fe3e3c2e75b5cd4e3
tree8c6952cdca6d8ffe7a521bf52ffd96417fab3915
parent2eb8d94dbd822fab695f2781c8b6d14345be1d07
cmd/asm: add generated test of amd64 instruction encodings

Generated by x86test, from https://golang.org/cl/18842
(still in progress).

The commented out lines are either missing or misspelled
or incorrectly handled instructions.

For #4816, #8037, #13822, #14068, #14069.

Change-Id: If309310c97d9d2a3c71fc64c51d4a957e9076ab7
Reviewed-on: https://go-review.googlesource.com/18850
Reviewed-by: Rob Pike <r@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/asm/internal/asm/endtoend_test.go
src/cmd/asm/internal/asm/testdata/amd64enc.s [new file with mode: 0644]