Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for callstatx (0.16 sec)

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

    		reg: regInfo{
    			inputs: []inputInfo{
    				{0, 128}, // DI
    				{1, 2},   // CX
    				{2, 1},   // AX
    			},
    			clobbers: 130, // CX DI
    		},
    	},
    	{
    		name:         "CALLstatic",
    		auxType:      auxCallOff,
    		argLen:       1,
    		clobberFlags: true,
    		call:         true,
    		reg: regInfo{
    			clobbers: 65519, // AX CX DX BX BP SI DI X0 X1 X2 X3 X4 X5 X6 X7
    		},
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    for(const cellState of this.row.viewState.cells.values()){cellState.addUpdateListener(this.cellListener_);}
    Polymer.dom(this.$.name).textContent=this.row.name;this.title=this.row.name;if(this.row.description){this.title+='\n'+this.row.description;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top