Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for V18 (0.05 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go

    	Q25
    	Q26
    	Q27
    	Q28
    	Q29
    	Q30
    	Q31
    
    	V0
    	V1
    	V2
    	V3
    	V4
    	V5
    	V6
    	V7
    	V8
    	V9
    	V10
    	V11
    	V12
    	V13
    	V14
    	V15
    	V16
    	V17
    	V18
    	V19
    	V20
    	V21
    	V22
    	V23
    	V24
    	V25
    	V26
    	V27
    	V28
    	V29
    	V30
    	V31
    
    	WSP = WZR // These are different registers with the same encoding.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s

    #define R5_1 V10
    #define R5_2 V11
    #define R5_3 V12
    #define R5_4 V13
    
    // message block (m)
    #define M_0 V14
    #define M_1 V15
    #define M_2 V16
    #define M_3 V17
    #define M_4 V18
    
    // accumulator (h)
    #define H_0 V19
    #define H_1 V20
    #define H_2 V21
    #define H_3 V22
    #define H_4 V23
    
    // temporary registers (for short-lived values)
    #define T_0 V24
    #define T_1 V25
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  3. src/crypto/aes/gcm_arm64.s

    #define B7 V7
    
    #define ACC0 V8
    #define ACC1 V9
    #define ACCM V10
    
    #define T0 V11
    #define T1 V12
    #define T2 V13
    #define T3 V14
    
    #define POLY V15
    #define ZERO V16
    #define INC V17
    #define CTR V18
    
    #define K0 V19
    #define K1 V20
    #define K2 V21
    #define K3 V22
    #define K4 V23
    #define K5 V24
    #define K6 V25
    #define K7 V26
    #define K8 V27
    #define K9 V28
    #define K10 V29
    #define K11 V30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-DAG: %[[V18:.*]] = mhlo.subtract %[[V11]], %[[V2]] : tensor<1x22x128xi32>
      // CHECK-DAG: %[[V19:.*]] = mhlo.negate %[[V18]] : tensor<1x22x128xi32>
      // CHECK-DAG: %[[V20:.*]] = mhlo.minimum %[[V18]], %[[V5]] : tensor<1x22x128xi32>
      // CHECK-DAG: %[[V21:.*]] = mhlo.add %[[V13]], %[[V20]] : tensor<1x22x128xi32>
      // CHECK-DAG: %[[V22:.*]] = mhlo.maximum %[[V18]], %[[V5]] : tensor<1x22x128xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewritegeneric.go

    		v17 := b.NewValue0(v.Pos, OpDiv32u, typ.UInt32)
    		v18 := b.NewValue0(v.Pos, OpAdd32, typ.UInt32)
    		v19 := b.NewValue0(v.Pos, OpMod32u, typ.UInt32)
    		v19.AddArg2(v11, v8)
    		v20 := b.NewValue0(v.Pos, OpMul32, typ.UInt32)
    		v21 := b.NewValue0(v.Pos, OpConst32, typ.UInt32)
    		v21.AuxInt = int32ToAuxInt(int32((1 << 32) % c))
    		v20.AddArg2(v14, v21)
    		v18.AddArg2(v19, v20)
    		v17.AddArg2(v18, v8)
    		v16.AddArg(v17)
    		v.AddArg2(v0, v16)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top