Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 38 for ctr (0.02 sec)

  1. src/runtime/rt0_openbsd_ppc64.s

    #include "textflag.h"
    
    TEXT _rt0_ppc64_openbsd(SB),NOSPLIT,$0
    	BR	main(SB)
    
    TEXT main(SB),NOSPLIT,$-8
    	// Make sure R0 is zero before _main
    	XOR	R0, R0
    
    	MOVD	$runtimeĀ·rt0_go(SB), R12
    	MOVD	R12, CTR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 02:48:11 UTC 2023
    - 370 bytes
    - Viewed (0)
  2. src/runtime/sys_aix_ppc64.s

    // This function calls a C function with the function descriptor in R12
    TEXT callCfunction<>(SB),	NOSPLIT|NOFRAME,$0
    	MOVD	0(R12), R12
    	MOVD	R2, 40(R1)
    	MOVD	0(R12), R0
    	MOVD	8(R12), R2
    	MOVD	R0, CTR
    	BR	(CTR)
    
    
    // asmsyscall6 calls a library function with a function descriptor
    // stored in libcall_fn and store the results in libcall structure
    // Up to 6 arguments can be passed to this C function
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:29:00 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  3. src/runtime/memclr_ppc64x.s

    zero64setup:
    	DCBTST (R3)             // prepare data cache
    	MOVD   R7, CTR          // number of 64 byte chunks
    	MOVD   $16, R8
    	MOVD   $32, R16
    	MOVD   $48, R17
    
    zero64:
    	STXVD2X VS32, (R3+R0)   // store 16 bytes
    	STXVD2X VS32, (R3+R8)
    	STXVD2X VS32, (R3+R16)
    	STXVD2X VS32, (R3+R17)
    	ADD     $64, R3
    	ADD     $-64, R4
    	BDNZ    zero64          // dec ctr, br zero64 if ctr not 0
    	SRDCC   $3, R4, R6	// remaining doublewords
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 17:08:59 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  4. src/runtime/memmove_ppc64x.s

    	BC	12, 2, LR		// beqlr, return if DWORDS == 2
    
    	MOVD 	-24(SRC), TMP
    	MOVD 	TMP, -24(TGT)
    	RET
    
    backward32setup:
    	ANDCC   $3,DWORDS		// Compute remaining DWORDS and compare to 0
    	MOVD	QWORDS, CTR		// set up loop ctr
    	MOVD	$16, IDX16		// 32 bytes at a time
    	PCALIGN	$16
    
    backward32loop:
    	SUB	$32, TGT
    	SUB	$32, SRC
    	LXVD2X	(R0)(SRC), VS32		// load 16x2 bytes
    	LXVD2X	(IDX16)(SRC), VS33
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:47:45 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  5. src/runtime/asan_ppc64le.s

    call:
    	// prepare frame for C ABI
    	SUB	$32, R1			// create frame for callee saving LR, CR, R2 etc.
    	RLDCR	$0, R1, $~15, R1	// align SP to 16 bytes
    	MOVD	FARG, CTR		// address of function to be called
    	MOVD	R0, 0(R1)		// clear back chain pointer
    	BL	(CTR)
    	MOVD	$0, R0			// C code can clobber R0 set it back to 0
    	MOVD	R16, R1			// restore R1;
    	MOVD	runtimeĀ·tls_g(SB), R10	// find correct g
    	MOVD	0(R10), g
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 26 18:13:33 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  6. pkg/apis/core/v1/validation/validation.go

    	allErrs := field.ErrorList{}
    
    	for ci, ctr := range containers {
    		idxPath := fldPath.Index(ci)
    		portsPath := idxPath.Child("ports")
    		for pi := range ctr.Ports {
    			idxPath := portsPath.Index(pi)
    			port := ctr.Ports[pi].HostPort
    			if port == 0 {
    				continue
    			}
    			str := fmt.Sprintf("%d/%s", port, ctr.Ports[pi].Protocol)
    			if accumulator.Has(str) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 28 07:31:28 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  7. docs/ftp/README.md

    diffie-hellman-group1-sha1
    ```
    
    `--sftp=cipher-algos=...` specifies the allowed cipher algorithms. 
    If unspecified then a sensible default is used.
    
    Valid values: 
    ```
    aes128-ctr
    aes192-ctr
    aes256-ctr
    ******@****.***
    ******@****.***
    ******@****.***
    arcfour256
    arcfour128
    arcfour
    aes128-cbc
    3des-cbc
    ```
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 07 06:41:25 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/ppc64/anames9.go

    	"U31CON",
    	"S32CON",
    	"U32CON",
    	"32CON",
    	"S34CON",
    	"64CON",
    	"SACON",
    	"LACON",
    	"DACON",
    	"BRA",
    	"BRAPIC",
    	"ZOREG",
    	"SOREG",
    	"LOREG",
    	"XOREG",
    	"FPSCR",
    	"LR",
    	"CTR",
    	"ANY",
    	"GOK",
    	"ADDR",
    	"TLS_LE",
    	"TLS_IE",
    	"TEXTSIZE",
    	"NCLASS",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 09 22:14:57 UTC 2024
    - 673 bytes
    - Viewed (0)
  9. src/runtime/signal_linux_ppc64x.go

    //go:nosplit
    //go:nowritebarrierrec
    func (c *sigctxt) pc() uint64 { return c.regs().nip }
    
    func (c *sigctxt) trap() uint64 { return c.regs().trap }
    func (c *sigctxt) ctr() uint64  { return c.regs().ctr }
    func (c *sigctxt) link() uint64 { return c.regs().link }
    func (c *sigctxt) xer() uint64  { return c.regs().xer }
    func (c *sigctxt) ccr() uint64  { return c.regs().ccr }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 15:08:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  10. src/runtime/signal_aix_ppc64.go

    func (c *sigctxt) sp() uint64  { return c.regs().gpr[1] }
    
    //go:nosplit
    //go:nowritebarrierrec
    func (c *sigctxt) pc() uint64 { return c.regs().iar }
    
    func (c *sigctxt) ctr() uint64    { return c.regs().ctr }
    func (c *sigctxt) link() uint64   { return c.regs().lr }
    func (c *sigctxt) xer() uint32    { return c.regs().xer }
    func (c *sigctxt) ccr() uint32    { return c.regs().cr }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 21:57:36 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top