github.com/Rookout/GoSDK@v0.1.48/pkg/services/assembler/internal/abi/abi_generic.go (about)

     1  // Copyright 2020 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.assembler file.
     4  
     5  //go:build !goexperiment.regabiargs && !amd64 && !arm64 && !ppc64 && !ppc64le && !riscv64
     6  // +build !goexperiment.regabiargs,!amd64,!arm64,!ppc64,!ppc64le,!riscv64
     7  
     8  package abi
     9  
    10  const (
    11  	
    12  	
    13  	
    14  	
    15  
    16  	
    17  	
    18  	
    19  	IntArgRegs = 0
    20  
    21  	
    22  	
    23  	
    24  	
    25  	FloatArgRegs = 0
    26  
    27  	
    28  	
    29  	
    30  	
    31  	
    32  	
    33  	
    34  	
    35  	
    36  	
    37  	
    38  	EffectiveFloatRegSize = 0
    39  )