Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for stbu (0.09 sec)

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

    	SRAW:           "sraw",
    	SRAWCC:         "sraw.",
    	SRAWI:          "srawi",
    	SRAWICC:        "srawi.",
    	SRW:            "srw",
    	SRWCC:          "srw.",
    	STB:            "stb",
    	STBU:           "stbu",
    	STBUX:          "stbux",
    	STBX:           "stbx",
    	STFD:           "stfd",
    	STFDU:          "stfdu",
    	STFDUX:         "stfdux",
    	STFDX:          "stfdx",
    	STFS:           "stfs",
    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. ChangeLog.md

    - [`KT-66232`](https://youtrack.jetbrains.com/issue/KT-66232) K2: Analysis API: cover ScriptWithCustomDefDiagnosticsTestBaseGenerated by LL FIR tests
    - [`KT-60996`](https://youtrack.jetbrains.com/issue/KT-60996) K2: Stub Based Deserializer: Set versionRequirements to enable VERSION_REQUIREMENT_DEPRECATION diagnostics
    - [`KT-66306`](https://youtrack.jetbrains.com/issue/KT-66306) K2: Analysis API: drop ability to enable global phase resolve lock
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.6.md

    ### kube-controller-manager
    * add --controllers to controller manager ([#39740](https://github.com/kubernetes/kubernetes/pull/39740), [@deads2k](https://github.com/deads2k))
    
    ### kube-dns
    * Adds support for configurable DNS stub domains and upstream nameservers.
      The following configuration options have been added to the `kube-system:kube-dns` ConfigMap:
      ```
      "stubDomains": {
        "acme.local": ["1.2.3.4"]
      },
      ```
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssagen/ssa.go

    			s.vars[memVar] = s.newValue2(op, types.TypeMem, args[0], s.mem())
    			return nil
    		}
    	}
    
    	// Make Prefetch intrinsics for supported platforms
    	// On the unsupported platforms stub function will be eliminated
    	addF("runtime/internal/sys", "Prefetch", makePrefetchFunc(ssa.OpPrefetchCache),
    		sys.AMD64, sys.ARM64, sys.PPC64)
    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