Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/aarch64/
H A Dsha256-armv8.S74 ldr w16,[x16,#:lo12:OPENSSL_armcap_P]
75 tst w16,#ARMV8_SHA256
77 tst w16,#ARMV7_NEON
107 ror w16,w24,#6
115 eor w16,w16,w6,ror#11 // Sigma1(e)
119 add w27,w27,w16 // h+=Sigma1(e)
132 ror w16,w23,#6
140 eor w16,w16,w7,ror#11 // Sigma1(e)
144 add w26,w26,w16 // h+=Sigma1(e)
156 ror w16,w22,#6
[all …]
H A Dsha1-armv8.S16 ldr w16,[x16,#:lo12:OPENSSL_armcap_P]
17 tst w16,#ARMV8_SHA1
204 add w21,w21,w16 // future e+=X[i]
229 eor w3,w3,w16
292 eor w8,w8,w16
361 eor w14,w14,w16
385 eor w16,w16,w19
389 eor w16,w16,w8
393 eor w16,w16,w13
396 ror w16,w16,#31
[all …]
H A Dchacha-armv8.S98 add w16,w16,w21
102 eor w12,w12,w16
122 add w16,w16,w21
126 eor w12,w12,w16
144 add w16,w16,w17
148 eor w11,w11,w16
168 add w16,w16,w17
172 eor w11,w11,w16
420 add w16,w16,w21
428 eor w12,w12,w16
[all …]
H A Dpoly1305-armv8.S221 add w15,w16,w16,lsl#2 // r4*5
223 str w16,[x0,#16*7] // r4
H A Dsha512-armv8.S74 ldr w16,[x16,#:lo12:OPENSSL_armcap_P]
75 tst w16,#ARMV8_SHA512
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/
H A Dsha256-armv8.S89 ror w16,w24,#6
97 eor w16,w16,w6,ror#11 // Sigma1(e)
101 add w27,w27,w16 // h+=Sigma1(e)
114 ror w16,w23,#6
122 eor w16,w16,w7,ror#11 // Sigma1(e)
126 add w26,w26,w16 // h+=Sigma1(e)
138 ror w16,w22,#6
146 eor w16,w1
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_tag_mismatch_aarch64.S90 ldrb w16, [x9, x16]
91 cmp w16, #0xf
93 cmp w16, w17
99 ldrb w16, [x16]
/freebsd/lib/libc/aarch64/string/
H A Dstrlcpy.S292 ldr w16, [x1]
294 str w16, [x9]
300 ldrh w16, [x1]
302 strh w16, [x9]
307 ldrb w16, [x1]
308 strb w16, [x9]
H A Dmemccpy.S249 ldr w16, [x1]
251 str w16, [x9]
259 ldrb w16, [x1]
262 strb w16, [x9]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-abi.S65 ldrb w16, [x16, TPIDR2_SYMBOL_OFFSET]
66 cbz w16, 1f
201 ldrb w16, [x16, TPIDR2_SYMBOL_OFFSET]
202 cbz w16, 1f
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c178 w16 = -6.79720123352023636706247599728048344e+06L, variable
318 y*(w9+y*(w10+y*(w11+y*(w12+y*(w13+y*(w14+y*(w15+y*(w16+ in lgammal_r()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h345 MSAReg w16; member
H A DRegisterInfos_mips.h249 DEFINE_MSA(w16, nullptr, dwarf_w16_mips, dwarf_w16_mips,
H A DRegisterInfos_arm64_sve.h396 DEFINE_GPR32(w16, x16),
H A DRegisterInfos_arm64.h601 DEFINE_GPR32(w16, x16),
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_aarch64_neon_common.h562 register unsigned char w16 asm("v16") __attribute__((vector_size(16)));
635 unsigned char w16 __attribute__((vector_size(16)));
H A Dvdev_raidz_math_powerpc_altivec_common.h564 register unsigned char w16 asm("16") __attribute__((vector_size(16)));
637 unsigned char w16 __attribute__((vector_size(16)));
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse41.S706 mov w16, #44677
708 movk w16, #47975, lsl #16
723 dup v0.4s, w16
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td82 def W16 : AArch64Reg<16, "w16">, DwarfRegNum<[16]>;