Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 104 of 104 for 2014 (0.04 sec)

  1. src/crypto/sha512/sha512block_amd64.s

    // Copyright 2013 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build !purego
    
    #include "textflag.h"
    
    // SHA512 block routine. See sha512block.go for Go equivalent.
    //
    // The algorithm is detailed in FIPS 180-4:
    //
    //  https://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf
    //
    // Wt = Mt; for 0 <= t <= 15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27K bytes
    - Viewed (0)
  2. src/runtime/zcallback_windows_arm.s

    	B	runtime·callbackasm1(SB)
    	MOVW	$199, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$200, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$201, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$202, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$203, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$204, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$205, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$206, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$207, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64enc.s

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // The cases are auto-generated by disassembler.
    // The uncommented cases means they can be handled by assembler
    // and they are consistent with disassembler decoding.
    // TODO means they cannot be handled by current assembler.
    
    #include "../../../../../runtime/textflag.h"
    
    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/asm/internal/asm/testdata/amd64enc.s

    	ANDB $7, (R11)                          // 41802307
    	ANDB $7, DL                             // 80e207
    	ANDB $7, R11                            // 4180e307
    	ANDB DL, (BX)                           // 2013
    	ANDB R11, (BX)                          // 44201b
    	ANDB DL, (R11)                          // 412013
    	ANDB R11, (R11)                         // 45201b
    	ANDB DL, DL                             // 20d2 or 22d2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
Back to top