Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/aarch64/string/
H A Dstrspn.S57 0: ldrb w8, [x0]
61 ldrb w8, [x0, #1]
65 ldrb w8, [x0, #2]
69 ldrb w8, [x0, #3]
87 ldrb w8, [x0, x5]
88 cmp w4, w8
92 ldrb w8, [x0, x5]
93 cmp w4, w8
97 ldrb w8, [x0, x5]
98 cmp w4, w8
[all …]
H A Dstrcspn.S63 1: ldrb w8, [x0]
67 ldrb w8, [x0, #1]
71 ldrb w8, [x0, #2]
75 ldrb w8, [x0, #3]
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/
H A Dsha256-armv8.S140 eor w8,w22,w22,ror#14
146 eor w16,w16,w8,ror#11 // Sigma1(e)
147 ror w8,w26,#2
154 eor w17,w8,w17,ror#13 // Sigma0(a)
161 ldp w7,w8,[x1],#2*4
208 rev w8,w8 // 5
217 add w22,w22,w8 // h+=X[i]
410 str w8,[sp,#4]
413 eor w8,w2
[all...]
/freebsd/sys/crypto/openssl/aarch64/
H A Dsha256-armv8.S158 eor w8,w22,w22,ror#14
164 eor w16,w16,w8,ror#11 // Sigma1(e)
165 ror w8,w26,#2
172 eor w17,w8,w17,ror#13 // Sigma0(a)
179 ldp w7,w8,[x1],#2*4
226 rev w8,w8 // 5
235 add w22,w22,w8 // h+=X[i]
428 str w8,[sp,#4]
431 eor w8,w27,w27,ror#14
437 eor w16,w16,w8,ror#11 // Sigma1(e)
[all …]
H A Dsha1-armv8.S104 add w24,w24,w8 // future e+=X[i]
260 eor w6,w6,w8
288 eor w8,w8,w10
292 eor w8,w8,w16
296 eor w8,w8,w5
300 ror w8,w8,#31
310 add w23,w23,w8 // future e+=X[i]
333 eor w11,w11,w8
389 eor w16,w16,w8
457 eor w6,w6,w8
[all …]
H A Dchacha-armv8.S86 add w8,w8,w12
90 eor w21,w21,w8
110 add w8,w8,w12
114 eor w21,w21,w8
134 add w8,w8,w9
138 eor w20,w20,w8
158 add w8,w8,w9
162 eor w20,w20,w8
396 add w8,w8,w12
404 eor w21,w21,w8
[all …]
H A Dvpaes-armv8.S132 ldr w8, [x2,#240] // pull rounds
165 sub w8, w8, #1 // nr--
182 cbnz w8, .Lenc_loop
219 ldr w8, [x2,#240] // pull rounds
271 sub w8, w8, #1 // nr--
300 cbnz w8, .Lenc_2x_loop
342 ldr w8, [x2,#240] // pull rounds
399 sub w8, w8, #1 // sub $1,%rax # nr--
416 cbnz w8, .Ldec_loop
453 ldr w8, [x2,#240] // pull rounds
[all …]
H A Daesv8-armx.S1522 ldr w8, [x4, #12]
1541 rev w8, w8
1544 add w10, w8, #1
1546 add w8, w8, #2
1551 rev w12, w8
1557 add w13,w8,#1
1558 add w14,w8,#2
1566 add w8,w8,#2
1623 add w9,w8,#1
1624 add w10,w8,#2
[all …]
H A Darmv8-mont.S864 ldp w8,w9,[x3],#8
866 sbcs w8,w4,w8
871 stp w8,w9,[x0],#8
888 ldp w8,w9,[x0],#8
892 mov w8,w4
901 stp w8,w9,[x0],#8
904 ldp w8,w9,[x0],#8
908 mov w8, w4
916 stp w8,w9,[x0],#8
H A Decp_nistz256-armv8.S4101 ldr w8,[x1,#64*4]
4121 ldr w8,[x1,#64*4]
4141 ldr w8,[x1,#64*4]
4233 ldrb w8,[x1,#64*4]
/freebsd/crypto/openssl/test/certs/
H A Ddhk2048.pem13 s+tEoCidGYuBRNouVH6I6POwjIhdpU0kIscdv+w8
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c170 w8 = -2.95506530801732133437990433080327074e-02L, variable
317 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+ in lgammal_r()
/freebsd/lib/msun/ld80/
H A De_lgammal_r.c205 #define w8 (w8u.e) macro
347 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*w8))))))); in lgammal_r()
/freebsd/sys/contrib/dev/rtw88/
H A Dtx.h21 __le32 w8; member
H A Dtx.c76 tx_desc->w8 = le32_encode_bits(pkt_info->en_hwseq, RTW_TX_DESC_W8_EN_HWSEQ); in rtw_tx_fill_tx_desc()
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dmemcpy-advsimd.S26 #define B_lw w8
H A Dmemcpy.S26 #define B_lw w8
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h337 MSAReg w8; member
H A DRegisterInfos_mips.h233 DEFINE_MSA(w8, nullptr, dwarf_w8_mips, dwarf_w8_mips, LLDB_INVALID_REGNUM,
H A DRegisterInfos_arm64_sve.h388 DEFINE_GPR32(w8, x8),
/freebsd/sys/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)
808 dec_vals(w8)
/freebsd/sys/arm64/arm64/
H A Dmemcpy.S30 #define B_lw w8
/freebsd/sys/contrib/openzfs/module/zfs/
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))); \
H A Dvdev_raidz_math_powerpc_altivec_common.h553 register unsigned char w8 asm("8") __attribute__((vector_size(16))); \
626 unsigned char w8 __attribute__((vector_size(16))); \
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-libc-mem-routines.S27 #define B_lw w8

12