Searched refs:w9 (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | sha256-armv8.S | 254 rev w9,w9 // 6 693 add w9,w9,w2 697 add w9,w9,w15 699 add w9,w9,w14 1297 add w9,w9,w12 1310 add w9,w9,w12 1316 add w9,w9,w11 1430 add w9,w9,w5 1648 add w9,w9,w5 1835 add w9,w9,w5 [all …]
|
| H A D | chacha-armv8.S | 105 eor w9,w9,w13 109 ror w9,w9,#20 129 eor w9,w9,w13 133 ror w9,w9,#25 156 eor w9,w9,w14 160 ror w9,w9,#20 180 eor w9,w9,w14 184 ror w9,w9,#25 191 add w9,w9,w24 422 eor w9,w9,w13 [all …]
|
| H A D | sha1-armv8.S | 304 eor w9,w9,w11 308 eor w9,w9,w17 312 eor w9,w9,w6 315 ror w9,w9,#31 496 eor w9,w9,w11 500 eor w9,w9,w17 504 eor w9,w9,w6 507 ror w9,w9,#31 716 eor w9,w9,w11 724 eor w9,w9,w6 [all …]
|
| H A D | vpaes-armv8.S | 990 lsr w9, w1, #5 // shr $5,%eax 991 add w9, w9, #5 // $5,%eax 992 str w9, [x2,#240] // mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5; 1014 lsr w9, w1, #5 // shr $5,%eax 1015 add w9, w9, #5 // $5,%eax 1016 str w9, [x2,#240] // mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5; 1017 lsl w9, w9, #4 // shl $4,%eax
|
| H A D | aesv8-armx.S | 640 add w9,w8,#1 644 rev w9,w9 668 mov v6.s[3], w9
|
| H A D | ecp_nistz256-armv8.S | 4095 ldr w9,[x1,#64*5] 4115 ldr w9,[x1,#64*5] 4135 ldr w9,[x1,#64*5] 4224 ldrb w9,[x1,#64*5]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2.c | 225 w9 = LOAD_BIG_32(blk + 4 * 9); in SHA256Transform() 264 w9 = SIGMA1_256(w7) + w2 + SIGMA0_256(w10) + w9; in SHA256Transform() 297 w9 = SIGMA1_256(w7) + w2 + SIGMA0_256(w10) + w9; in SHA256Transform() 330 w9 = SIGMA1_256(w7) + w2 + SIGMA0_256(w10) + w9; in SHA256Transform() 441 w9 = LOAD_BIG_64(blk + 8 * 9); in SHA512Transform() 478 w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8; in SHA512Transform() 480 w9 = SIGMA1(w7) + w2 + SIGMA0(w10) + w9; in SHA512Transform() 511 w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8; in SHA512Transform() 513 w9 = SIGMA1(w7) + w2 + SIGMA0(w10) + w9; in SHA512Transform() 546 w9 = SIGMA1(w7) + w2 + SIGMA0(w10) + w9; in SHA512Transform() [all …]
|
| /f-stack/freebsd/libkern/arm64/ |
| H A D | crc32c_armv8.S | 58 lsr w9, w2, #0x3 59 cbz w9, last_word 63 subs w9, w9, #1
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 558 register unsigned char w9 asm("9") __attribute__((vector_size(16))); 631 unsigned char w9 __attribute__((vector_size(16)));
|
| H A D | vdev_raidz_math_aarch64_neon_common.h | 552 register unsigned char w9 asm("v9") __attribute__((vector_size(16))); 625 unsigned char w9 __attribute__((vector_size(16)));
|