Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for synthesizeOpIntFloatArg (0.28 sec)

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

    			return f.Config.intParamRegs[reg]
    		}
    	}
    
    	// Helper to construct a new OpArg{Float,Int}Reg op value.
    	var pos src.XPos
    	if len(f.Entry.Values) != 0 {
    		pos = f.Entry.Values[0].Pos
    	}
    	synthesizeOpIntFloatArg := func(n *ir.Name, t *types.Type, reg abi.RegIndex, sl LocalSlot) *Value {
    		aux := &AuxNameOffset{n, sl.Off}
    		op, auxInt := ArgOpAndRegisterFor(reg, f.ABISelf)
    		v := f.newValueNoBlock(op, t, pos)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
Back to top