| commit | 25da2ea72c18a63f5efdb7c506669aa733693bea | [log] [tgz] |
|---|---|---|
| author | Joel Sing <joel@sing.id.au> | Tue Mar 03 03:41:43 2020 +1100 |
| committer | Joel Sing <joel@sing.id.au> | Sun Mar 15 08:15:09 2020 +0000 |
| tree | df3bf3e98f2350bd057bcb74af29e00cf355e3ba | |
| parent | dc3255391a59474eda08e71eaf8090753b0a84db [diff] |
cmd/internal/obj/riscv: add NEG/NEGW pseudo-instructions Provide NEG/NEGW pseudo-instructions, which translate to SUB/SUBW with the zero register as a source. Change-Id: I2c1ec1e75611c234c5ee8e39390dd188f8e42bae Reviewed-on: https://go-review.googlesource.com/c/go/+/221689 Reviewed-by: Cherry Zhang <cherryyz@google.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install or load doc/install.html in your web browser for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source or load doc/install-source.html in your web browser for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.