/freebsd/sys/crypto/openssl/aarch64/ |
H A D | sha256-armv8.S | 74 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 D | sha1-armv8.S | 16 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 D | chacha-armv8.S | 98 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 D | poly1305-armv8.S | 221 add w15,w16,w16,lsl#2 // r4*5 223 str w16,[x0,#16*7] // r4
|
H A D | sha512-armv8.S | 74 ldr w16,[x16,#:lo12:OPENSSL_armcap_P] 75 tst w16,#ARMV8_SHA512
|
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/ |
H A D | sha256-armv8.S | 89 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 D | hwasan_tag_mismatch_aarch64.S | 90 ldrb w16, [x9, x16] 91 cmp w16, #0xf 93 cmp w16, w17 99 ldrb w16, [x16]
|
/freebsd/lib/libc/aarch64/string/ |
H A D | strlcpy.S | 292 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 D | memccpy.S | 249 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 D | sme-abi.S | 65 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 D | e_lgammal_r.c | 178 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 D | RegisterContext_mips.h | 345 MSAReg w16; member
|
H A D | RegisterInfos_mips.h | 249 DEFINE_MSA(w16, nullptr, dwarf_w16_mips, dwarf_w16_mips,
|
H A D | RegisterInfos_arm64_sve.h | 396 DEFINE_GPR32(w16, x16),
|
H A D | RegisterInfos_arm64.h | 601 DEFINE_GPR32(w16, x16),
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_aarch64_neon_common.h | 562 register unsigned char w16 asm("v16") __attribute__((vector_size(16))); 635 unsigned char w16 __attribute__((vector_size(16)));
|
H A D | vdev_raidz_math_powerpc_altivec_common.h | 564 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 D | b3_aarch64_sse41.S | 706 mov w16, #44677 708 movk w16, #47975, lsl #16 723 dup v0.4s, w16
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 82 def W16 : AArch64Reg<16, "w16">, DwarfRegNum<[16]>;
|