Home
last modified time | relevance | path

Searched refs:w6 (Results 1 – 15 of 15) sorted by relevance

/freebsd-11-stable/crypto/openssh/
HDblocks.c58 M(w5 ,w3 ,w14,w6 ) \
59 M(w6 ,w4 ,w15,w7 ) \
61 M(w8 ,w6 ,w1 ,w9 ) \
66 M(w13,w11,w6 ,w14) \
112 uint64 w6 = load_bigendian(in + 48); in crypto_hashblocks_sha512() local
129 F(w6 ,0x923f82a4af194f9bULL) in crypto_hashblocks_sha512()
148 F(w6 ,0x5cb0a9dcbd41fbd4ULL) in crypto_hashblocks_sha512()
167 F(w6 ,0x81c2c92e47edaee6ULL) in crypto_hashblocks_sha512()
186 F(w6 ,0x5b9cca4f7763e373ULL) in crypto_hashblocks_sha512()
205 F(w6 ,0x113f9804bef90daeULL) in crypto_hashblocks_sha512()
/freebsd-11-stable/secure/lib/libcrypto/aarch64/
HDsha1-armv8.S76 add w21,w21,w6 // future e+=X[i]
231 eor w4,w4,w6
257 eor w6,w6,w8
261 eor w6,w6,w14
265 eor w6,w6,w3
269 ror w6,w6,#31
280 add w20,w20,w6 // future e+=X[i]
306 eor w9,w9,w6
362 eor w14,w14,w6
430 eor w4,w4,w6
[all …]
HDsha256-armv8.S45 eor w6,w24,w24,ror#14
51 eor w16,w16,w6,ror#11 // Sigma1(e)
52 ror w6,w20,#2
59 eor w17,w6,w17,ror#13 // Sigma0(a)
66 ldp w5,w6,[x1],#2*4
113 rev w6,w6 // 3
122 add w24,w24,w6 // h+=X[i]
313 str w6,[sp,#12]
316 eor w6,w21,w21,ror#14
322 eor w16,w16,w6,ror#11 // Sigma1(e)
[all …]
HDaesv8-armx.S304 mov w6,w5
415 add w6,w5,#2
435 subs w6,w6,#2
492 add w6,w5,#2
515 subs w6,w6,#2
588 mov w6,w5
615 subs w6,w6,#2
683 mov w6,w5
702 subs w6,w6,#2
/freebsd-11-stable/sys/arm64/arm64/
HDcopyinout.S103 ENTER_USER_ACCESS(w6, x7)
116 2: EXIT_USER_ACCESS(w6)
152 ENTER_USER_ACCESS(w6, x7)
221 EXIT_USER_ACCESS_CHECK(w6, x7)
HDsupport.S61 ENTER_USER_ACCESS(w6, x4)
67 EXIT_USER_ACCESS(w6)
83 ENTER_USER_ACCESS(w6, x4)
89 EXIT_USER_ACCESS(w6)
/freebsd-11-stable/lib/msun/src/
HDe_lgamma_r.c156 w6 = -1.63092934096575273989e-03; /* 0xBF5AB89D, 0x0B9E43E4 */ variable
292 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6))))); in __ieee754_lgamma_r()
/freebsd-11-stable/lib/msun/ld128/
HDe_lgammal_r.c172 w6 = -1.91752691752396849943172337347259743e-03L, variable
321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+ in lgammal_r()
/freebsd-11-stable/lib/msun/ld80/
HDe_lgammal_r.c207 #define w6 (w6u.e) macro
351 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*w8))))))); in lgammal_r()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContext_mips.h335 MSAReg w6; member
HDRegisterInfos_mips.h229 DEFINE_MSA(w6, nullptr, dwarf_w6_mips, dwarf_w6_mips, LLDB_INVALID_REGNUM,
HDRegisterInfos_mips64.h355 DEFINE_MSA(w6, nullptr, dwarf_w6_mips64, dwarf_w6_mips64,
HDRegisterInfos_arm64.h587 DEFINE_GPR32(w6, x6),
/freebsd-11-stable/contrib/libpcap/msdos/
HDmakefile.wc34 -$(MODEL) -mf -zff -zgf -zq -bt=dos -fr=nul -w6 -fpi &
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64RegisterInfo.td66 def W6 : AArch64Reg<6, "w6" >, DwarfRegNum<[6]>;