/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/ |
H A D | sha256-armv8.S | 92 and w17,w25,w24 95 orr w17,w17,w19 // Ch(e,f,g) 99 add w27,w27,w17 // h+=Ch(e,f,g) 100 eor w17,w20,w20,ror#9 105 eor w17,w6,w17,ror#13 // Sigma0(a) 108 //add w27,w27,w17 // h+=Sigma0(a) 113 add w27,w27,w17 // h+=Sigma0(a) 117 and w17,w2 [all...] |
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | sha256-armv8.S | 110 and w17,w25,w24 113 orr w17,w17,w19 // Ch(e,f,g) 117 add w27,w27,w17 // h+=Ch(e,f,g) 118 eor w17,w20,w20,ror#9 123 eor w17,w6,w17,ror#13 // Sigma0(a) 131 add w27,w27,w17 // h+=Sigma0(a) 135 and w17,w24,w23 138 orr w17,w17,w28 // Ch(e,f,g) 142 add w26,w26,w17 // h+=Ch(e,f,g) 143 eor w17,w27,w27,ror#9 [all …]
|
H A D | chacha-armv8.S | 31 ldr w17,[x17,#:lo12:OPENSSL_armcap_P] 32 tst w17,#ARMV7_NEON 74 mov w17,w28 87 eor w17,w17,w5 91 ror w17,w17,#16 95 add w13,w13,w17 111 eor w17,w17,w5 115 ror w17,w17,#24 119 add w13,w13,w17 136 eor w17,w17,w6 [all …]
|
H A D | sha1-armv8.S | 218 add w20,w20,w17 // future e+=X[i] 242 eor w4,w4,w17 305 eor w9,w9,w17 373 eor w15,w15,w17 397 eor w17,w17,w3 401 eor w17,w17,w9 405 eor w17,w17,w14 408 ror w17,w17,#31 418 add w24,w24,w17 // future e+=X[i] 441 eor w4,w4,w17 [all …]
|
H A D | poly1305-armv8.S | 28 ldr w17,[x17,#:lo12:OPENSSL_armcap_P] 42 tst w17,#ARMV7_NEON
|
H A D | armv8-mont.S | 22 ldr w17,[x17,#:lo12:OPENSSL_armv8_rsa_neonized] 23 cbnz w17, bn_mul8x_mont_neon
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_trampoline_AArch64.S | 49 mov w0, w17 76 mov w0, w17 103 mov w0, w17 133 mov w0, w17
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | sme-abi.S | 198 ldr w17, [x17, CPU_FEATS_SYMBOL_OFFSET] 199 tbnz w17, #30, 0f
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_tag_mismatch_aarch64.S | 93 cmp w16, w17
|
/freebsd/lib/msun/ld128/ |
H A D | e_lgammal_r.c | 179 w17 = 6.57556601705472106989497289465949255e+07L, variable 319 y*(w17+y*w18))))))))))))))))); in lgammal_r()
|
/freebsd/lib/libc/aarch64/string/ |
H A D | strlcpy.S | 301 ldrh w17, [x5, #-2] 303 strh w17, [x4, #-2]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContext_mips.h | 346 MSAReg w17; member
|
H A D | RegisterInfos_mips.h | 251 DEFINE_MSA(w17, nullptr, dwarf_w17_mips, dwarf_w17_mips,
|
H A D | RegisterInfos_arm64_sve.h | 397 DEFINE_GPR32(w17, x17),
|
H A D | RegisterInfos_arm64.h | 602 DEFINE_GPR32(w17, x17),
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_aarch64_neon_common.h | 564 register unsigned char w17 asm("v17") __attribute__((vector_size(16))); 637 unsigned char w17 __attribute__((vector_size(16)));
|
H A D | vdev_raidz_math_powerpc_altivec_common.h | 566 register unsigned char w17 asm("17") __attribute__((vector_size(16))); 639 unsigned char w17 __attribute__((vector_size(16)));
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 83 def W17 : AArch64Reg<17, "w17">, DwarfRegNum<[17]>;
|
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/ |
H A D | b3_aarch64_sse41.S | 785 dup v1.4s, w17
|