Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for V28 (0.11 sec)

  1. src/runtime/cgo/abi_ppc64x.h

    	STVX	V25, (rtmp)(R1)       \
    	MOVD	$(offset+16*6), rtmp  \
    	STVX	V26, (rtmp)(R1)       \
    	MOVD	$(offset+16*7), rtmp  \
    	STVX	V27, (rtmp)(R1)       \
    	MOVD	$(offset+16*8), rtmp  \
    	STVX	V28, (rtmp)(R1)       \
    	MOVD	$(offset+16*9), rtmp  \
    	STVX	V29, (rtmp)(R1)       \
    	MOVD	$(offset+16*10), rtmp \
    	STVX	V30, (rtmp)(R1)       \
    	MOVD	$(offset+16*11), rtmp \
    	STVX	V31, (rtmp)(R1)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 03 20:17:02 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	//TODO VFCMGT V26.D2, V15.D2, V23.D2       // f7e5fa6e
    	//TODO FCMGT $0, F14, F3                   // c3c9e05e
    	//TODO VFCMGT $0, V6.S2, V28.S2            // dcc8a00e
    	//TODO FCMLE $0, F26, F25                  // 59dba07e
    	//TODO VFCMLE $0, V28.S2, V20.S2           // 94dba02e
    	//TODO FCMLT $0, F17, F3                   // 23eae05e
    	//TODO VFCMLT $0, V8.S4, V7.S4             // 07e9a04e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/operand_test.go

    	{"V17", "V17"},
    	{"V18", "V18"},
    	{"V19", "V19"},
    	{"V20", "V20"},
    	{"V21", "V21"},
    	{"V22", "V22"},
    	{"V23", "V23"},
    	{"V24", "V24"},
    	{"V25", "V25"},
    	{"V26", "V26"},
    	{"V27", "V27"},
    	{"V28", "V28"},
    	{"V29", "V29"},
    	{"V30", "V30"},
    	{"V31", "V31"},
    	{"F14", "F14"},
    	{"F15", "F15"},
    	{"F16", "F16"},
    	{"F17", "F17"},
    	{"F18", "F18"},
    	{"F19", "F19"},
    	{"F20", "F20"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm64.s

    	VTBL	V22.B16, [V28.B16, V29.B16], V11.B16                                    // 8b23164e
    	VTBL	V18.B8, [V17.B16, V18.B16, V19.B16], V22.B8                             // 3642120e
    	VTBL	V31.B8, [V14.B16, V15.B16, V16.B16, V17.B16], V15.B8                    // cf611f0e
    	VTBL	V14.B16, [V16.B16], V11.B16                                             // 0b020e4e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go

    	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
    	VS0
    	VS1
    	VS2
    	VS3
    	VS4
    	VS5
    	VS6
    	VS7
    	VS8
    	VS9
    	VS10
    	VS11
    	VS12
    	VS13
    	VS14
    	VS15
    	VS16
    	VS17
    	VS18
    	VS19
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 03 01:35:44 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/crypto/chacha20/chacha_s390x.s

    #define X2    V18
    #define X3    V19
    #define X4    V20
    #define X5    V21
    #define X6    V22
    #define X7    V23
    #define X8    V24
    #define X9    V25
    #define X10   V26
    #define X11   V27
    #define X12   V28
    #define X13   V29
    #define X14   V30
    #define X15   V31
    
    #define NUM_ROUNDS 20
    
    #define ROUND4(a0, a1, a2, a3, b0, b1, b2, b3, c0, c1, c2, c3, d0, d1, d2, d3) \
    	VAF    a1, a0, a0  \
    	VAF    b1, b0, b0  \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  7. src/crypto/aes/gcm_ppc64x.s

    // counterCryptASM.
    
    // Load the initial GCM counter value
    // in V30 and set up the counter increment
    // in V31
    #define SETUP_COUNTER \
    	P8_LXVB16X(COUNTER, R0, V30); \
    	VSPLTISB $1, V28; \
    	VXOR V31, V31, V31; \
    	VSLDOI $1, V31, V28, V31
    
    // These macros set up the initial value
    // for a single encryption, or 4 or 8
    // stitched encryptions implemented
    // with interleaving vciphers.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  8. src/cmd/internal/notsha256/sha256block_ppc64x.s

    #define R_x0f0	R25
    #define R_x100	R26
    #define R_x110	R27
    
    
    // V0-V7 are A-H
    // V8-V23 are used for the message schedule
    #define KI	V24
    #define FUNC	V25
    #define S0	V26
    #define S1	V27
    #define s0	V28
    #define s1	V29
    #define LEMASK	V31 // Permutation control register for little endian
    
    // 4 copies of each Kt, to fill all 4 words of a vector register
    DATA  ·kcon+0x000(SB)/8, $0x428a2f98428a2f98
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  9. src/crypto/sha512/sha512block_ppc64x.s

    #define R_x0f0	R28
    #define R_x100	R29
    #define R_x110	R27
    
    
    // V0-V7 are A-H
    // V8-V23 are used for the message schedule
    #define KI	V24
    #define FUNC	V25
    #define S0	V26
    #define S1	V27
    #define s0	V28
    #define s1	V29
    #define LEMASK	V31	// Permutation control register for little endian
    
    // VPERM is needed on LE to switch the bytes
    
    #ifdef GOARCH_ppc64le
    #define VPERMLE(va,vb,vc,vt) VPERM va, vb, vc, vt
    #else
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  10. src/hash/crc32/crc32_ppc64le.s

    #define off48	R18
    #define off64	R19
    #define off80	R20
    #define off96	R21
    #define	off112	R22
    
    #define const1	V24
    #define const2	V25
    
    #define byteswap	V26
    #define mask_32bit	V27
    #define mask_64bit	V28
    #define zeroes		V29
    
    #define MAX_SIZE	32*1024
    #define REFLECT
    
    TEXT ·ppc64SlicingUpdateBy8(SB), NOSPLIT|NOFRAME, $0-44
    	MOVWZ	crc+0(FP), R3   // incoming crc
    	MOVD    table8+8(FP), R4   // *Table
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 12:09:50 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top