Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for paramsToWasmFields (0.11 sec)

  1. src/cmd/compile/internal/ssagen/abi.go

    	pp.Text.To.Val = int32(types.RoundUp(fn.Type().ArgWidth(), int64(types.RegSize)))
    	// Wrapper functions never need their own stack frame
    	pp.Text.To.Offset = 0
    	pp.Flush()
    
    	return true
    }
    
    func paramsToWasmFields(f *ir.Func, result *abi.ABIParamResultInfo, abiParams []abi.ABIParamAssignment) []obj.WasmField {
    	wfs := make([]obj.WasmField, len(abiParams))
    	for i, p := range abiParams {
    		t := p.Type
    		switch t.Kind() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top