...

Source file src/go/types/gccgosizes.go

Documentation: go/types

     1  // Code generated by "go test -run=Generate -write=all"; DO NOT EDIT.
     2  
     3  // Copyright 2019 The Go Authors. All rights reserved.
     4  // Use of this source code is governed by a BSD-style
     5  // license that can be found in the LICENSE file.
     6  
     7  // This is a copy of the file generated during the gccgo build process.
     8  // Last update 2019-01-22.
     9  
    10  package types
    11  
    12  var gccgoArchSizes = map[string]*StdSizes{
    13  	"386":         {4, 4},
    14  	"alpha":       {8, 8},
    15  	"amd64":       {8, 8},
    16  	"amd64p32":    {4, 8},
    17  	"arm":         {4, 8},
    18  	"armbe":       {4, 8},
    19  	"arm64":       {8, 8},
    20  	"arm64be":     {8, 8},
    21  	"ia64":        {8, 8},
    22  	"loong64":     {8, 8},
    23  	"m68k":        {4, 2},
    24  	"mips":        {4, 8},
    25  	"mipsle":      {4, 8},
    26  	"mips64":      {8, 8},
    27  	"mips64le":    {8, 8},
    28  	"mips64p32":   {4, 8},
    29  	"mips64p32le": {4, 8},
    30  	"nios2":       {4, 8},
    31  	"ppc":         {4, 8},
    32  	"ppc64":       {8, 8},
    33  	"ppc64le":     {8, 8},
    34  	"riscv":       {4, 8},
    35  	"riscv64":     {8, 8},
    36  	"s390":        {4, 8},
    37  	"s390x":       {8, 8},
    38  	"sh":          {4, 8},
    39  	"shbe":        {4, 8},
    40  	"sparc":       {4, 8},
    41  	"sparc64":     {8, 8},
    42  	"wasm":        {8, 8},
    43  }
    44  

View as plain text