Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for movbeq (0.09 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    	case REG_UXTH <= r && r < REG_UXTW:
    		return roff(rm, 1, num)
    	case REG_UXTW <= r && r < REG_UXTX:
    		if a.Type == obj.TYPE_MEM {
    			if num == 0 {
    				// According to the arm64 specification, for instructions MOVB, MOVBU and FMOVB,
    				// the extension amount must be 0, encoded in "S" as 0 if omitted, or as 1 if present.
    				// But in Go, we don't distinguish between Rn.UXTW and Rn.UXTW<<0, so we encode it as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    namespace {
    // This pattern matches and merges a tfl.reshape under the following
    // condition:
    // * The input's defining op is another tfl.reshape.
    // TODO(antiagainst): This pattern probably should be moved to the peephole
    // category, after we have the infra for peephole passes.
    struct RemoveAdjacentReshape : public RewritePattern {
      explicit RemoveAdjacentReshape(MLIRContext* context)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

                                               std::move(graph));
      }
    
      SimpleSavedModelMLIRImportInput(const MetaGraphDef* meta_graph_def,
                                      const GraphDebugInfo& debug_info,
                                      std::unique_ptr<Graph> graph)
          : SavedModelMLIRImportInput(meta_graph_def, debug_info),
            graph_(std::move(graph)) {}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/asm9.go

    		case AMOVW: /* load/store/move word with sign extension; move 32-bit literals  */
    			opset(AMOVWZ, r0) /* Same as above, but zero extended */
    
    		case AVCLZLSBB:
    			opset(AVCTZLSBB, r0)
    
    		case AADD,
    			AADDIS,
    			AANDCC, /* and. Rb,Rs,Ra; andi. $uimm,Rs,Ra */
    			AANDISCC,
    			AFMOVSX,
    			AFMOVSZ,
    			ALSW,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.27.md

    ### Other (Cleanup or Flake)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top