Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for V15 (0.06 sec)

  1. src/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s

    #define R_4 V9
    
    // precalculated coefficients (5r², 5r or 0 depending on context)
    #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
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.go

    	Q22
    	Q23
    	Q24
    	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)
  3. src/cmd/asm/internal/asm/testdata/arm64error.s

    	MRS	PMSWINC_EL0, R3                                  // ERROR "system register is not readable"
    	MRS	OSLAR_EL1, R3                                    // ERROR "system register is not readable"
    	VLD3R.P	24(R15), [V15.H4,V16.H4,V17.H4]                  // ERROR "invalid post-increment offset"
    	VBIT	V1.H4, V12.H4, V3.H4                             // ERROR "invalid arrangement"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  4. src/crypto/aes/gcm_arm64.s

    #define B3 V3
    #define B4 V4
    #define B5 V5
    #define B6 V6
    #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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-DAG: %[[V14:.*]] = mhlo.constant dense<128> : tensor<i32>
      // CHECK-DAG: %[[V15:.*]] = "mhlo.broadcast"(%[[V14]]) <{broadcast_sizes = dense<[1, 22, 128]> : tensor<3xi64>}> : (tensor<i32>) -> tensor<1x22x128xi32>
      // CHECK-DAG: %[[V16:.*]] = mhlo.constant dense<128> : tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.5.md

    * CRI [known issues and
      limitations](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md#kubernetes-v15-release-cri-v1alpha1)
    * getDeviceNameFromMount() function doesn't return the volume path correctly when the volume path contains spaces [#37712](https://github.com/kubernetes/kubernetes/issues/37712)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewritegeneric.go

    		v13 := b.NewValue0(v.Pos, OpZeroExt32to64, typ.UInt64)
    		v14 := b.NewValue0(v.Pos, OpMod32u, typ.UInt32)
    		v14.AddArg2(v5, v8)
    		v13.AddArg(v14)
    		v15 := b.NewValue0(v.Pos, OpConst64, typ.UInt64)
    		v15.AuxInt = int64ToAuxInt(int64((1 << 32) / c))
    		v12.AddArg2(v13, v15)
    		v0.AddArg2(v1, v12)
    		v16 := b.NewValue0(v.Pos, OpZeroExt32to64, typ.UInt64)
    		v17 := b.NewValue0(v.Pos, OpDiv32u, typ.UInt32)
    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