Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for imm (0.22 sec)

  1. src/cmd/asm/internal/asm/testdata/mips64.s

    	ROTRV	R16, R9		// 02094856
    
    //	LSHW imm ',' sreg ',' rreg
    //	{
    //		outcode(int($1), &$2, int($4), &$6);
    //	}
    	SLL	$19, R22, R21	// 0016acc0
    	SLLV	$19, R22, R21	// 0016acf8
    	SRL	$31, R6, R17	// 00068fc2
    	SRLV	$31, R6, R17	// 00068ffa
    	SRA	$8, R8, R19	// 00089a03
    	SRAV	$19, R8, R7	// 00083cfb
    	ROTR	$12, R8, R3	// 00281b02
    	ROTRV	$8, R22, R22	// 0036b23a
    
    //	LSHW imm ',' rreg
    //	{
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  2. tensorflow/c/eager/c_api_unified_experimental_eager.cc

                                                  TF_Status* s) {
      auto imm_ctx = dyn_cast<ImmediateExecutionContext>(unwrap(ctx));
      if (!imm_ctx) {
        string msg =
            StrCat("Not an eager context.", reinterpret_cast<uintptr_t>(ctx));
        TF_SetStatus(s, TF_INVALID_ARGUMENT, msg.c_str());
        return nullptr;
      }
      return wrap(imm_ctx);
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Thu Jun 25 04:40:46 GMT 2020
    - 3.2K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/mips.s

    	//	}
    	SLL	R1, R2
    
    	//	LSHW imm ',' sreg ',' rreg
    	//	{
    	//		outcode(int($1), &$2, int($4), &$6);
    	//	}
    	SLL	$4, R1, R2
    
    	//	LSHW imm ',' rreg
    	//	{
    	//		outcode(int($1), &$2, 0, &$4);
    	//	}
    	SLL	$4, R1
    
    	//
    	// move immediate: macro for lui+or, addi, addis, and other combinations
    	//
    	//	LMOVW imm ',' rreg
    	//	{
    	//		outcode(int($1), &$2, 0, &$4);
    	//	}
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Aug 08 12:17:12 GMT 2023
    - 6.7K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/gradients/nn_grad.cc

        // TODO(b/168850692): Fix this.
        return errors::Unimplemented(
            "BroadcastMul is not supported in tracing mode yet.");
      }
      auto imm_ctx = dyn_cast<ImmediateExecutionContext>(ctx);
      AbstractTensorPtr minus_1(imm_ctx->CreateInt32Scalar(-1));
      ImmediateTensorHandlePtr dim(imm_ctx->CreateLocalHandle(minus_1.get()));
      AbstractTensorHandle* expand_dims_outputs;
      TF_RETURN_IF_ERROR(
    C++
    - Registered: Tue Mar 26 12:39:09 GMT 2024
    - Last Modified: Wed Feb 28 13:53:47 GMT 2024
    - 5.7K bytes
    - Viewed (0)
  5. doc/asm.html

    </li>
    
    <li>
    <code>R0.UXTB</code>
    <br>
    <code>R0.UXTB&lt;&lt;imm</code>:
    <code>UXTB</code>: extract an 8-bit value from the low-order bits of <code>R0</code> and zero-extend it to the size of <code>R0</code>.
    <code>R0.UXTB&lt;&lt;imm</code>: left shift the result of <code>R0.UXTB</code> by <code>imm</code> bits.
    The <code>imm</code> value can be 0, 1, 2, 3, or 4.
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const BPF_DIV ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_H = 8
    pkg syscall (netbsd-arm64-cgo), const BPF_H ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_IMM = 0
    pkg syscall (netbsd-arm64-cgo), const BPF_IMM ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_IND = 64
    pkg syscall (netbsd-arm64-cgo), const BPF_IND ideal-int
    pkg syscall (netbsd-arm64-cgo), const BPF_JA = 0
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_ZBUF ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_DIV ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_H ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_IMM ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_IND ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_JA ideal-int
    pkg syscall (freebsd-386-cgo), const BPF_JEQ ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const BPF_AND = 80
    pkg syscall (darwin-386), const BPF_B = 16
    pkg syscall (darwin-386), const BPF_DIV = 48
    pkg syscall (darwin-386), const BPF_H = 8
    pkg syscall (darwin-386), const BPF_IMM = 0
    pkg syscall (darwin-386), const BPF_IND = 64
    pkg syscall (darwin-386), const BPF_JA = 0
    pkg syscall (darwin-386), const BPF_JEQ = 16
    pkg syscall (darwin-386), const BPF_JGE = 48
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const BPF_H = 8 #53466
    pkg syscall (freebsd-riscv64), const BPF_H ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_IMM = 0 #53466
    pkg syscall (freebsd-riscv64), const BPF_IMM ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_IND = 64 #53466
    pkg syscall (freebsd-riscv64), const BPF_IND ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_JA = 0 #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const BPF_DIV ideal-int
    pkg syscall (darwin-arm64), const BPF_H = 8
    pkg syscall (darwin-arm64), const BPF_H ideal-int
    pkg syscall (darwin-arm64), const BPF_IMM = 0
    pkg syscall (darwin-arm64), const BPF_IMM ideal-int
    pkg syscall (darwin-arm64), const BPF_IND = 64
    pkg syscall (darwin-arm64), const BPF_IND ideal-int
    pkg syscall (darwin-arm64), const BPF_JA = 0
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top