• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Dec-2021-

386.rulesH A D14-Dec-202148.8 KiB1,113947

386Ops.goH A D14-Dec-202144.6 KiB589400

386splitload.rulesH A D14-Dec-2021620 128

AMD64.rulesH A D14-Dec-2021110.2 KiB2,2481,981

AMD64Ops.goH A D14-Dec-202193.7 KiB968703

AMD64splitload.rulesH A D14-Dec-20213.4 KiB4637

ARM.rulesH A D14-Dec-202190.1 KiB1,4831,337

ARM64.rulesH A D14-Dec-2021156.4 KiB2,9362,706

ARM64Ops.goH A D14-Dec-202157 KiB793545

ARMOps.goH A D14-Dec-202141 KiB604451

MIPS.rulesH A D14-Dec-202134.6 KiB704601

MIPS64.rulesH A D14-Dec-202136.6 KiB691603

MIPS64Ops.goH A D14-Dec-202124.4 KiB486306

MIPSOps.goH A D14-Dec-202123.6 KiB443264

PPC64.rulesH A D14-Dec-202174.2 KiB1,4861,268

PPC64Ops.goH A D14-Dec-202139.6 KiB727469

READMEH A D14-Dec-2021287 86

RISCV64.rulesH A D14-Dec-202134.4 KiB754657

RISCV64Ops.goH A D14-Dec-202127.3 KiB482307

S390X.rulesH A D14-Dec-202183.6 KiB1,7091,497

S390XOps.goH A D14-Dec-202152.5 KiB821505

Wasm.rulesH A D14-Dec-202117.3 KiB412342

WasmOps.goH A D14-Dec-202117.7 KiB281230

cover.bashH A D03-May-2022669 278

dec.rulesH A D14-Dec-20212.7 KiB9484

dec64.rulesH A D14-Dec-202113.9 KiB397354

dec64Ops.goH A D14-Dec-2021401 2211

decOps.goH A D14-Dec-2021391 2211

generic.rulesH A D14-Dec-2021114 KiB2,5402,328

genericOps.goH A D14-Dec-202140.5 KiB661400

main.goH A D14-Dec-202116.8 KiB574473

rulegen.goH A D14-Dec-202148.7 KiB1,8871,535

README

1// Copyright 2015 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5This package generates opcode tables, rewrite rules, etc. for the ssa compiler.
6Run it with go-1.13 (or above):
7   go run *.go
8