Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for V31 (0.02 sec)

  1. src/crypto/aes/gcm_arm64.s

    #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
    #define KLAST V31
    
    #define reduce() \
    	VEOR	ACC0.B16, ACCM.B16, ACCM.B16     \
    	VEOR	ACC1.B16, ACCM.B16, ACCM.B16     \
    	VEXT	$8, ZERO.B16, ACCM.B16, T0.B16   \
    	VEXT	$8, ACCM.B16, ZERO.B16, ACCM.B16 \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/parse.go

    // registers in []. There may be comma-separated ranges or individual
    // registers, as in [R1,R3-R5] or [V1.S4, V2.S4, V3.S4, V4.S4].
    // For ARM, only R0 through R15 may appear.
    // For ARM64, V0 through V31 with arrangement may appear.
    //
    // For 386/AMD64 register list specifies 4VNNIW-style multi-source operand.
    // For range of 4 elements, Intel manual uses "+3" notation, for example:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 14:34:57 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/ppc64.s

    	MFVSRD VS1, R3                  // 7c230066
    	MTFPRD R3, F0                   // 7c030166
    	MFVRD V0, R3                    // 7c030067
    	MFVSRLD VS63,R4                 // 7fe40267
    	MFVSRLD V31,R4                  // 7fe40267
    	MFVSRWZ VS33,R4                 // 7c2400e7
    	MFVSRWZ V1,R4                   // 7c2400e7
    	MTVSRD R3, VS1                  // 7c230166
    	MTVSRDD R3, R4, VS1             // 7c232366
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-DAG: %[[V30:.*]] = mhlo.maximum %[[V19]], %[[V5]] : tensor<1x22x128xi32>
      // CHECK-DAG: %[[V31:.*]] = mhlo.subtract %[[V30]], %[[V27]] : tensor<1x22x128xi32>
      // CHECK-DAG: %[[V32:.*]] = mhlo.add %[[V3]], %[[V29]] : tensor<1x22x128xi32>
      // CHECK-DAG: %[[V33:.*]] = mhlo.add %[[V3]], %[[V31]] : 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)
Back to top