Home
last modified time | relevance | path

Searched refs:w10 (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/libkern/arm64/
H A Dcrc32c_armv8.S41 ldr w10, [x1], #0x1
42 crc32cb w0, w0, w10
48 ldr w10, [x1], #0x2
49 crc32ch w0, w0, w10
55 ldr w10, [x1], #0x4
56 crc32cw w0, w0, w10
67 ldr w10, [x1], #0x4
68 crc32cw w0, w0, w10
71 ldr w10, [x1], #0x2
72 crc32ch w0, w0, w10
[all …]
/f-stack/freebsd/crypto/openssl/aarch64/
H A Dsha256-armv8.S278 rev w10,w10 // 7
724 add w10,w10,w3
728 add w10,w10,w0
730 add w10,w10,w15
1268 add w10,w10,w12
1281 add w10,w10,w12
1288 add w10,w10,w11
1402 add w10,w10,w6
1620 add w10,w10,w6
1816 add w10,w10,w6
[all …]
H A Dchacha-armv8.S106 eor w10,w10,w14
110 ror w10,w10,#20
130 eor w10,w10,w14
134 ror w10,w10,#25
153 eor w10,w10,w15
157 ror w10,w10,#20
177 eor w10,w10,w15
181 ror w10,w10,#25
295 eor w10,w10,w11
424 eor w10,w10,w14
[all …]
H A Dsha1-armv8.S316 eor w10,w10,w12
320 eor w10,w10,w19
324 eor w10,w10,w7
327 ror w10,w10,#31
508 eor w10,w10,w12
512 eor w10,w10,w19
516 eor w10,w10,w7
519 ror w10,w10,#31
730 eor w10,w10,w12
738 eor w10,w10,w7
[all …]
H A Daesv8-armx.S603 add w10, w8, #1
605 rev w10, w10
606 mov v6.s[3],w10
658 add w10,w8,#2
672 rev w10,w10
675 mov v6.s[3], w10
H A Dpoly1305-armv8.S244 ldp w10,w11,[x0] // load hash value base 2^26
295 stp w10,w11,[x0] // store hash value base 2^26
815 ldp w10,w11,[x0] // load hash value base 2^26
H A Decp_nistz256-armv8.S4096 ldr w10,[x1,#64*6]
4116 ldr w10,[x1,#64*6]
4136 ldr w10,[x1,#64*6]
4226 ldrb w10,[x1,#64*6]
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c228 w10 = LOAD_BIG_32(blk + 4 * 10); in SHA256Transform()
266 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10; in SHA256Transform()
299 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10; in SHA256Transform()
332 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10; in SHA256Transform()
444 w10 = LOAD_BIG_64(blk + 8 * 10); in SHA512Transform()
480 w9 = SIGMA1(w7) + w2 + SIGMA0(w10) + w9; in SHA512Transform()
482 w10 = SIGMA1(w8) + w3 + SIGMA0(w11) + w10; in SHA512Transform()
513 w9 = SIGMA1(w7) + w2 + SIGMA0(w10) + w9; in SHA512Transform()
515 w10 = SIGMA1(w8) + w3 + SIGMA0(w11) + w10; in SHA512Transform()
548 w10 = SIGMA1(w8) + w3 + SIGMA0(w11) + w10; in SHA512Transform()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_powerpc_altivec_common.h560 register unsigned char w10 asm("10") __attribute__((vector_size(16))); \
633 unsigned char w10 __attribute__((vector_size(16))); \
H A Dvdev_raidz_math_aarch64_neon_common.h554 register unsigned char w10 asm("v10") __attribute__((vector_size(16))); \
627 unsigned char w10 __attribute__((vector_size(16))); \