Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for creg (0.05 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    	{as: ASUB, a1: C_REG, a2: C_REG, a6: C_REG, type_: 10, size: 4}, /* op r2[,r1],r3 */
    	{as: ASUB, a1: C_REG, a6: C_REG, type_: 10, size: 4},
    	{as: ASLW, a1: C_REG, a6: C_REG, type_: 6, size: 4},
    	{as: ASLW, a1: C_REG, a2: C_REG, a6: C_REG, type_: 6, size: 4},
    	{as: ASLD, a1: C_REG, a6: C_REG, type_: 6, size: 4},
    	{as: ASLD, a1: C_REG, a2: C_REG, a6: C_REG, type_: 6, size: 4},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/asmz.go

    	{i: 12, as: ASUB, a1: C_LOREG, a6: C_REG},
    	{i: 12, as: ASUB, a1: C_LAUTO, a6: C_REG},
    	{i: 4, as: AMULHD, a1: C_REG, a6: C_REG},
    	{i: 4, as: AMULHD, a1: C_REG, a2: C_REG, a6: C_REG},
    	{i: 62, as: AMLGR, a1: C_REG, a6: C_REG},
    	{i: 2, as: ADIVW, a1: C_REG, a2: C_REG, a6: C_REG},
    	{i: 2, as: ADIVW, a1: C_REG, a6: C_REG},
    	{i: 10, as: ASUB, a1: C_REG, a2: C_REG, a6: C_REG},
    	{i: 10, as: ASUB, a1: C_REG, a6: C_REG},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  3. src/reflect/value.go

    			case abiStepPointer:
    				// Copy this too, so we get a write barrier.
    				methodRegs.Ptrs[mStep.ireg] = valueRegs.Ptrs[vStep.ireg]
    				fallthrough
    			case abiStepIntReg:
    				methodRegs.Ints[mStep.ireg] = valueRegs.Ints[vStep.ireg]
    			case abiStepFloatReg:
    				methodRegs.Floats[mStep.freg] = valueRegs.Floats[vStep.freg]
    			default:
    				panic("unexpected value step")
    			}
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  4. cmd/admin-handlers.go

    		if globalIAMSys.IsAllowed(policy.Args{
    			AccountName:     cred.AccessKey,
    			Groups:          cred.Groups,
    			Action:          policy.GetObjectAction,
    			BucketName:      bucketName,
    			ConditionValues: getConditionValues(r, "", cred),
    			IsOwner:         owner,
    			ObjectName:      "",
    			Claims:          cred.Claims,
    		}) {
    			rd = true
    		}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  5. tests/integration/pilot/common/routing.go

    	templateParams := func(protocol protocol.Instance, src echo.Callers, dests echo.Instances, ciphers []string, port string) map[string]any {
    		hostName, dest, portN, cred := "*", dests[0], 80, ""
    		if protocol.IsTLS() {
    			hostName, portN, cred = dest.Config().ClusterLocalFQDN(), 443, "cred"
    		}
    		return map[string]any{
    			"IngressNamespace":   src[0].(ingress.Instance).Namespace(),
    			"GatewayHost":        hostName,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    					subreg(&pp, z, breg)
    					ab.doasm(ctxt, cursym, &pp)
    					ab.Put1(0x87) // xchg lhs,bx
    					ab.asmando(ctxt, cursym, p, &p.From, reg[breg])
    				} else {
    					ab.Put1(byte(0x90 + reg[z])) // xchg lsh,ax
    					subreg(&pp, z, REG_AX)
    					ab.doasm(ctxt, cursym, &pp)
    					ab.Put1(byte(0x90 + reg[z])) // xchg lsh,ax
    				}
    				return
    			}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/tables.go

    	// CNEG <Wd>, <Wn>, <cond>
    	{0xffe00c00, 0x5a800400, CNEG, instArgs{arg_Wd, arg_Wn, arg_cond_NotAllowALNV_Invert}, cneg_csneg_32_condsel_cond},
    	// CSNEG <Wd>, <Wn>, <Wm>, <cond>
    	{0xffe00c00, 0x5a800400, CSNEG, instArgs{arg_Wd, arg_Wn, arg_Wm, arg_cond_AllowALNV_Normal}, nil},
    	// CNEG <Xd>, <Xn>, <cond>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 211.8K bytes
    - Viewed (0)
  8. cmd/object-handlers.go

    var getRemoteInstanceClient = func(r *http.Request, host string) (*miniogo.Core, error) {
    	cred := getReqAccessCred(r, globalSite.Region())
    	// In a federated deployment, all the instances share config files
    	// and hence expected to have same credentials.
    	core, err := miniogo.NewCore(host, &miniogo.Options{
    		Creds:     credentials.NewStaticV4(cred.AccessKey, cred.SecretKey, ""),
    		Secure:    globalIsTLS,
    		Transport: getRemoteInstanceTransport(),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/arm64/asm7.go

    					c.ctxt.Diag("invalid arrangement: %v", p)
    				}
    			}
    		}
    		o1 |= uint32(p.From.Reg&31)<<5 | uint32(p.To.Reg&31)
    
    	case 27: /* op Rm<<n[,Rn],Rd (extended register) */
    		if p.To.Reg == REG_RSP && isADDSop(p.As) {
    			c.ctxt.Diag("illegal destination register: %v\n", p)
    		}
    		rt, r, rf := p.To.Reg, p.Reg, p.From.Reg
    		if p.To.Type == obj.TYPE_NONE {
    			rt = REGZERO
    		}
    		if r == obj.REG_NONE {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  10. cmd/site-replication.go

    		if err != nil {
    			return fmt.Errorf("unable to query LDAP server for %s: %w", ldapUser, err)
    		}
    
    		cred.Groups = ldapGroups
    	}
    
    	// Set these credentials to IAM.
    	if _, err := globalIAMSys.SetTempUser(ctx, cred.AccessKey, cred, stsCred.ParentPolicyMapping); err != nil {
    		return fmt.Errorf("unable to save STS credential and/or parent policy mapping: %w", err)
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
Back to top