Home
last modified time | relevance | path

Searched refs:w8 (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/cloudabi/
H A Dcloudabi_vdso_aarch64.S39 mov w8, #0
51 mov w8, #1
62 mov w8, #2
68 mov w8, #3
75 mov w8, #4
87 mov w8, #5
99 mov w8, #6
106 mov w8, #7
118 mov w8, #8
130 mov w8, #9
[all …]
/f-stack/freebsd/crypto/openssl/aarch64/
H A Dsha256-armv8.S229 rev w8,w8 // 5
662 add w8,w8,w1
666 add w8,w8,w14
668 add w8,w8,w13
1324 add w8,w8,w12
1337 add w8,w8,w12
1343 add w8,w8,w11
1458 add w8,w8,w4
1676 add w8,w8,w4
1854 add w8,w8,w4
[all …]
H A Dsha1-armv8.S291 eor w8,w8,w10
295 eor w8,w8,w16
299 eor w8,w8,w5
303 ror w8,w8,#31
484 eor w8,w8,w10
488 eor w8,w8,w16
492 eor w8,w8,w5
495 ror w8,w8,#31
702 eor w8,w8,w10
710 eor w8,w8,w5
[all …]
H A Dchacha-armv8.S92 add w8,w8,w12
116 add w8,w8,w12
140 add w8,w8,w9
164 add w8,w8,w9
396 add w8,w8,w12
444 add w8,w8,w12
498 add w8,w8,w9
546 add w8,w8,w9
1012 add w8,w8,w9
1060 add w8,w8,w9
[all …]
H A Dvpaes-armv8.S131 ldr w8, [x2,#240] // pull rounds
164 sub w8, w8, #1 // nr--
181 cbnz w8, .Lenc_loop
218 ldr w8, [x2,#240] // pull rounds
270 sub w8, w8, #1 // nr--
299 cbnz w8, .Lenc_2x_loop
398 sub w8, w8, #1 // sub $1,%rax # nr--
415 cbnz w8, .Ldec_loop
534 sub w8, w8, #1 // sub $1,%rax # nr--
563 cbnz w8, .Ldec_2x_loop
[all …]
H A Daesv8-armx.S582 ldr w8, [x4, #12]
601 rev w8, w8
603 add w10, w8, #1
607 add w8, w8, #2
610 rev w12, w8
640 add w9,w8,#1
658 add w10,w8,#2
662 add w8,w8,#3
676 rev w12,w8
H A Decp_nistz256-armv8.S4094 ldr w8,[x1,#64*4]
4114 ldr w8,[x1,#64*4]
4134 ldr w8,[x1,#64*4]
4222 ldrb w8,[x1,#64*4]
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c222 w8 = LOAD_BIG_32(blk + 4 * 8); in SHA256Transform()
262 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8; in SHA256Transform()
295 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8; in SHA256Transform()
328 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8; in SHA256Transform()
438 w8 = LOAD_BIG_64(blk + 8 * 8); in SHA512Transform()
476 w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7; in SHA512Transform()
478 w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8; in SHA512Transform()
509 w7 = SIGMA1(w5) + w0 + SIGMA0(w8) + w7; in SHA512Transform()
511 w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8; in SHA512Transform()
544 w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8; in SHA512Transform()
[all …]
/f-stack/freebsd/arm64/arm64/
H A Dmemcpy.S75 #define B_lw w8
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_amd64.S240 #define w8(x) [x], 0, 0, 0, [x], 0, 0, 0 macro
702 enc_vals(w8)
807 dec_vals(w8)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_powerpc_altivec_common.h557 register unsigned char w8 asm("8") __attribute__((vector_size(16))); \
630 unsigned char w8 __attribute__((vector_size(16))); \
H A Dvdev_raidz_math_aarch64_neon_common.h551 register unsigned char w8 asm("v8") __attribute__((vector_size(16))); \
624 unsigned char w8 __attribute__((vector_size(16))); \