Home
last modified time | relevance | path

Searched refs:w6 (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/crypto/openssl/aarch64/
H A Dsha256-armv8.S180 rev w6,w6 // 3
600 add w6,w6,w15
604 add w6,w6,w12
606 add w6,w6,w11
1293 add w6,w6,w10
1377 add w6,w6,w12
1390 add w6,w6,w12
1397 add w6,w6,w11
1407 add w6,w6,w15
1413 add w6,w6,w14
[all …]
H A Dsha1-armv8.S263 eor w6,w6,w8
267 eor w6,w6,w14
271 eor w6,w6,w3
275 ror w6,w6,#31
460 eor w6,w6,w8
464 eor w6,w6,w14
468 eor w6,w6,w3
471 ror w6,w6,#31
674 eor w6,w6,w8
682 eor w6,w6,w3
[all …]
H A Dchacha-armv8.S90 add w6,w6,w10
114 add w6,w6,w10
138 add w6,w6,w11
162 add w6,w6,w11
392 add w6,w6,w10
440 add w6,w6,w10
494 add w6,w6,w11
542 add w6,w6,w11
912 add w6,w6,w10
960 add w6,w6,w10
[all …]
H A Daesv8-armx.S311 mov w6,w5
422 add w6,w5,#2
442 subs w6,w6,#2
499 add w6,w5,#2
522 subs w6,w6,#2
598 mov w6,w5
625 subs w6,w6,#2
693 mov w6,w5
712 subs w6,w6,#2
H A Decp_nistz256-armv8.S4031 str w6,[x0,#64*2-4]
4037 str w6,[x0,#64*6-4]
4047 str w6,[x0,#64*2-4]
4053 str w6,[x0,#64*6-4]
4063 str w6,[x0,#64*2-4]
4069 str w6,[x0,#64*6-4]
4092 ldr w6,[x1,#64*2]
4112 ldr w6,[x1,#64*2]
4132 ldr w6,[x1,#64*2]
4218 ldrb w6,[x1,#64*2]
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c161 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local
216 w6 = LOAD_BIG_32(blk + 4 * 6); in SHA256Transform()
258 w6 = SIGMA1_256(w4) + w15 + SIGMA0_256(w7) + w6; in SHA256Transform()
291 w6 = SIGMA1_256(w4) + w15 + SIGMA0_256(w7) + w6; in SHA256Transform()
324 w6 = SIGMA1_256(w4) + w15 + SIGMA0_256(w7) + w6; in SHA256Transform()
432 w6 = LOAD_BIG_64(blk + 8 * 6); in SHA512Transform()
474 w6 = SIGMA1(w4) + w15 + SIGMA0(w7) + w6; in SHA512Transform()
478 w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8; in SHA512Transform()
507 w6 = SIGMA1(w4) + w15 + SIGMA0(w7) + w6; in SHA512Transform()
540 w6 = SIGMA1(w4) + w15 + SIGMA0(w7) + w6; in SHA512Transform()
[all …]
/f-stack/freebsd/arm64/arm64/
H A Dsupport.S66 ENTER_USER_ACCESS(w6, x4)
71 1: EXIT_USER_ACCESS(w6)
86 ENTER_USER_ACCESS(w6, x4)
91 1: EXIT_USER_ACCESS(w6)
H A Dcopyinout.S150 ENTER_USER_ACCESS(w6, x7)
219 EXIT_USER_ACCESS_CHECK(w6, x7)
H A Dmemcpy.S71 #define A_lw w6
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_powerpc_altivec_common.h554 register unsigned char w6 asm("6") __attribute__((vector_size(16))); \
627 unsigned char w6 __attribute__((vector_size(16))); \
H A Dvdev_raidz_math_aarch64_neon_common.h548 register unsigned char w6 asm("v6") __attribute__((vector_size(16))); \
621 unsigned char w6 __attribute__((vector_size(16))); \