]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add MRC and MCR to end-to-end test for arm
authorRob Pike <r@golang.org>
Wed, 11 Mar 2015 18:31:49 +0000 (11:31 -0700)
committerRob Pike <r@golang.org>
Thu, 12 Mar 2015 18:03:04 +0000 (18:03 +0000)
commit6d0e87afe6beb3848bd98faed702ed7694d55059
tree33212ede258546da24402817ba8b60c3d68ea6fa
parent214fbd4aff1782fb041d5712822a8c0f2d58a5d1
cmd/asm: add MRC and MCR to end-to-end test for arm

The old, per-architecture operand printers didn't lock down the
format of the constant in the MRC and MCR instructions (a value
that could be presented more helpfully - maybe how the
input looks? - but that is an issue for another day). But there is
a portable standard printer now so we can enable tests for these
instructions.

Change-Id: I437a3b112ce63f4d6e1fe3450fc21d8c3372602f
Reviewed-on: https://go-review.googlesource.com/7420
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/asm/internal/asm/endtoend_test.go
src/cmd/asm/internal/asm/testdata/arm.out
src/cmd/asm/internal/asm/testdata/arm.s