Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 386enc (0.03 seconds)

  1. src/cmd/asm/internal/asm/testdata/386enc.s

    Joel Sing <******@****.***> 1680812159 +1000
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Apr 11 18:32:50 GMT 2023
    - 1.2K bytes
    - Click Count (0)
  2. src/cmd/asm/internal/asm/endtoend_test.go

    	testErrors(t, "arm64", "arm64error")
    }
    
    func TestAMD64EndToEnd(t *testing.T) {
    	testEndToEnd(t, "amd64", "amd64")
    }
    
    func Test386Encoder(t *testing.T) {
    	testEndToEnd(t, "386", "386enc")
    }
    
    func TestAMD64Encoder(t *testing.T) {
    	filenames := [...]string{
    		"amd64enc",
    		"amd64enc_extra",
    		"avx512enc/aes_avx512f",
    		"avx512enc/gfni_avx512f",
    		"avx512enc/vpclmulqdq_avx512f",
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 23 18:45:48 GMT 2025
    - 12.5K bytes
    - Click Count (0)
Back to Top