Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 61 of 61 for asmCheck (0.08 sec)

  1. test/codegen/memcombine.go

    // asmcheck
    
    // Copyright 2018 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.
    
    package codegen
    
    import (
    	"encoding/binary"
    	"runtime"
    )
    
    // ------------- //
    //    Loading    //
    // ------------- //
    
    func load_le64(b []byte) uint64 {
    	// amd64:`MOVQ\s\(.*\),`,-`MOV[BWL]\t[^$]`,-`OR`
    	// s390x:`MOVDBR\s\(.*\),`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 19:45:41 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top