Searched refs:v25 (Results 1 - 24 of 24) sorted by relevance

/linux-master/arch/arm64/crypto/
H A Dsha3-ce-core.S59 ld1 {v25.8b-v28.8b}, [x1], #32
61 eor v0.8b, v0.8b, v25.8b
71 ld1 {v25.8b-v28.8b}, [x1], #32
73 eor v7.8b, v7.8b, v25.8b
83 ld1 {v25.8b-v28.8b}, [x1], #32
84 eor v13.8b, v13.8b, v25.8b
93 ld1 {v25.8b-v28.8b}, [x1], #32
95 eor v13.8b, v13.8b, v25.8b
103 2: ld1 {v25.8b-v26.8b}, [x1], #16
104 eor v7.8b, v7.8b, v25
[all...]
H A Dsm4-ce-asm.h13 sm4e b0.4s, v25.4s; \
31 sm4e b0.4s, v25.4s; \
32 sm4e b1.4s, v25.4s; \
62 sm4e b0.4s, v25.4s; \
63 sm4e b1.4s, v25.4s; \
64 sm4e b2.4s, v25.4s; \
65 sm4e b3.4s, v25.4s; \
119 sm4e b0.4s, v25.4s; \
120 sm4e b1.4s, v25.4s; \
121 sm4e b2.4s, v25
[all...]
H A Dpolyval-ce-core.S96 ext v25.16b, X.16b, X.16b, #8
98 eor v25.16b, v25.16b, X.16b
102 pmull v27.1q, v25.1d, v26.1d
117 ext v25.16b, X.16b, X.16b, #8
119 eor v25.16b, v25.16b, X.16b
123 pmull MI.1q, v25.1d, v26.1d
H A Daes-ce.S35 ld1 {v25.4s-v28.4s}, [\rk], #64
120 2222: .irp key, v21, v22, v23, v24, v25, v26, v27, v28, v29
H A Daes-neonbs-core.S655 mov v25.16b, v0.16b
683 eor v1.16b, v1.16b, v25.16b
693 mov v24.16b, v25.16b
746 next_tweak v26, v25, v18, v19
755 eor v0.16b, v0.16b, v25.16b
775 ld1 {v25.16b}, [x5]
780 eor v16.16b, \o0\().16b, v25.16b
798 st1 {v25.16b}, [x5]
H A Dsha2-ce-core.S25 dg1v .req v25
H A Dchacha-neon-core.S569 mov w7, v25.s[0]
570 add v9.4s, v9.4s, v25.4s
630 zip2 v25.4s, v8.4s, v9.4s
679 zip1 v10.2d, v25.2d, v27.2d
680 zip2 v14.2d, v25.2d, v27.2d
714 eor v25.16b, v25.16b, v9.16b
H A Dsm4-ce-gcm-core.S114 sm4e b0.4s, v25.4s; \
149 sm4e b0.4s, v25.4s; \
150 sm4e b1.4s, v25.4s; \
151 sm4e b2.4s, v25.4s; \
H A Dcrct10dif-ce-core.S92 perm2 .req v25
H A Dghash-ce-core.S43 ss2 .req v25
372 K0 .req v25
H A Dsm4-ce-core.S62 sm4ekey v1.4s, v0.4s, v25.4s;
/linux-master/arch/powerpc/crypto/
H A Daesp8-ppc.pl705 my $rndkey0="v23"; # v24-v25 rotating buffer for first found keys
725 stvx v25,r11,$sp
770 ?vperm v25,v31,v30,$keyperm
772 stvx v25,$x10,$key_ # off-load round[2]
780 ?vperm v25,v31,v26,$keyperm
782 stvx v25,$x10,$key_ # off-load round[4]
795 lvx v25,$x10,$key_ # pre-load round[2]
846 vncipher $out0,$out0,v25
847 vncipher $out1,$out1,v25
848 vncipher $out2,$out2,v25
[all...]
H A Dcrc32-vpmsum_core.S51 #define const2 v25
92 stvx v25,off80,r6
574 lvx v25,off80,r6
H A Dpoly1305-p10le_64.S486 lvx 25, 0, 10 # v25 - mask
/linux-master/tools/testing/selftests/powerpc/include/
H A Dvmx_asm.h21 stvx v25,reg,%r1; \
48 lvx v25,reg,%r1; \
78 lvx v25,r5,r3 variable
/linux-master/arch/powerpc/lib/
H A Dcrtsavres.S254 stvx v25,r11,r0
292 lvx v25,r11,r0
464 stvx v25,r12,r0
514 lvx v25,r12,r0
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S41 vcmpequd. v1,v0,v25
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-zvkb.S259 vxor.vv v25, v25, v9
H A Dsha256-riscv64-zvknha_or_zvknhb-zvkb.S81 #define K15 v25
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c226 struct atom_vram_info_header_v2_5 v25; member in union:vram_info
436 /* v25 */
438 if (module_id > vram_info->v25.vram_module_num)
440 vram_module = (union vram_module *)vram_info->v25.vram_module;
/linux-master/arch/s390/include/asm/
H A Dfpu-insn-asm.h169 .ifc \vxr,%v25
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h702 #define v25 25 macro
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h702 #define v25 25 macro
/linux-master/arch/s390/crypto/
H A Dchacha-s390.S437 #define K2 %v25

Completed in 214 milliseconds