Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for rcvr (0.22 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    SuffixLoop:
    	for i, a := range inst.Args {
    		if a == nil {
    			break
    		}
    		switch a := a.(type) {
    		case Reg:
    			switch inst.Op {
    			case MOVSX, MOVZX:
    				continue
    
    			case SHL, SHR, RCL, RCR, ROL, ROR, SAR:
    				if i == 1 {
    					// shift count does not tell us operand size
    					continue
    				}
    
    			case CRC32:
    				// The source argument does tell us operand size,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/expand_calls.go

    		for i, x := range *c.regValues {
    			if i > 0 {
    				regs = regs + "; "
    			}
    			regs = regs + x.LongString()
    		}
    	}
    
    	// not printing the config because that has not been useful
    	return fmt.Sprintf("RCSR{storeDest=%v, regsLen=%d, nextSlice=%d, regValues=[%s]}", dest, len(c.regs), c.nextSlice, regs)
    }
    
    // next effectively post-increments the register cursor; the receiver is advanced,
    // the (aligned) old value is returned.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 05:13:40 UTC 2023
    - 31.9K bytes
    - Viewed (0)
  3. cmd/testdata/decryptObjectInfo.json.zst

    nio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAMg4MtUA/wLyOQ9rs8YTPI27eV/vz0EOa1XQUCjCViLKQt/WvZKFLeiBmrvRMEKTVhm/vMqABYqblTQ+xQ==","X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key":"IAAfAK5Pm4lCcdYbr6HP/CBCrP8XRKdJzAyi3yG/BmB9+PCVr/sprJ3rG+n1Ba6o4qPstHA==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/internal/objabi/util.go","UserDef":{"X-Minio-Internal-Serve...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top