go/src/cmd
Xiaolin Zhao f41fdd962d cmd/internal/obj/loong64: add {V,XV}NEG{B/H/W/V} instructions support
Go asm syntax:
	 VNEG{B/H/W/V}		VJ, VD
	XVNEG{B/H/W/V}		XJ, XD

Equivalent platform assembler syntax:
	 vneg.{b/h/w/d}		vd, vj
	xvneg.{b/h/w/d}		xd, xj

Change-Id: Ie0a82a434b0ffbcb77425a65b96eff56e030028c
Reviewed-on: https://go-review.googlesource.com/c/go/+/635935
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: David Chase <drchase@google.com>
2025-03-16 20:39:28 -07:00
..
addr2line
api go/*: use go/types.Func.Signature and go/ast.Preorder 2025-02-19 19:25:33 -08:00
asm cmd/internal/obj/loong64: add {V,XV}NEG{B/H/W/V} instructions support 2025-03-16 20:39:28 -07:00
buildid
cgo cmd/cgo/internal/testsanitizers: bump GCC version for asan location checking 2025-03-10 09:33:18 -07:00
compile cmd/compile: intrinsify math/bits.TrailingZeros on riscv64 2025-03-15 19:07:53 -07:00
covdata cmd/covdata: close output meta-data file 2025-02-28 12:43:43 -08:00
cover
dist runtime/internal: clean up completely 2025-03-11 12:26:32 -07:00
distpack
doc cmd/doc: add support for starting pkgsite instance for docs 2025-02-03 09:26:03 -08:00
fix all: replace reflect.Value.Type.Kind with reflect.Value.Kind 2025-02-03 10:30:40 -08:00
go cmd/go: permit additional cflags when compiling 2025-03-13 11:36:59 -07:00
gofmt
internal cmd/internal/obj/loong64: add {V,XV}NEG{B/H/W/V} instructions support 2025-03-16 20:39:28 -07:00
link cmd/go/internal/load,cmd/link/internal/ld: use objabi.LookupPkgSpecial(pkg).Runtime 2025-03-13 07:40:35 -07:00
nm
objdump cmd: use cmd/internal/hash.New32 and Sum32 only 2025-02-13 12:34:30 -08:00
pack
pprof cmd/internal/objfile: break out dissassemblers to another package 2024-12-11 08:53:20 -08:00
preprofile cmd/preprofile: correct -V flag 2024-11-27 21:27:58 +00:00
relnote
test2json cmd/go: print build errors during go test -json in JSON 2024-11-17 14:32:05 +00:00
tools
trace internal/trace: interpret string ID arguments for experimental events 2025-02-11 11:23:31 -08:00
vendor cmd/pprof: update vendored github.com/google/pprof [generated] 2025-02-12 20:49:10 -08:00
vet vet: add regression test for printf checker regression 2025-02-12 11:18:11 -08:00
README.vendor
go.mod cmd/pprof: update vendored github.com/google/pprof [generated] 2025-02-12 20:49:10 -08:00
go.sum cmd/pprof: update vendored github.com/google/pprof [generated] 2025-02-12 20:49:10 -08:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.