Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for hashPtr (0.4 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	SYNC
    	TLBIE
    	TW
    	TWI
    	XOR
    	XORCC
    	XORI
    	XORIS
    )
    
    var opstr = [...]string{
    	HASHCHK:        "hashchk",
    	HASHCHKP:       "hashchkp",
    	HASHST:         "hashst",
    	HASHSTP:        "hashstp",
    	BRD:            "brd",
    	BRH:            "brh",
    	BRW:            "brw",
    	CFUGED:         "cfuged",
    	CNTLZDM:        "cntlzdm",
    	CNTTZDM:        "cnttzdm",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    			idx := s.newValue2(and, typs.Uintptr, s.variable(hashVar, typs.Uintptr), mask)
    			idx = s.newValue2(mul, typs.Uintptr, idx, s.uintptrConstant(uint64(3*s.config.PtrSize)))
    			e := s.newValue2(ssa.OpAddPtr, typs.UintptrPtr, entries, 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)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

                rewriter.getStringAttr(sharding_proto.SerializeAsString()));
          } else {
            data_and_token->setAttr(kShardingAttr, op.get_XlaShardingAttr());
          }
        }
    
        if (op->hasAttr("layouts")) {
          // Append a UnitAttr for the "token" operand of the mhlo.infeed op here to
          // avoid compilation failure when exporting "layouts" attribute of the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top