const internal/goexperiment.RegabiArgsInt

5 uses

	internal/goexperiment (current package)
		exp_regabiargs_on.go#L9: const RegabiArgsInt = 1

	reflect
		abi.go#L33: 	intArgRegs   = abi.IntArgRegs * goexperiment.RegabiArgsInt
		abi.go#L34: 	floatArgRegs = abi.FloatArgRegs * goexperiment.RegabiArgsInt
		abi.go#L35: 	floatRegSize = uintptr(abi.EffectiveFloatRegSize * goexperiment.RegabiArgsInt)

	runtime
		stubs.go#L437: var intArgRegs = abi.IntArgRegs * (goexperiment.RegabiArgsInt | goarch.IsAmd64)