aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/encode.go
diff options
context:
space:
mode:
authorPaul E. Murphy <murp@ibm.com>2021-08-10 09:50:56 -0500
committerLynn Boger <laboger@linux.vnet.ibm.com>2021-10-26 11:58:05 +0000
commit1e2820a6d72b606eb4070eda6cc626bde122f9c8 (patch)
tree45ac163184802908027e5a13066eb818b6a01110 /src/encoding/json/encode.go
parent23fdd7f0f75bca03a092faeeef60d8b0b804bf8d (diff)
downloadgo-1e2820a6d72b606eb4070eda6cc626bde122f9c8.tar.xz
cmd/internal/obj/ppc64: fix usage of CR bit arguments
CR bits and CR fields should be treated separately. Some instructions modify an entire CR, a CR field, or a single CR bit. Add a new argument class for CR bits, and teach the assembler the recognize them as names like CR0LT or CR2SO, and update the CR bit logic instructions to use them. They will no longer accept register field (CRn) type arguments. Fixes #46422 Change-Id: Iaba127d88abada0c2a49b8d3b07a976180565ae4 Reviewed-on: https://go-review.googlesource.com/c/go/+/357774 Run-TryBot: Paul Murphy <murp@ibm.com> Trust: Lynn Boger <laboger@linux.vnet.ibm.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'src/encoding/json/encode.go')
0 files changed, 0 insertions, 0 deletions