Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for faultOnNilArg1 (0.57 sec)

  1. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    			clobberFlags:   true,
    			typ:            "Mem",
    			faultOnNilArg0: true,
    			faultOnNilArg1: true,
    			unsafePoint:    true,
    		},
    		{
    			name:      "LoweredMoveShort",
    			aux:       "Int64",
    			argLength: 3,
    			reg: regInfo{
    				inputs: []regMask{gp, gp},
    			},
    			typ:            "Mem",
    			faultOnNilArg0: true,
    			faultOnNilArg1: true,
    			unsafePoint:    true,
    		},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/op.go

    	tailCall          bool      // is a tail call
    	nilCheck          bool      // this op is a nil check on arg0
    	faultOnNilArg0    bool      // this op will fault if arg0 is nil (and aux encodes a small offset)
    	faultOnNilArg1    bool      // this op will fault if arg1 is nil (and aux encodes a small offset)
    	usesScratch       bool      // this op requires scratch memory space
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 15:29:10 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top