Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Stuart (0.52 sec)

  1. src/crypto/sha512/sha512block_ppc64x.s

    // H5 = f + H5
    // H6 = g + H6
    // H7 = h + H7
    
    #define CTX	R3
    #define INP	R4
    #define END	R5
    #define TBL	R6
    #define CNT	R8
    #define LEN	R9
    #define TEMP	R12
    
    #define TBL_STRT R7 // Pointer to start of kcon table.
    
    #define R_x000	R0
    #define R_x010	R10
    #define R_x020	R25
    #define R_x030	R26
    #define R_x040	R14
    #define R_x050	R15
    #define R_x060	R16
    #define R_x070	R17
    #define R_x080	R18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. src/cmd/internal/notsha256/sha256block_ppc64x.s

    // H5 = f + H5
    // H6 = g + H6
    // H7 = h + H7
    
    #define CTX	R3
    #define INP	R4
    #define END	R5
    #define TBL	R6 // Pointer into kcon table
    #define LEN	R9
    #define TEMP	R12
    
    #define TBL_STRT	R7 // Pointer to start of kcon table.
    
    #define R_x000	R0
    #define R_x010	R8
    #define R_x020	R10
    #define R_x030	R11
    #define R_x040	R14
    #define R_x050	R15
    #define R_x060	R16
    #define R_x070	R17
    #define R_x080	R18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64error.s

    	VUSRA	$0, V7.D2, V8.D2                                 // ERROR "shift out of range"
    	CASPD	(R3, R4), (R2), (R8, R9)                         // ERROR "source register pair must start from even register"
    	CASPD	(R2, R3), (R2), (R9, R10)                        // ERROR "destination register pair must start from even register"
    	CASPD	(R2, R4), (R2), (R8, R9)                         // ERROR "source register pair must be contiguous"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/riscv64.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    #include "../../../../../runtime/textflag.h"
    
    TEXT asmtest(SB),DUPOK|NOSPLIT,$0
    start:
    	// Unprivileged ISA
    
    	// 2.4: Integer Computational Instructions
    
    	ADDI	$2047, X5				// 9382f27f
    	ADDI	$-2048, X5				// 93820280
    	ADDI	$2048, X5				// 9382024093820240
    	ADDI	$-2049, X5				// 938202c09382f2bf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 04:42:21 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  5. src/crypto/sha256/sha256block_ppc64x.s

    // H5 = f + H5
    // H6 = g + H6
    // H7 = h + H7
    
    #define CTX	R3
    #define INP	R4
    #define END	R5
    #define TBL	R6 // Pointer into kcon table
    #define LEN	R9
    #define TEMP	R12
    
    #define TBL_STRT	R7 // Pointer to start of kcon table.
    
    #define R_x000	R0
    #define R_x010	R8
    #define R_x020	R10
    #define R_x030	R11
    #define R_x040	R14
    #define R_x050	R15
    #define R_x060	R16
    #define R_x070	R17
    #define R_x080	R18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top