Home
last modified time | relevance | path

Searched refs:w12 (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/crypto/openssl/aarch64/
H A Dsha256-armv8.S327 rev w12,w12 // 9
786 add w12,w12,w5
790 add w12,w12,w2
792 add w12,w12,w1
1276 orr w12,w12,w15
1305 orr w12,w12,w15
1332 orr w12,w12,w15
1361 orr w12,w12,w15
1385 orr w12,w12,w15
1414 orr w12,w12,w15
[all …]
H A Dchacha-armv8.S108 eor w12,w12,w16
112 ror w12,w12,#20
132 eor w12,w12,w16
136 ror w12,w12,#25
155 eor w12,w12,w13
159 ror w12,w12,#20
179 eor w12,w12,w13
183 ror w12,w12,#25
428 eor w12,w12,w16
436 ror w12,w12,#20
[all …]
H A Dsha1-armv8.S340 eor w12,w12,w14
344 eor w12,w12,w4
348 eor w12,w12,w9
351 ror w12,w12,#31
534 eor w12,w12,w14
538 eor w12,w12,w4
542 eor w12,w12,w9
545 ror w12,w12,#31
762 eor w12,w12,w4
766 eor w12,w12,w9
[all …]
H A Daesv8-armx.S94 mov w12,#10
133 mov w12,#12
141 mov w12,#14
176 str w12,[x2]
610 rev w12, w8
611 mov v6.s[3],w12
676 rev w12,w8
680 mov v6.s[3], w12
H A Dpoly1305-armv8.S58 stp w12,w13,[x2]
209 str w12,[x0,#16*0] // r0
210 add w12,w13,w13,lsl#2 // r1*5
213 str w12,[x0,#16*2] // s1
245 ldp w12,w13,[x0,#8]
296 stp w12,w13,[x0,#8]
816 ldp w12,w13,[x0,#8]
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c234 w12 = LOAD_BIG_32(blk + 4 * 12); in SHA256Transform()
270 w12 = SIGMA1_256(w10) + w5 + SIGMA0_256(w13) + w12; in SHA256Transform()
303 w12 = SIGMA1_256(w10) + w5 + SIGMA0_256(w13) + w12; in SHA256Transform()
336 w12 = SIGMA1_256(w10) + w5 + SIGMA0_256(w13) + w12; in SHA256Transform()
450 w12 = LOAD_BIG_64(blk + 8 * 12); in SHA512Transform()
468 w3 = SIGMA1(w1) + w12 + SIGMA0(w4) + w3; in SHA512Transform()
486 w12 = SIGMA1(w10) + w5 + SIGMA0(w13) + w12; in SHA512Transform()
501 w3 = SIGMA1(w1) + w12 + SIGMA0(w4) + w3; in SHA512Transform()
519 w12 = SIGMA1(w10) + w5 + SIGMA0(w13) + w12; in SHA512Transform()
552 w12 = SIGMA1(w10) + w5 + SIGMA0(w13) + w12; in SHA512Transform()
[all …]
/f-stack/freebsd/arm64/arm64/
H A Dexception.S65 stp w11, w12, [sp, #(TF_SPSR)]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_powerpc_altivec_common.h563 register unsigned char w12 asm("12") __attribute__((vector_size(16))); \
636 unsigned char w12 __attribute__((vector_size(16))); \
H A Dvdev_raidz_math_aarch64_neon_common.h557 register unsigned char w12 asm("v12") __attribute__((vector_size(16))); \
630 unsigned char w12 __attribute__((vector_size(16))); \