Searched refs:w8 (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/sys/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, #
[all...]
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dsha256-armv8.S161 eor w8,w22,w22,ror#14
167 eor w16,w16,w8,ror#11 // Sigma1(e)
168 ror w8,w26,#2
175 eor w17,w8,w17,ror#13 // Sigma0(a)
182 ldp w7,w8,[x1],#2*4
229 rev w8,w8 // 5
238 add w22,w22,w8 // h+=X[i]
431 str w8,[sp,#4]
434 eor w8,w2
[all...]
H A Dsha1-armv8.S107 add w24,w24,w8 // future e+=X[i]
263 eor w6,w6,w8
291 eor w8,w8,w10
295 eor w8,w8,w16
299 eor w8,w8,w5
303 ror w8,w8,#3
[all...]
H A Dchacha-armv8.S92 add w8,w8,w12
96 eor w21,w21,w8
116 add w8,w8,w12
120 eor w21,w21,w8
140 add w8,w8,w9
144 eor w20,w20,w8
164 add w8,w
[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,w
[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
341 ldr w8, [x2,#240] // pull rounds
398 sub w8, w
[all...]
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]
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c162 uint32_t w8, w9, w10, w11, w12, w13, w14, w15; local
222 w8 = LOAD_BIG_32(blk + 4 * 8);
223 SHA256ROUND(a, b, c, d, e, f, g, h, 8, w8);
260 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7;
262 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8;
263 SHA256ROUND(a, b, c, d, e, f, g, h, 24, w8);
266 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10;
276 w15 = SIGMA1_256(w13) + w8 + SIGMA0_256(w0) + w15;
293 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8)
372 uint64_t w8, w9, w10, w11, w12, w13, w14, w15; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl190 ldr w8, [$key,#240] // pull rounds
223 sub w8, w8, #1 // nr--
240 cbnz w8, .Lenc_loop
277 ldr w8, [$key,#240] // pull rounds
329 sub w8, w8, #1 // nr--
358 cbnz w8, .Lenc_2x_loop
400 ldr w8, [$key,#240] // pull rounds
457 sub w8, w
222 sub w8, w8, #1 // nr-- subroutine
328 sub w8, w8, #1 // nr-- subroutine
456 sub w8, w8, #1 // sub \\$1,%rax # nr-- subroutine
592 sub w8, w8, #1 // sub \\$1,%rax # nr-- subroutine
[all...]
/freebsd-13-stable/lib/msun/ld128/
H A De_lgammal_r.c174 w8 = -2.95506530801732133437990433080327074e-02L, variable
321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h337 MSAReg w8; member in struct:MSA_linux_mips
H A DRegisterInfos_mips.h233 DEFINE_MSA(w8, nullptr, dwarf_w8_mips, dwarf_w8_mips, LLDB_INVALID_REGNUM,
H A DRegisterInfos_mips64.h359 DEFINE_MSA(w8, nullptr, dwarf_w8_mips64, dwarf_w8_mips64,
H A DRegisterInfos_arm64.h578 DEFINE_GPR32(w8, x8),
/freebsd-13-stable/contrib/cortex-strings/src/aarch64/
H A Dmemcpy.S72 #define B_lw w8
/freebsd-13-stable/sys/arm64/arm64/
H A Dmemcpy.S75 #define B_lw w8
/freebsd-13-stable/lib/msun/ld80/
H A De_lgammal_r.c209 #define w8 (w8u.e) macro
351 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*w8)))))));
/freebsd-13-stable/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.h557 register unsigned char w8 asm("8") __attribute__((vector_size(16))); \
630 unsigned char w8 __attribute__((vector_size(16))); \
/freebsd-13-stable/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 define
702 enc_vals(w8)
807 dec_vals(w8)
/freebsd-13-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl1715 ldr w8,[$inp,#64*4]
1735 ldr w8,[$inp,#64*4]
1755 ldr w8,[$inp,#64*4]
1843 ldrb w8,[$inp,#64*4]

Completed in 138 milliseconds