Searched refs:w7 (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | sha256-armv8.S | 205 rev w7,w7 // 4 631 add w7,w7,w0 635 add w7,w7,w13 637 add w7,w7,w12 1353 add w7,w7,w12 1365 add w7,w7,w12 1369 add w7,w7,w11 1482 add w7,w7,w3 1700 add w7,w7,w3 1873 add w7,w7,w3 [all …]
|
| H A D | sha1-armv8.S | 276 eor w7,w7,w9 280 eor w7,w7,w15 284 eor w7,w7,w4 288 ror w7,w7,#31 472 eor w7,w7,w9 476 eor w7,w7,w15 480 eor w7,w7,w4 483 ror w7,w7,#31 688 eor w7,w7,w9 696 eor w7,w7,w4 [all …]
|
| H A D | chacha-armv8.S | 91 add w7,w7,w11 115 add w7,w7,w11 139 add w7,w7,w12 163 add w7,w7,w12 189 add w7,w7,w23 394 add w7,w7,w11 442 add w7,w7,w11 496 add w7,w7,w12 544 add w7,w7,w12 599 add w7,w7,w23 [all …]
|
| H A D | ecp_nistz256-armv8.S | 4033 str w7,[x0,#64*3-4] 4038 str w7,[x0,#64*7-4] 4049 str w7,[x0,#64*3-4] 4054 str w7,[x0,#64*7-4] 4065 str w7,[x0,#64*3-4] 4070 str w7,[x0,#64*7-4] 4093 ldr w7,[x1,#64*3] 4113 ldr w7,[x1,#64*3] 4133 ldr w7,[x1,#64*3] 4220 ldrb w7,[x1,#64*3]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2.c | 161 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local 219 w7 = LOAD_BIG_32(blk + 4 * 7); in SHA256Transform() 260 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7; in SHA256Transform() 293 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7; in SHA256Transform() 326 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7; in SHA256Transform() 371 uint64_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA512Transform() local 435 w7 = LOAD_BIG_64(blk + 8 * 7); in SHA512Transform() 476 w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7; in SHA512Transform() 509 w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7; in SHA512Transform() 542 w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7; in SHA512Transform() [all …]
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | memcpy.S | 73 #define A_hw w7
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 555 register unsigned char w7 asm("7") __attribute__((vector_size(16))); 628 unsigned char w7 __attribute__((vector_size(16)));
|
| H A D | vdev_raidz_math_aarch64_neon_common.h | 549 register unsigned char w7 asm("v7") __attribute__((vector_size(16))); 622 unsigned char w7 __attribute__((vector_size(16)));
|