]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add test for verification of instruction encodings
authorRuss Cox <rsc@golang.org>
Fri, 22 Jan 2016 01:48:21 +0000 (20:48 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 05:50:41 +0000 (05:50 +0000)
commit2eb8d94dbd822fab695f2781c8b6d14345be1d07
tree90f4be71f1698e68a68a577fce6de67276e4b269
parentd3ff40fb1f4daae5b7ef4c54909a35d57e1ca753
cmd/asm: add test for verification of instruction encodings

Not much testing yet, but the test now exists.

Another step toward #13822.

Change-Id: Idb2b06bf53a6113c83008150b4c0b631bb195279
Reviewed-on: https://go-review.googlesource.com/18844
Reviewed-by: Rob Pike <r@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/asm/endtoend_test.go
src/cmd/asm/internal/asm/testdata/amd64.s
src/cmd/asm/internal/asm/testdata/arm.s
src/cmd/internal/obj/arm/asm5.go