Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 46 for Opcode (0.59 sec)

  1. src/cmd/internal/obj/s390x/asmz.go

    			log.Fatalf("unexpected opcode %v", p.As)
    		case ACFEBRA:
    			opcode = op_CFEBRA
    		case ACFDBRA:
    			opcode = op_CFDBRA
    		case ACGEBRA:
    			opcode = op_CGEBRA
    		case ACGDBRA:
    			opcode = op_CGDBRA
    		case ACLFEBR:
    			opcode = op_CLFEBR
    		case ACLFDBR:
    			opcode = op_CLFDBR
    		case ACLGEBR:
    			opcode = op_CLGEBR
    		case ACLGDBR:
    			opcode = op_CLGDBR
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9.go

    	{as: obj.APCALIGN, a1: C_32CON, type_: 0, size: 0}, // align code
    }
    
    // These are opcodes above which may generate different sequences depending on whether prefix opcode support
    // is available
    type PrefixableOptab struct {
    	Optab
    	minGOPPC64 int  // Minimum GOPPC64 required to support this.
    	pfxsize    int8 // Instruction sequence size when prefixed opcodes are used
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    	ab.Put4(evexEscapeByte, p0, p1, p2)
    	ab.Put1(evex.opcode)
    }
    
    // Emit VEX prefix and opcode byte.
    // The three addresses are the r/m, vvvv, and reg fields.
    // The reg and rm arguments appear in the same order as the
    // arguments to asmand, which typically follows the call to asmvex.
    // The final two arguments are the VEX prefix (see encoding above)
    // and the opcode byte.
    // For details about vex prefix see:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/arm64/asm7.go

    		offset = p.To.Offset
    		list = p.From.Offset
    	default:
    		c.ctxt.Diag("invalid operation on op %v", p.As)
    	}
    	opcode := (list >> 12) & 15
    	q := (list >> 30) & 1
    	size := (list >> 10) & 3
    	if offset == 0 {
    		return
    	}
    	switch opcode {
    	case 0x7:
    		n = 1 // one register
    	case 0xa:
    		n = 2 // two registers
    	case 0x6:
    		n = 3 // three registers
    	case 0x2:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        auto operators = msubgraph->mutable_operators();
        for (auto op : *operators) {
          auto opcode_idx = op->opcode_index();
          auto opcodes = mutable_model->operator_codes();
          auto opcode = (*opcodes)[opcode_idx]->builtin_code();
          if (opcode == tflite::BuiltinOperator_CUSTOM) {
            std::vector<int32_t> inputs(op->inputs()->begin(), op->inputs()->end());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  6. src/crypto/x509/x509_test.go

    func TestCRLCreation(t *testing.T) {
    	block, _ := pem.Decode([]byte(pemPrivateKey))
    	privRSA, _ := ParsePKCS1PrivateKey(block.Bytes)
    	block, _ = pem.Decode([]byte(pemCertificate))
    	certRSA, _ := ParseCertificate(block.Bytes)
    
    	block, _ = pem.Decode([]byte(ed25519CRLKey))
    	privEd25519, _ := ParsePKCS8PrivateKey(block.Bytes)
    	block, _ = pem.Decode([]byte(ed25519CRLCertificate))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  7. cmd/admin-handlers.go

    			// previous result back to the client
    			if prevResult.Version != "" {
    				if err := enc.Encode(prevResult); err != nil {
    					return
    				}
    			} else {
    				// first result is not yet obtained, keep writing
    				// empty entry to prevent client from disconnecting.
    				if err := enc.Encode(madmin.SpeedTestResult{}); err != nil {
    					return
    				}
    			}
    			w.(http.Flusher).Flush()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

    import static org.objectweb.asm.Opcodes.ACC_FINAL;
    import static org.objectweb.asm.Opcodes.ACC_PRIVATE;
    import static org.objectweb.asm.Opcodes.ACC_PUBLIC;
    import static org.objectweb.asm.Opcodes.ACC_STATIC;
    import static org.objectweb.asm.Opcodes.ACC_SYNTHETIC;
    import static org.objectweb.asm.Opcodes.ACC_TRANSIENT;
    import static org.objectweb.asm.Opcodes.H_INVOKESPECIAL;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  9. pkg/proxy/nftables/proxier_test.go

    			ipModeEnabled: false,
    			svcIP:         "10.20.30.42",
    			svcLBIP:       "1.2.3.5",
    			ipMode:        ptr.To(v1.LoadBalancerIPModeVIP),
    			expectedRule:  true,
    		},
    		{
    			name:          "LoadBalancerIPMode disabled, ipMode nil",
    			ipModeEnabled: false,
    			svcIP:         "10.20.30.43",
    			svcLBIP:       "1.2.3.6",
    			ipMode:        nil,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  10. cluster/gce/gci/configure-helper.sh

        local -r auth_dir="/etc/srv/kubernetes"
        echo "${ETCD_CA_CERT}" | base64 --decode | gunzip > "${auth_dir}/etcd-ca.crt"
        echo "${ETCD_PEER_KEY}" | base64 --decode > "${auth_dir}/etcd-peer.key"
        echo "${ETCD_PEER_CERT}" | base64 --decode | gunzip > "${auth_dir}/etcd-peer.crt"
      fi
    }
    
    function create-master-etcd-apiserver-auth {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top