Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for shr2 (0.06 sec)

  1. src/cmd/compile/internal/ssa/rewrite386.go

    	v_0 := v.Args[0]
    	// match: (SHRL x (MOVLconst [c]))
    	// result: (SHRLconst [c&31] x)
    	for {
    		x := v_0
    		if v_1.Op != Op386MOVLconst {
    			break
    		}
    		c := auxIntToInt32(v_1.AuxInt)
    		v.reset(Op386SHRLconst)
    		v.AuxInt = int32ToAuxInt(c & 31)
    		v.AddArg(x)
    		return true
    	}
    	// match: (SHRL x (ANDLconst [31] y))
    	// result: (SHRL x y)
    	for {
    		x := v_0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	SETP:            "SETP",
    	SETS:            "SETS",
    	SFENCE:          "SFENCE",
    	SGDT:            "SGDT",
    	SHL:             "SHL",
    	SHLD:            "SHLD",
    	SHR:             "SHR",
    	SHRD:            "SHRD",
    	SHUFPD:          "SHUFPD",
    	SHUFPS:          "SHUFPS",
    	SIDT:            "SIDT",
    	SLDT:            "SLDT",
    	SMSW:            "SMSW",
    	SQRTPD:          "SQRTPD",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-NEXT: %[[red1:.*]] = mhlo.reduce(%[[cmul]] init: %[[init]]) applies mhlo.add across dimensions = [0, 1, 2] : (tensor<8x8x8x8xf32>, tensor<f32>) -> tensor<8xf32>
      // CHECK-NEXT: %[[scr2:.*]] = mhlo.convert %[[red1]] : tensor<8xf32>
    
      // CHECK-NEXT: %[[mul2:.*]] = mhlo.multiply %arg2, %[[scr1]] : tensor<8xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.pef"/>
      </mime-type>
    
      <mime-type type="image/x-raw-sony">
        <_comment>Sony raw image</_comment>
        <glob pattern="*.arw"/>
        <glob pattern="*.srf"/>
        <glob pattern="*.sr2"/>
      </mime-type>
    
      <mime-type type="image/x-raw-sigma">
        <_comment>Sigma raw image</_comment>
        <glob pattern="*.x3f"/>
      </mime-type>
    
      <mime-type type="image/x-raw-epson">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top