Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 71 for r2r1 (0.08 sec)

  1. src/runtime/duff_loong64.s

    	ADDV	$8, R21
    
    	MOVV	(R20), R30
    	ADDV	$8, R20
    	MOVV	R30, (R21)
    	ADDV	$8, R21
    
    	MOVV	(R20), R30
    	ADDV	$8, R20
    	MOVV	R30, (R21)
    	ADDV	$8, R21
    
    	MOVV	(R20), R30
    	ADDV	$8, R20
    	MOVV	R30, (R21)
    	ADDV	$8, R21
    
    	MOVV	(R20), R30
    	ADDV	$8, R20
    	MOVV	R30, (R21)
    	ADDV	$8, R21
    
    	MOVV	(R20), R30
    	ADDV	$8, R20
    	MOVV	R30, (R21)
    	ADDV	$8, R21
    
    	MOVV	(R20), R30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:21 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/internal/poly1305/sum_ppc64le.s

    less4:
    	CMP   R5, $2
    	BLT   less2
    	MOVHZ (R4), R21
    	SLD   R22, R21, R21
    	OR    R16, R21, R16
    	ADD   $16, R22
    	ADD   $-2, R5
    	ADD   $2, R4
    
    less2:
    	CMP   R5, $0
    	BEQ   insert1
    	MOVBZ (R4), R21
    	SLD   R22, R21, R21
    	OR    R16, R21, R16
    	ADD   $8, R22
    
    insert1:
    	// Insert 1 at end of msg
    	MOVD $1, R21
    	SLD  R22, R21, R21
    	OR   R16, R21, R16
    
    carry:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	ORRW $16252928, ZR, R21                    // f5130d32
    	MOVD $-4260607558625, R11                  // eb6b16b2
    	MOVD R30, R7                               // e7031eaa
    	MOVKW $(3905<<0), R21                      // MOVKW $3905, R21              // 35e88172
    	MOVKW $(3905<<16), R21                     // MOVKW $255918080, R21         // 35e8a172
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/opGen.go

    				{1, 670826495}, // R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R19 R20 R21 R22 R23 R24 R25 R26 R30
    			},
    			outputs: []outputInfo{
    				{1, 0},
    				{0, 670826495}, // R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R19 R20 R21 R22 R23 R24 R25 R26 R30
    			},
    		},
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  5. src/internal/types/testdata/check/decls3.go

    	*R17
    	*R18
    	*R19
    	*R20
    }
    
    type R14 R13
    type R15 R13
    type R16 R13
    
    type R17 struct {
    	*R21
    	*R22
    	*R23
    	*R24
    }
    
    type R18 R17
    type R19 R17
    type R20 R17
    
    type R21 struct {
    	X int
    }
    
    type R22 R21
    type R23 R21
    type R24 R21
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 23:16:04 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  6. src/internal/bytealg/count_ppc64x.s

    	BLT	tail		// Jump to the small string case
    	SRD	$5, R4, R20
    	MOVD	R20, CTR
    	MOVD	$16, R21
    	XXLXOR	V4, V4, V4
    	XXLXOR	V5, V5, V5
    
    	PCALIGN	$16
    cmploop:
    	LXVD2X	(R0)(R3), V0	// Count 32B per loop with two vector accumulators.
    	LXVD2X	(R21)(R3), V2
    	VCMPEQUB V2, V1, V2
    	VCMPEQUB V0, V1, V0
    	VPOPCNTD V2, V2		// A match is 0xFF or 0. Count the bits into doubleword buckets.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 20:30:44 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  7. src/runtime/sys_linux_ppc64x.s

    	MOVD	g_m(g), R21	// R21 = m
    
    	MOVD	$0, R3		// CLOCK_REALTIME
    
    	MOVD	runtime·vdsoClockgettimeSym(SB), R12	// Check for VDSO availability
    	CMP	R12, $0
    	BEQ	fallback
    
    	// Set vdsoPC and vdsoSP for SIGPROF traceback.
    	// Save the old values on stack and restore them on exit,
    	// so this function is reentrant.
    	MOVD	m_vdsoPC(R21), R4
    	MOVD	m_vdsoSP(R21), R5
    	MOVD	R4, 32(R1)
    	MOVD	R5, 40(R1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  8. src/runtime/sys_linux_arm64.s

    	MOVD	RSP, R1
    
    	MOVD	g_m(g), R21	// R21 = m
    
    	// Set vdsoPC and vdsoSP for SIGPROF traceback.
    	// Save the old values on stack and restore them on exit,
    	// so this function is reentrant.
    	MOVD	m_vdsoPC(R21), R2
    	MOVD	m_vdsoSP(R21), R3
    	MOVD	R2, 8(RSP)
    	MOVD	R3, 16(RSP)
    
    	MOVD	$ret-8(FP), R2 // caller's SP
    	MOVD	LR, m_vdsoPC(R21)
    	MOVD	R2, m_vdsoSP(R21)
    
    	MOVD	m_curg(R21), R0
    	CMP	g, R0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  9. src/hash/crc32/crc32_ppc64le.s

    	XOR	R21,R24,R21	// xor done R24
    	MOVWZ	(R10)(R8),R25	// tab[4][crc>>24]
    	RLDICL	$48,R7,$56,R24	// crc>>16&0xFF
    	XOR	R21,R25,R21	// xor done R25
    	ADD	$1024,R10,R10	// &tab[5]
    	SLD	$2,R24,R24	// crc>>16&0xFF*4
    	MOVWZ	(R10)(R24),R26	// tab[5][crc>>16&0xFF]
    	XOR	R21,R26,R21	// xor done R26
    	RLDICL	$56,R7,$56,R25	// crc>>8
    	ADD	$1024,R10,R10	// &tab[6]
    	SLD	$2,R25,R25	// crc>>8&FF*2
    	MOVBZ   R7,R26          // crc&0xFF
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 12:09:50 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  10. src/math/big/arith_ppc64x.s

    loop:
    	MOVD    8(R8), R20        // R20 = x[i]
    	MOVD    16(R8), R21       // R21 = x[i+1]
    	MOVD    24(R8), R22       // R22 = x[i+2]
    	MOVDU   32(R8), R23       // R23 = x[i+3]
    	MULLD   R9, R20, R24      // R24 = z0[i]
    	MULHDU  R9, R20, R20      // R20 = z1[i]
    	ADDC    R4, R24           // R24 = z0[i] + c
    	MULLD   R9, R21, R25
    	MULHDU  R9, R21, R21
    	ADDE    R20, R25
    	MULLD   R9, R22, R26
    	MULHDU  R9, R22, R22
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 16.8K bytes
    - Viewed (0)
Back to top