Searched refs:v28 (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddf_v4_3.c32 uint32_t v0, v1, v28, v31; local
43 v28 = REG_GET_FIELD(hw_assert_mskhi,
48 if (v0 && v1 && v28 && v31)
50 else if (!v0 && !v1 && !v28 && !v31)
54 v0, v1, v28, v31);
H A Ddf_v3_6.c643 uint32_t v0, v1, v28, v31; local
654 v28 = REG_GET_FIELD(hw_assert_mskhi,
659 if (v0 && v1 && v28 && v31)
661 else if (!v0 && !v1 && !v28 && !v31)
665 v0, v1, v28, v31);
/linux-master/arch/arm64/crypto/
H A Dsha3-ce-core.S59 ld1 {v25.8b-v28.8b}, [x1], #32
64 eor v3.8b, v3.8b, v28.8b
71 ld1 {v25.8b-v28.8b}, [x1], #32
76 eor v10.8b, v10.8b, v28.8b
83 ld1 {v25.8b-v28.8b}, [x1], #32
87 eor v16.8b, v16.8b, v28.8b
93 ld1 {v25.8b-v28.8b}, [x1], #32
98 eor v16.8b, v16.8b, v28.8b
111 eor3 v28.16b, v3.16b, v8.16b, v13.16b
116 eor3 v28
[all...]
H A Dsm4-ce-asm.h9 ld1 {v28.16b-v31.16b}, [ptr];
16 sm4e b0.4s, v28.4s; \
37 sm4e b0.4s, v28.4s; \
38 sm4e b1.4s, v28.4s; \
74 sm4e b0.4s, v28.4s; \
75 sm4e b1.4s, v28.4s; \
76 sm4e b2.4s, v28.4s; \
77 sm4e b3.4s, v28.4s; \
143 sm4e b0.4s, v28.4s; \
144 sm4e b1.4s, v28
[all...]
H A Dchacha-neon-core.S540 ld4r {v28.4s-v31.4s}, [x0]
588 add v12.4s, v12.4s, v28.4s
589 mov w6, v28.s[0]
637 zip1 v28.4s, v12.4s, v13.4s
687 zip1 v3.2d, v28.2d, v30.2d
688 zip2 v7.2d, v28.2d, v30.2d
695 ld1 {v28.16b-v31.16b}, [x2]
721 eor v28.16b, v28.16b, v12.16b
727 st1 {v28
[all...]
H A Daes-neon.S52 ld1 {v28.16b-v31.16b}, [\temp]
77 tbx \in\().16b, {v28.16b-v31.16b}, v11.16b
151 tbx \in0\().16b, {v28.16b-v31.16b}, v8.16b
153 tbx \in1\().16b, {v28.16b-v31.16b}, v9.16b
154 tbx \in2\().16b, {v28.16b-v31.16b}, v10.16b
155 tbx \in3\().16b, {v28.16b-v31.16b}, v11.16b
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 Dpolyval-ce-core.S100 pmull2 v28.1q, X.2d, Y.2d
103 eor HI.16b, HI.16b, v28.16b
H A Dsm4-neon-core.S38 ld1 {v28.16b-v31.16b}, [x5];
111 tbx RTMP0.16b, {v28.16b-v31.16b}, RX0.16b; \
186 tbx RTMP0.16b, {v28.16b-v31.16b}, RX0.16b; \
187 tbx RTMP1.16b, {v28.16b-v31.16b}, RX1.16b; \
H A Daes-neonbs-core.S664 mov v28.16b, v3.16b
686 eor v2.16b, v2.16b, v28.16b
702 mov v24.16b, v28.16b
748 next_tweak v28, v27, v18, v19
749 next_tweak v29, v28, v18, v19
758 eor v3.16b, v3.16b, v28.16b
783 eor v19.16b, \o3\().16b, v28.16b
H A Dsm4-ce-gcm-core.S120 sm4e b0.4s, v28.4s; \
167 sm4e b0.4s, v28.4s; \
168 sm4e b1.4s, v28.4s; \
169 sm4e b2.4s, v28.4s; \
H A Dcrct10dif-ce-core.S96 bd1 .req v28
H A Dsm4-ce-core.S56 ld1 {v28.16b-v31.16b}, [x4];
65 sm4ekey v4.4s, v3.4s, v28.4s;
/linux-master/tools/testing/selftests/powerpc/include/
H A Dvmx_asm.h27 stvx v28,reg,%r1; \
54 lvx v28,reg,%r1; \
84 lvx v28,r5,r3 variable
/linux-master/arch/riscv/crypto/
H A Daes-riscv64-zvkned.S241 // Save C[n-2] in v28 so that it's available later during the ciphertext
244 vmv.v.v v28, v16 // IV
249 vle32.v v28, (t0)
287 // We have C[n] in v16, Decrypt(C[n]) in v20, and C[n-2] in v28.
291 vxor.vv v20, v20, v28 // Decrypt(C[n]) ^ C[n-2] == P[n-1]
303 // We already have Decrypt(C[n-1]) in v20 and C[n-2] in v28.
312 vxor.vv v20, v20, v28 // XOR with C[n-2]
H A Dchacha-riscv64-zvkb.S263 vxor.vv v28, v28, v12
H A Daes-riscv64-zvkned-zvbb-zvkg.S69 #define TMP0 v28
H A Dsha512-riscv64-zvknhb-zvkb.S68 #define PREV_HGDC v28 // LMUL=2
/linux-master/arch/powerpc/crypto/
H A Daesp8-ppc.pl731 stvx v28,r10,$sp
781 lvx v28,$x30,$key
786 ?vperm v27,v27,v28,$keyperm
788 ?vperm v28,v28,v29,$keyperm
901 vncipher $out0,$out0,v28
902 vncipher $out1,$out1,v28
903 vncipher $out2,$out2,v28
904 vncipher $out3,$out3,v28
905 vncipher $out4,$out4,v28
[all...]
H A Dcrc32-vpmsum_core.S55 #define mask_64bit v28
95 stvx v28,0,r7
577 lvx v28,0,r7
/linux-master/arch/powerpc/lib/
H A Dcrtsavres.S263 stvx v28,r11,r0
301 lvx v28,r11,r0
476 stvx v28,r12,r0
526 lvx v28,r12,r0
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S56 vcmpequd. v1,v0,v28
/linux-master/arch/s390/crypto/
H A Dchacha-s390.S78 #define XT1 %v28
471 #define T1 %v28
/linux-master/arch/s390/include/asm/
H A Dfpu-insn-asm.h178 .ifc \vxr,%v28
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h705 #define v28 28 macro

Completed in 366 milliseconds

12