Home
last modified time | relevance | path

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

/freebsd-11-stable/secure/lib/libcrypto/aarch64/
HDsha256-armv8.S14 ldr w16,[x16]
15 tst w16,#ARMV8_SHA256
43 ror w16,w24,#6
51 eor w16,w16,w6,ror#11 // Sigma1(e)
55 add w27,w27,w16 // h+=Sigma1(e)
68 ror w16,w23,#6
76 eor w16,w16,w7,ror#11 // Sigma1(e)
80 add w26,w26,w16 // h+=Sigma1(e)
92 ror w16,w22,#6
100 eor w16,w16,w8,ror#11 // Sigma1(e)
[all …]
HDsha1-armv8.S14 ldr w16,[x16]
15 tst w16,#ARMV8_SHA1
201 add w21,w21,w16 // future e+=X[i]
226 eor w3,w3,w16
289 eor w8,w8,w16
358 eor w14,w14,w16
382 eor w16,w16,w19
386 eor w16,w16,w8
390 eor w16,w16,w13
393 ror w16,w16,#31
[all …]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_tag_mismatch_aarch64.S87 ldrb w16, [x9, x16]
88 cmp w16, #0xf
90 cmp w16, w17
96 ldrb w16, [x16]
/freebsd-11-stable/lib/msun/ld128/
HDe_lgammal_r.c182 w16 = -6.79720123352023636706247599728048344e+06L, variable
322 y*(w9+y*(w10+y*(w11+y*(w12+y*(w13+y*(w14+y*(w15+y*(w16+ in lgammal_r()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContext_mips.h345 MSAReg w16; member
HDRegisterInfos_mips.h249 DEFINE_MSA(w16, nullptr, dwarf_w16_mips, dwarf_w16_mips,
HDRegisterInfos_mips64.h375 DEFINE_MSA(w16, nullptr, dwarf_w16_mips64, dwarf_w16_mips64,
HDRegisterInfos_arm64.h597 DEFINE_GPR32(w16, x16),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64RegisterInfo.td76 def W16 : AArch64Reg<16, "w16">, DwarfRegNum<[16]>;