Searched refs:w11 (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | sha256-armv8.S | 755 add w11,w11,w4 759 add w11,w11,w1 761 add w11,w11,w0 1283 ror w11,w11,#6 1311 ror w11,w11,#6 1339 ror w11,w11,#6 1366 ror w11,w11,#6 1392 ror w11,w11,#6 1420 ror w11,w11,#6 1448 ror w11,w11,#6 [all …]
|
| H A D | chacha-armv8.S | 107 eor w11,w11,w15 111 ror w11,w11,#20 131 eor w11,w11,w15 135 ror w11,w11,#25 154 eor w11,w11,w16 158 ror w11,w11,#20 178 eor w11,w11,w16 182 ror w11,w11,#25 193 add w11,w11,w25 426 eor w11,w11,w15 [all …]
|
| H A D | sha1-armv8.S | 328 eor w11,w11,w13 332 eor w11,w11,w3 336 eor w11,w11,w8 339 ror w11,w11,#31 520 eor w11,w11,w13 524 eor w11,w11,w3 528 eor w11,w11,w8 531 ror w11,w11,#31 748 eor w11,w11,w3 752 eor w11,w11,w8 [all …]
|
| H A D | poly1305-armv8.S | 244 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 D | ecp_nistz256-armv8.S | 4097 ldr w11,[x1,#64*7] 4117 ldr w11,[x1,#64*7] 4137 ldr w11,[x1,#64*7] 4228 ldrb w11,[x1,#64*7]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2.c | 231 w11 = LOAD_BIG_32(blk + 4 * 11); in SHA256Transform() 268 w11 = SIGMA1_256(w9) + w4 + SIGMA0_256(w12) + w11; in SHA256Transform() 301 w11 = SIGMA1_256(w9) + w4 + SIGMA0_256(w12) + w11; in SHA256Transform() 334 w11 = SIGMA1_256(w9) + w4 + SIGMA0_256(w12) + w11; in SHA256Transform() 447 w11 = LOAD_BIG_64(blk + 8 * 11); in SHA512Transform() 466 w2 = SIGMA1(w0) + w11 + SIGMA0(w3) + w2; in SHA512Transform() 484 w11 = SIGMA1(w9) + w4 + SIGMA0(w12) + w11; in SHA512Transform() 499 w2 = SIGMA1(w0) + w11 + SIGMA0(w3) + w2; in SHA512Transform() 517 w11 = SIGMA1(w9) + w4 + SIGMA0(w12) + w11; in SHA512Transform() 550 w11 = SIGMA1(w9) + w4 + SIGMA0(w12) + w11; in SHA512Transform() [all …]
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | exception.S | 65 stp w11, w12, [sp, #(TF_SPSR)]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 561 register unsigned char w11 asm("11") __attribute__((vector_size(16))); 634 unsigned char w11 __attribute__((vector_size(16)));
|
| H A D | vdev_raidz_math_aarch64_neon_common.h | 555 register unsigned char w11 asm("v11") __attribute__((vector_size(16))); 628 unsigned char w11 __attribute__((vector_size(16)));
|