Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoweredGetClosurePtr (0.17 sec)

  1. src/cmd/compile/internal/ssa/opGen.go

    	},
    	{
    		name:   "LoweredGetG",
    		argLen: 1,
    		reg: regInfo{
    			outputs: []outputInfo{
    				{0, 239}, // AX CX DX BX BP SI DI
    			},
    		},
    	},
    	{
    		name:      "LoweredGetClosurePtr",
    		argLen:    0,
    		zeroWidth: true,
    		reg: regInfo{
    			outputs: []outputInfo{
    				{0, 4}, // DX
    			},
    		},
    	},
    	{
    		name:              "LoweredGetCallerPC",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top