Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for beforeSend (0.09 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    	rex &= 0x40 | Rxr
    	if a.Offset != int64(int32(a.Offset)) {
    		// The rules are slightly different for 386 and AMD64,
    		// mostly for historical reasons. We may unify them later,
    		// but it must be discussed beforehand.
    		//
    		// For 64bit mode only LEAL is allowed to overflow.
    		// It's how https://golang.org/cl/59630 made it.
    		// crypto/sha1/sha1block_amd64.s depends on this feature.
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top