]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: add s390x support
authorMichael Munday <munday@ca.ibm.com>
Tue, 12 Apr 2016 16:26:17 +0000 (12:26 -0400)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 12 Apr 2016 18:04:02 +0000 (18:04 +0000)
commit613ba6cda845fef442995d705027a622984c6b3a
tree4de0086acb0da6635f2065d3d9aa98a2a3899de3
parent811ebb6ac961162b815f4fd50976df81ba4c47b0
cmd/compile/internal/gc: add s390x support

Allows instructions with a From3 field to be used in regopt so
long as From3 represents a constant. This is needed because the
storage-to-storage instructions on s390x place the length of the
data into From3.

Change-Id: I12cd32d4f997baf2fe97937bb7d45bbf716dfcb5
Reviewed-on: https://go-review.googlesource.com/20875
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/cgen.go
src/cmd/compile/internal/gc/gsubr.go
src/cmd/compile/internal/gc/pgen.go
src/cmd/compile/internal/gc/reg.go
src/cmd/compile/internal/gc/walk.go