Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for V18 (0.08 sec)

  1. src/cmd/asm/internal/asm/testdata/s390x.s

    	VLEIG	$1, $32767, V31         // e7f07fff1842
    	VSLDB	$3, V1, V16, V18        // e72100030a77
    	VERIMB	$2, V31, V1, V2         // e72f10020472
    	VSEL	V1, V2, V3, V4          // e7412000308d
    	VGFMAH	V21, V31, V24, V0       // e705f10087bc
    	VFMADB	V16, V8, V9, V10        // e7a08300948f
    	WFMADB	V17, V18, V19, V20      // e74123083f8f
    	VFMSDB	V2, V25, V24, V31       // e7f293008b8e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  2. src/math/pow_s390x.s

    	FMOVD	0(R2), F5
    	WFADB	V4, V16, V3
    	VLEG	$0, 56(R9), V20
    	WFMSDB	V2, V3, V5, V3
    	VLEG	$0, 48(R9), V18
    	WFADB	V3, V5, V6
    	LGDR	F3, R2
    	WFMSDB	V2, V16, V6, V16
    	FMOVD	40(R9), F1
    	WFMADB	V2, V4, V16, V4
    	FMOVD	32(R9), F7
    	WFMDB	V4, V4, V3
    	WFMADB	V4, V1, V20, V1
    	WFMADB	V4, V7, V18, V7
    	VLEG	$0, 24(R9), V16
    	WFMADB	V1, V3, V7, V1
    	FMOVD	16(R9), F5
    	WFMADB	V4, V5, V16, V5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
Back to top