Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 69 of 69 for do (0.17 sec)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_4fmaps.s

    // Code generated by avx512test. DO NOT EDIT.
    
    #include "../../../../../../runtime/textflag.h"
    
    TEXT asmtest_avx512_4fmaps(SB), NOSPLIT, $0
    	V4FMADDPS 17(SP), [Z0-Z3], K2, Z0                  // 62f27f4a9a842411000000
    	V4FMADDPS -17(BP)(SI*4), [Z0-Z3], K2, Z0           // 62f27f4a9a84b5efffffff
    	V4FMADDPS 17(SP), [Z10-Z13], K2, Z0                // 62f22f4a9a842411000000
    	V4FMADDPS -17(BP)(SI*4), [Z10-Z13], K2, Z0         // 62f22f4a9a84b5efffffff
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 5.9K bytes
    - Viewed (0)
  2. src/archive/tar/writer_test.go

    					"GOLANG.pkg":     "tar",
    				},
    			}, nil},
    			testClose{nil},
    		},
    	}, {
    		// Craft a theoretically valid PAX archive with global headers.
    		// The GNU and BSD tar tools do not parse these the same way.
    		//
    		// BSD tar v3.1.2 parses and ignores all global headers;
    		// the behavior is verified by researching the source code.
    		//
    		//	$ bsdtar -tvf pax-global-records.tar
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 27 16:39:23 GMT 2024
    - 38.7K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/avx512enc/avx512er.s

    // Code generated by avx512test. DO NOT EDIT.
    
    #include "../../../../../../runtime/textflag.h"
    
    TEXT asmtest_avx512er(SB), NOSPLIT, $0
    	VEXP2PD Z17, K7, Z20                               // 62a2fd4fc8e1
    	VEXP2PD Z0, K7, Z20                                // 62e2fd4fc8e0
    	VEXP2PD Z17, K7, Z0                                // 62b2fd4fc8c1
    	VEXP2PD Z0, K7, Z0                                 // 62f2fd4fc8c0
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 28.4K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/avx512enc/gfni_avx512f.s

    // Code generated by avx512test. DO NOT EDIT.
    
    #include "../../../../../../runtime/textflag.h"
    
    TEXT asmtest_gfni_avx512f(SB), NOSPLIT, $0
    	VGF2P8AFFINEINVQB $64, X8, X31, K3, X26            // 62438503cfd040
    	VGF2P8AFFINEINVQB $64, X1, X31, K3, X26            // 62638503cfd140
    	VGF2P8AFFINEINVQB $64, X0, X31, K3, X26            // 62638503cfd040
    	VGF2P8AFFINEINVQB $64, -17(BP), X31, K3, X26       // 62638503cf95efffffff40
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 22.6K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/asm.go

    		} else {
    			p.branch(targetAddr, targetProg)
    		}
    	case target.Type == obj.TYPE_MEM && target.Name == obj.NAME_NONE:
    		// JMP 4(R0)
    		*targetAddr = *target
    		// On the ppc64, 9a encodes BR (CTR) as BR CTR. We do the same.
    		if p.arch.Family == sys.PPC64 && target.Offset == 0 {
    			targetAddr.Type = obj.TYPE_REG
    		}
    	case target.Type == obj.TYPE_CONST:
    		// JMP $4
    		*targetAddr = a[0]
    	case target.Type == obj.TYPE_NONE:
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/endtoend_test.go

    	"fmt"
    	"internal/buildcfg"
    	"os"
    	"path/filepath"
    	"regexp"
    	"sort"
    	"strconv"
    	"strings"
    	"testing"
    
    	"cmd/asm/internal/lex"
    	"cmd/internal/obj"
    )
    
    // An end-to-end test for the assembler: Do we print what we parse?
    // Output is generated by, in effect, turning on -S and comparing the
    // result against a golden file.
    
    func testEndToEnd(t *testing.T, goarch, file string) {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Dec 07 18:42:59 GMT 2023
    - 11.6K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s

    // Code generated by avx512test. DO NOT EDIT.
    
    #include "../../../../../../runtime/textflag.h"
    
    TEXT asmtest_avx512_vbmi2(SB), NOSPLIT, $0
    	VPCOMPRESSB X7, K1, X15                            // 62d27d0963ff
    	VPCOMPRESSB X13, K1, X15                           // 62527d0963ef
    	VPCOMPRESSB X8, K1, X15                            // 62527d0963c7
    	VPCOMPRESSB X7, K1, X28                            // 62927d0963fc
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 97.1K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vnni.s

    // Code generated by avx512test. DO NOT EDIT.
    
    #include "../../../../../../runtime/textflag.h"
    
    TEXT asmtest_avx512_vnni(SB), NOSPLIT, $0
    	VPDPBUSD X15, X16, K2, X6                          // 62d27d0250f7
    	VPDPBUSD X11, X16, K2, X6                          // 62d27d0250f3
    	VPDPBUSD X1, X16, K2, X6                           // 62f27d0250f1
    	VPDPBUSD -15(R14)(R15*1), X16, K2, X6              // 62927d0250b43ef1ffffff
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 27.5K bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const IPV6_MTU_DISCOVER ideal-int
    pkg syscall (linux-arm-cgo), const IPV6_NEXTHOP ideal-int
    pkg syscall (linux-arm-cgo), const IPV6_PKTINFO ideal-int
    pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DO ideal-int
    pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DONT ideal-int
    pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_PROBE ideal-int
    pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_WANT ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top