Searched refs:v8 (Results 1 - 25 of 57) sorted by relevance

123

/linux-master/arch/arm64/crypto/
H A Dsm4-ce-cipher-core.S19 ld1 {v8.4s}, [x2]
21 CPU_LE( rev32 v8.16b, v8.16b )
23 sm4e v8.4s, v0.4s
24 sm4e v8.4s, v1.4s
25 sm4e v8.4s, v2.4s
26 sm4e v8.4s, v3.4s
27 sm4e v8.4s, v4.4s
28 sm4e v8.4s, v5.4s
29 sm4e v8
[all...]
H A Dsm4-ce-ccm-core.S132 inc_le128(v8) /* +0 */
139 SM4_CRYPT_BLK2(v8, RMAC)
140 eor v8.16b, v8.16b, v0.16b
152 st1 {v8.16b-v11.16b}, [x1], #64
164 inc_le128(v8)
168 SM4_CRYPT_BLK2(v8, RMAC)
169 eor v8.16b, v8.16b, v0.16b
172 st1 {v8
[all...]
H A Dsm3-ce-core.S45 sm3ss1 v5.4s, v8.4s, \t0\().4s, v9.4s
48 sm3tt1\ab v8.4s, v5.4s, v10.4s, \i
79 ld1 {v8.4s-v9.4s}, [x0]
80 rev64 v8.4s, v8.4s
82 ext v8.16b, v8.16b, v8.16b, #8
92 mov v15.16b, v8.16b
122 eor v8
[all...]
H A Dsm4-ce-core.S233 rev32 v8.16b, v0.16b
242 SM4_CRYPT_BLK8_BE(v8, v9, v10, v11, v12, v13, v14, v15)
244 eor v8.16b, v8.16b, RIV.16b
253 st1 {v8.16b-v11.16b}, [x1], #64
270 rev32 v8.16b, v0.16b
275 SM4_CRYPT_BLK4_BE(v8, v9, v10, v11)
277 eor v8.16b, v8.16b, RIV.16b
282 st1 {v8
[all...]
H A Daes-neon.S84 mul_by_x2 v8.16b, \in\().16b, v9.16b, v12.16b
85 eor \in\().16b, \in\().16b, v8.16b
86 rev32 v8.8h, v8.8h
87 eor \in\().16b, \in\().16b, v8.16b
90 mul_by_x v9.16b, \in\().16b, v8.16b, v12.16b
91 rev32 v8.8h, \in\().8h
92 eor v8.16b, v8.16b, v9.16b
93 eor \in\().16b, \in\().16b, v8
[all...]
H A Dsha3-ce-core.S3 * sha3-ce-core.S - core SHA-3 transform using v8.2 Crypto Extensions
48 ld1 { v8.1d-v11.1d}, [x8], #32
74 eor v8.8b, v8.8b, v26.8b
105 eor v8.8b, v8.8b, v26.8b
111 eor3 v28.16b, v3.16b, v8.16b, v13.16b
142 xar v8.2d, v8.2d, v27.2d, (64 - 55)
152 bcax v20.16b, v31.16b, v22.16b, v8
[all...]
H A Dsha1-ce-core.S84 0: ld1 {v8.4s-v11.4s}, [x1], #64
87 CPU_LE( rev32 v8.16b, v8.16b )
92 1: add t0.4s, v8.4s, k0.4s
H A Daes-neonbs-core.S388 movi v8.16b, #0x01 // bit masks
405 cmtst v0.16b, v7.16b, v8.16b
439 tbl v0.16b, {v10.16b}, v8.16b
441 tbl v1.16b, {v11.16b}, v8.16b
443 tbl v2.16b, {v12.16b}, v8.16b
445 tbl v3.16b, {v13.16b}, v8.16b
447 tbl v4.16b, {v14.16b}, v8.16b
449 tbl v5.16b, {v15.16b}, v8.16b
451 tbl v6.16b, {v10.16b}, v8.16b
452 tbl v7.16b, {v11.16b}, v8
[all...]
H A Daes-modes.S515 ld1 {v8.16b}, [IN], x13
522 ST4( eor v8.16b, v8.16b, v2.16b )
529 ST5( eor v8.16b, v8.16b, v3.16b )
537 st1 {v8.16b}, [OUT]
643 xts_load_mask v8
655 next_tweak v4, v4, v8
660 next_tweak v5, v4, v8
662 next_tweak v6, v5, v8
[all...]
H A Dsha512-ce-core.S3 * sha512-ce-core.S - core SHA-384/SHA-512 transform using v8 Crypto Extensions
111 ld1 {v8.2d-v11.2d}, [x0]
133 mov v0.16b, v8.16b
193 add v8.2d, v8.2d, v0.2d
203 3: st1 {v8.2d-v11.2d}, [x0]
H A Dchacha-neon-core.S120 ld1 {v8.4s-v11.4s}, [x0]
127 add v0.4s, v0.4s, v8.4s
217 ld4r { v8.4s-v11.4s}, [x8], #16
228 mov a8, v8.s[0]
276 add v8.4s, v8.4s, v12.4s
285 eor v16.16b, v4.16b, v8.16b
343 add v8.4s, v8.4s, v12.4s
352 eor v16.16b, v4.16b, v8
[all...]
/linux-master/arch/sh/boards/mach-hp6xx/
H A Dsetup.c57 u8 v8; local
65 v8 = inb(PKDR);
66 v8 &= ~PKDR_SPEAKER;
67 outb(v8, PKDR);
75 u8 v8; local
83 v8 = inb(PKDR);
84 v8 |= PKDR_SPEAKER;
85 outb(v8, PKDR);
126 u8 v8; local
151 v8
[all...]
/linux-master/arch/arm64/boot/dts/arm/
H A DMakefile3 foundation-v8.dtb foundation-v8-psci.dtb \
4 foundation-v8-gicv3.dtb foundation-v8-gicv3-psci.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/arm/
H A DMakefile3 foundation-v8.dtb foundation-v8-psci.dtb \
4 foundation-v8-gicv3.dtb foundation-v8-gicv3-psci.dtb
/linux-master/drivers/leds/
H A Dleds-hp6xx.c20 u8 v8; local
22 v8 = inb(PKDR);
24 outb(v8 & (~PKDR_LED_GREEN), PKDR);
26 outb(v8 | PKDR_LED_GREEN, PKDR);
/linux-master/arch/riscv/lib/
H A Dxor.S12 vle8.v v8, (a2)
14 vxor.vv v16, v0, v8
26 vle8.v v8, (a2)
28 vxor.vv v0, v0, v8
43 vle8.v v8, (a2)
45 vxor.vv v0, v0, v8
63 vle8.v v8, (a2)
65 vxor.vv v0, v0, v8
72 vle8.v v8, (a5)
74 vxor.vv v16, v0, v8
[all...]
/linux-master/security/apparmor/include/
H A Dpolicy_compat.h26 #define v8 8 /* full network masking */ macro
/linux-master/arch/powerpc/crypto/
H A Dcrc32-vpmsum_core.S106 /* Get the initial value into v8 */
107 vxor v8,v8,v8
108 MTVRD(v8, R3)
110 vsldoi v8,zeroes,v8,8 /* shift into bottom 32 bits */
112 vsldoi v8,v8,zeroes,4 /* shift into top 32 bits */
195 vxor v16,v16,v8
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dreg_helper.h116 f5, v5, f6, v6, f7, v7, f8, v8) \
125 FN(reg, f8), v8)
128 v5, f6, v6, f7, v7, f8, v8, f9, v9) \
137 FN(reg, f8), v8, \
141 v5, f6, v6, f7, v7, f8, v8, f9, v9, f10, v10) \
150 FN(reg, f8), v8, \
205 #define REG_GET_8(reg_name, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8) \
214 FN(reg_name, f8), v8)
279 #define REG_UPDATE_8(reg, f1, v1, f2, v2, f3, v3, f4, v4, f5, v5, f6, v6, f7, v7, f8, v8) \
288 FN(reg, f8), v8)
[all...]
/linux-master/arch/riscv/crypto/
H A Daes-macros.S72 vle32.v v8, (\keyp)
104 vaesem.vs \data, v8
139 vaesdm.vs \data, v8
H A Daes-riscv64-zvkned-zvbb-zvkg.S127 vwsll.vv v8, v2, v4
134 vbrev8.v v8, v8
135 vgmul.vv TWEAKS_BREV, v8
/linux-master/net/ipv6/ila/
H A Dila.h24 __u8 v8[8]; member in union:ila_locator::__anon1543
47 __u8 v8[8]; member in union:ila_identifier::__anon1544
/linux-master/arch/powerpc/lib/
H A Dcopyuser_power7.S533 VPERM(v8,v0,v1,v16)
535 err3; stvx v8,0,r3
541 VPERM(v8,v0,v1,v16)
545 err3; stvx v8,0,r3
551 VPERM(v8,v0,v3,v16)
559 err3; stvx v8,0,r3
586 VPERM(v8,v0,v7,v16)
602 err4; stvx v8,0,r3
624 VPERM(v8,v0,v3,v16)
632 err3; stvx v8,
[all...]
H A Dmemcpy_power7.S480 VPERM(v8,v0,v1,v16)
482 stvx v8,0,r3
488 VPERM(v8,v0,v1,v16)
492 stvx v8,0,r3
498 VPERM(v8,v0,v3,v16)
506 stvx v8,0,r3
533 VPERM(v8,v0,v7,v16)
549 stvx v8,0,r3
571 VPERM(v8,v0,v3,v16)
579 stvx v8,
[all...]
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_power7.S533 VPERM(v8,v0,v1,v16)
535 err3; stvx v8,0,r3
541 VPERM(v8,v0,v1,v16)
545 err3; stvx v8,0,r3
551 VPERM(v8,v0,v3,v16)
559 err3; stvx v8,0,r3
586 VPERM(v8,v0,v7,v16)
602 err4; stvx v8,0,r3
624 VPERM(v8,v0,v3,v16)
632 err3; stvx v8,
[all...]

Completed in 177 milliseconds

123