Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uintptrConstant (0.1 sec)

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

    				idx = s.newValue2(mul, typs.Uintptr, idx, s.uintptrConstant(uint64(2*s.config.PtrSize)))
    				idx = s.newValue2(add, typs.Uintptr, idx, s.uintptrConstant(uint64(s.config.PtrSize)))
    				e := s.newValue2(ssa.OpAddPtr, typs.UintptrPtr, cache, idx)
    				//   hash++
    				s.vars[hashVar] = s.newValue2(add, typs.Uintptr, s.variable(hashVar, typs.Uintptr), s.uintptrConstant(1))
    
    				// Look for a cache hit.
    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