Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for amd64enc (0.21 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc.s

    Matthew Dempsky <******@****.***> 1633720797 -0700
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (1)
  2. src/cmd/asm/internal/asm/endtoend_test.go

    	testEndToEnd(t, "386", "386enc")
    }
    
    func TestAMD64Encoder(t *testing.T) {
    	filenames := [...]string{
    		"amd64enc",
    		"amd64enc_extra",
    		"avx512enc/aes_avx512f",
    		"avx512enc/gfni_avx512f",
    		"avx512enc/vpclmulqdq_avx512f",
    		"avx512enc/avx512bw",
    		"avx512enc/avx512cd",
    		"avx512enc/avx512dq",
    		"avx512enc/avx512er",
    		"avx512enc/avx512f",
    		"avx512enc/avx512pf",
    		"avx512enc/avx512_4fmaps",
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Mar 26 01:02:50 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/amd64enc_extra.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.
    
    // This input extends auto-generated amd64enc.s test suite
    // with manually added tests.
    
    #include "../../../../../runtime/textflag.h"
    
    TEXT asmtest(SB),DUPOK|NOSPLIT,$0
    	// AVX2GATHER: basic combinations.
    	VPGATHERDQ Y2, (BP)(X7*2), Y1           // c4e2ed904c7d00
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Feb 20 11:20:03 UTC 2025
    - 57.7K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm64enc.s

    eric fang <******@****.***> 1689663049 +0000
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
Back to top