Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UInt32Ptr (0.08 sec)

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

    				var hash *ssa.Value
    				if src.IsEmptyInterface() {
    					hash = s.newValue2(ssa.OpLoad, typs.UInt32, s.newValue1I(ssa.OpOffPtr, typs.UInt32Ptr, rttype.Type.OffsetOf("Hash"), typ), s.mem())
    				} else {
    					hash = s.newValue2(ssa.OpLoad, typs.UInt32, s.newValue1I(ssa.OpOffPtr, typs.UInt32Ptr, rttype.ITab.OffsetOf("Hash"), itab), s.mem())
    				}
    				hash = s.newValue1(zext, typs.Uintptr, hash)
    				s.vars[hashVar] = hash
    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