Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for ADC (0.04 sec)

  1. pkg/controller/volume/attachdetach/attach_detach_controller.go

    	}
    	err = adc.populateDesiredStateOfWorld(logger)
    	if err != nil {
    		logger.Error(err, "Error populating the desired state of world")
    	}
    	go adc.reconciler.Run(ctx)
    	go adc.desiredStateOfWorldPopulator.Run(ctx)
    	go wait.UntilWithContext(ctx, adc.pvcWorker, time.Second)
    	metrics.Register(adc.pvcLister,
    		adc.pvLister,
    		adc.podLister,
    		adc.actualStateOfWorld,
    		adc.desiredStateOfWorld,
    		&adc.volumePluginMgr,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  2. pkg/controller/volume/attachdetach/attach_detach_controller_test.go

    	logger, tCtx := ktesting.NewTestContext(t)
    	adc := createADC(t, tCtx, fakeKubeClient, informerFactory, controllervolumetesting.CreateTestPlugin())
    
    	// Act
    	informerFactory.Start(tCtx.Done())
    	informerFactory.WaitForCacheSync(tCtx.Done())
    
    	err := adc.populateActualStateOfWorld(logger)
    	if err != nil {
    		t.Fatalf("Run failed with error. Expected: <no error> Actual: <%v>", err)
    	}
    
    	err = adc.populateDesiredStateOfWorld(logger)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 11:00:37 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256_asm_arm64.s

    	MUL	x0, x3, t0
    	ADCS	t0, acc3, acc3
    	UMULH	x0, x3, acc4
    	ADC	$0, acc4, acc4
    	// x[2:] * x[1]
    	MUL	x1, x2, t0
    	ADDS	t0, acc3
    	UMULH	x1, x2, t1
    	ADCS	t1, acc4
    	ADC	$0, ZR, acc5
    
    	MUL	x1, x3, t0
    	ADDS	t0, acc4
    	UMULH	x1, x3, t1
    	ADC	t1, acc5
    	// x[3] * x[2]
    	MUL	x2, x3, t0
    	ADDS	t0, acc5
    	UMULH	x2, x3, acc6
    	ADC	$0, acc6
    
    	MOVD	$0, acc7
    	// *2
    	ADDS	acc1, acc1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm.s

    	ADC	R0->28, R1           // 401ea1e0
    	ADC	R0@>28, R1           // 601ea1e0
    	ADC.S	R0<<28, R1           // 001eb1e0
    	ADC.S	R0>>28, R1           // 201eb1e0
    	ADC.S	R0->28, R1           // 401eb1e0
    	ADC.S	R0@>28, R1           // 601eb1e0
    	ADC	R0<<R1, R2, R3       // 1031a2e0
    	ADC	R0>>R1, R2, R3       // 3031a2e0
    	ADC	R0->R1, R2, R3       // 5031a2e0
    	ADC	R0@>R1, R2, R3       // 7031a2e0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  5. src/crypto/internal/bigmod/nat_arm64.s

    	LDP	16(R1), (R11, R12)
    	ADCS	R15, R11
    	MUL	R8, R3, R16
    	ADCS	R16, R12
    	UMULH	R8, R3, R20
    	ADC	$0, R20
    
    	MUL	R5, R3, R13
    	ADDS	R13, R9
    	UMULH	R5, R3, R17
    	ADCS	R17, R10
    	UMULH	R6, R3, R21
    	STP.P	(R9, R10), 16(R1)
    	ADCS	R21, R11
    	UMULH	R7, R3, R19
    	ADCS	R19, R12
    	STP.P	(R11, R12), 16(R1)
    	ADC	$0, R20, R4
    
    	SUB	$4, R0
    	B	loop
    
    done:
    	MOVD	R4, c+24(FP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 22:37:58 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  6. src/math/big/arith_arm.s

    	MOVW	y+24(FP), R3
    	ADD	R4<<2, R1, R4
    	B E1
    L1:
    	MOVW.P	4(R2), R5
    	MOVW.P	4(R3), R6
    	ADC.S	R6, R5
    	MOVW.P	R5, 4(R1)
    E1:
    	TEQ	R1, R4
    	BNE L1
    
    	MOVW	$0, R0
    	MOVW.CS	$1, R0
    	MOVW	R0, c+36(FP)
    	RET
    
    
    // func subVV(z, x, y []Word) (c Word)
    // (same as addVV except for SBC instead of ADC and label names)
    TEXT ·subVV(SB),NOSPLIT,$0
    	SUB.S	$0, R0		// clear borrow flag
    	MOVW	z+0(FP), R1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 4K bytes
    - Viewed (0)
  7. src/crypto/internal/bigmod/nat_arm.s

    	MOVW	$0, R0
    	MOVW	z+0(FP), R1
    	MOVW	x+4(FP), R2
    	MOVW	y+8(FP), R3
    	ADD	R5<<2, R1, R5
    	MOVW	$0, R4
    	B E9
    
    L9:	MOVW.P	4(R2), R6
    	MULLU	R6, R3, (R7, R6)
    	ADD.S	R4, R6
    	ADC	R0, R7
    	MOVW	0(R1), R4
    	ADD.S	R4, R6
    	ADC	R0, R7
    	MOVW.P	R6, 4(R1)
    	MOVW	R7, R4
    
    E9:	TEQ	R1, R5
    	BNE	L9
    
    	MOVW	R4, c+12(FP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 22:37:58 UTC 2023
    - 900 bytes
    - Viewed (0)
  8. src/math/big/arith_arm64.s

    	UMULH	R5, R3, R8
    
    	ADDS	R7, R6
    	ADC	$0, R8, R4
    
    	MOVD.P	R6, 8(R1)
    	SUB	$1, R0
    
    two:
    	TBZ	$1, R0, loop
    
    	LDP.P	16(R2), (R5, R10)
    	LDP	(R1), (R6, R11)
    
    	MUL	R10, R3, R13
    	UMULH	R10, R3, R12
    
    	MUL	R5, R3, R7
    	UMULH	R5, R3, R8
    
    	ADDS	R4, R6
    	ADCS	R13, R11
    	ADC	$0, R12
    
    	ADDS	R7, R6
    	ADCS	R8, R11
    	ADC	$0, R12, R4
    
    	STP.P	(R6, R11), 16(R1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  9. test/codegen/mathbits.go

    // --------------- //
    
    func Add(x, y, ci uint) (r, co uint) {
    	// arm64:"ADDS","ADCS","ADC",-"ADD\t",-"CMP"
    	// amd64:"NEGL","ADCQ","SBBQ","NEGQ"
    	// ppc64x: "ADDC", "ADDE", "ADDZE"
    	// s390x:"ADDE","ADDC\t[$]-1,"
    	// riscv64: "ADD","SLTU"
    	return bits.Add(x, y, ci)
    }
    
    func AddC(x, ci uint) (r, co uint) {
    	// arm64:"ADDS","ADCS","ADC",-"ADD\t",-"CMP"
    	// amd64:"NEGL","ADCQ","SBBQ","NEGQ"
    	// loong64: "ADDV", "SGTU"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:51:17 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/arm/anames.go

    // Code generated by stringer -i a.out.go -o anames.go -p arm; DO NOT EDIT.
    
    package arm
    
    import "cmd/internal/obj"
    
    var Anames = []string{
    	obj.A_ARCHSPECIFIC: "AND",
    	"EOR",
    	"SUB",
    	"RSB",
    	"ADD",
    	"ADC",
    	"SBC",
    	"RSC",
    	"TST",
    	"TEQ",
    	"CMP",
    	"CMN",
    	"ORR",
    	"BIC",
    	"MVN",
    	"BEQ",
    	"BNE",
    	"BCS",
    	"BHS",
    	"BCC",
    	"BLO",
    	"BMI",
    	"BPL",
    	"BVS",
    	"BVC",
    	"BHI",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 16 15:58:33 UTC 2019
    - 1.4K bytes
    - Viewed (0)
Back to top