Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 28 for cbr0 (0.05 sec)

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

    		// like a branch or isel that is testing a bit in a condition
    		// register field.
    		if arg == CR0 && strings.HasPrefix(inst.Op.String(), "cmp") {
    			return "" // don't show cr0 for cmp instructions
    		} else if arg >= CR0 {
    			return fmt.Sprintf("cr%d", int(arg-CR0))
    		}
    		bit := condBit[(arg-Cond0LT)%4]
    		if arg <= Cond0SO {
    			return bit
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go

    	X15:  "X15",
    	CS:   "CS",
    	SS:   "SS",
    	DS:   "DS",
    	ES:   "ES",
    	FS:   "FS",
    	GS:   "GS",
    	GDTR: "GDTR",
    	IDTR: "IDTR",
    	LDTR: "LDTR",
    	MSW:  "MSW",
    	TASK: "TASK",
    	CR0:  "CR0",
    	CR1:  "CR1",
    	CR2:  "CR2",
    	CR3:  "CR3",
    	CR4:  "CR4",
    	CR5:  "CR5",
    	CR6:  "CR6",
    	CR7:  "CR7",
    	CR8:  "CR8",
    	CR9:  "CR9",
    	CR10: "CR10",
    	CR11: "CR11",
    	CR12: "CR12",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/ppc64.s

    	FCPSGN F1, F2                   // fc420810
    	FCPSGNCC F1, F2                 // fc420811
    	FCMPO F1, F2                    // fc011040
    	FCMPO F1, F2, CR0               // FCMPO F1,CR0,F2 // fc011040
    	FCMPU F1, F2                    // fc011000
    	FCMPU F1, F2, CR0               // FCMPU F1,CR0,F2 // fc011000
    	LVX (R3)(R4), V1                // 7c2418ce
    	LVX (R3)(R0), V1                // 7c2018ce
    	LVX (R3), V1                    // 7c2018ce
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    	X15:  "%xmm15",
    	CS:   "%cs",
    	SS:   "%ss",
    	DS:   "%ds",
    	ES:   "%es",
    	FS:   "%fs",
    	GS:   "%gs",
    	GDTR: "%gdtr",
    	IDTR: "%idtr",
    	LDTR: "%ldtr",
    	MSW:  "%msw",
    	TASK: "%task",
    	CR0:  "%cr0",
    	CR1:  "%cr1",
    	CR2:  "%cr2",
    	CR3:  "%cr3",
    	CR4:  "%cr4",
    	CR5:  "%cr5",
    	CR6:  "%cr6",
    	CR7:  "%cr7",
    	CR8:  "%cr8",
    	CR9:  "%cr9",
    	CR10: "%cr10",
    	CR11: "%cr11",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	CLOCAL                        = 0x800
    	CLOCK_MONOTONIC               = 0xa
    	CLOCK_PROCESS_CPUTIME_ID      = 0xb
    	CLOCK_REALTIME                = 0x9
    	CLOCK_THREAD_CPUTIME_ID       = 0xc
    	CR0                           = 0x0
    	CR1                           = 0x100
    	CR2                           = 0x200
    	CR3                           = 0x300
    	CRDLY                         = 0x300
    	CREAD                         = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	CLOCAL                        = 0x800
    	CLOCK_MONOTONIC               = 0xa
    	CLOCK_PROCESS_CPUTIME_ID      = 0xb
    	CLOCK_REALTIME                = 0x9
    	CLOCK_THREAD_CPUTIME_ID       = 0xc
    	CR0                           = 0x0
    	CR1                           = 0x100
    	CR2                           = 0x200
    	CR3                           = 0x300
    	CRDLY                         = 0x300
    	CREAD                         = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	CLOCK_PROCESS_CPUTIME_ID      = 0x5
    	CLOCK_PROF                    = 0x2
    	CLOCK_REALTIME                = 0x3
    	CLOCK_THREAD_CPUTIME_ID       = 0x2
    	CLOCK_VIRTUAL                 = 0x1
    	CR0                           = 0x0
    	CR1                           = 0x200
    	CR2                           = 0x400
    	CR3                           = 0x600
    	CRDLY                         = 0x600
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	CLOCK_UPTIME_RAW                        = 0x8
    	CLOCK_UPTIME_RAW_APPROX                 = 0x9
    	CLONE_NOFOLLOW                          = 0x1
    	CLONE_NOOWNERCOPY                       = 0x2
    	CR0                                     = 0x0
    	CR1                                     = 0x1000
    	CR2                                     = 0x2000
    	CR3                                     = 0x3000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	CLOCK_UPTIME_RAW                        = 0x8
    	CLOCK_UPTIME_RAW_APPROX                 = 0x9
    	CLONE_NOFOLLOW                          = 0x1
    	CLONE_NOOWNERCOPY                       = 0x2
    	CR0                                     = 0x0
    	CR1                                     = 0x1000
    	CR2                                     = 0x2000
    	CR3                                     = 0x3000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet_pods_test.go

    	}
    }
    
    func Test_generateAPIPodStatusForInPlaceVPAEnabled(t *testing.T) {
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.InPlacePodVerticalScaling, true)
    	testContainerName := "ctr0"
    	testContainerID := kubecontainer.ContainerID{Type: "test", ID: testContainerName}
    
    	CPU1AndMem1G := v1.ResourceList{v1.ResourceCPU: resource.MustParse("1"), v1.ResourceMemory: resource.MustParse("1Gi")}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top