]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ssa{,/gen}: define rules and operation on loong64
authorXiaodong Liu <liuxiaodong@loongson.cn>
Wed, 24 Nov 2021 09:31:18 +0000 (17:31 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 11 May 2022 23:39:27 +0000 (23:39 +0000)
commitec5bdefd0a8f4a4dc7ba8d6ab4e1cf393384d03c
treea6522670f3e726c52e145ff3a03ac476f7dfa73d
parentf2cd6d60aee86f5dd582a4abf26a70cff44589b7
cmd/compile/internal/ssa{,/gen}: define rules and operation on loong64

The rules and operation definition is used to generate rewrite functions
and OpKind type constant.

Contributors to the loong64 port are:
  Weining Lu <luweining@loongson.cn>
  Lei Wang <wanglei@loongson.cn>
  Lingqin Gong <gonglingqin@loongson.cn>
  Xiaolin Zhao <zhaoxiaolin@loongson.cn>
  Meidan Li <limeidan@loongson.cn>
  Xiaojuan Zhai <zhaixiaojuan@loongson.cn>
  Qiyuan Pu <puqiyuan@loongson.cn>
  Guoqi Chen <chenguoqi@loongson.cn>

This port has been updated to Go 1.15.6:
  https://github.com/loongson/go

Updates #46229

Change-Id: Ia362ed7ba5d84046697aadbc8d6d4cbe495f6076
Reviewed-on: https://go-review.googlesource.com/c/go/+/367039
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/cmd/compile/internal/ssa/gen/LOONG64.rules [new file with mode: 0644]
src/cmd/compile/internal/ssa/gen/LOONG64Ops.go [new file with mode: 0644]
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteLOONG64.go [new file with mode: 0644]