Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewValue (0.36 sec)

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

    	}
    	return s.constInt32(t, int32(c))
    }
    func (s *state) constOffPtrSP(t *types.Type, c int64) *ssa.Value {
    	return s.f.ConstOffPtrSP(t, c, s.sp)
    }
    
    // newValueOrSfCall* are wrappers around newValue*, which may create a call to a
    // soft-float runtime function instead (when emitting soft-float code).
    func (s *state) newValueOrSfCall1(op ssa.Op, t *types.Type, arg *ssa.Value) *ssa.Value {
    	if s.softFloat {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top