/freebsd/sys/crypto/openssl/aarch64/ |
H A D | sha1-armv8.S | 47 bic w25,w23,w21 51 orr w25,w25,w26 55 add w24,w24,w25 // e+=F(b,c,d) 61 bic w25,w22,w20 65 orr w25,w25,w26 69 add w23,w23,w25 // e+=F(b,c,d) 72 bic w25,w21,w24 76 orr w25,w25,w26 80 add w22,w22,w25 // e+=F(b,c,d) 86 bic w25,w20,w23 [all …]
|
H A D | sha256-armv8.S | 93 ldp w24,w25,[x0,#4*4] 110 and w17,w25,w24 136 bic w28,w25,w23 157 add w25,w25,w19 // h+=K[i] 161 add w25,w25,w5 // h+=X[i] 166 add w25,w25,w17 // h+=Ch(e,f,g) 168 add w25,w25,w16 // h+=Sigma1(e) 170 add w21,w21,w25 // d+=h 173 add w25,w25,w28 // h+=Maj(a,b,c) 180 add w25,w25,w17 // h+=Sigma0(a) [all …]
|
H A D | chacha-armv8.S | 68 mov w11,w25 187 add w11,w11,w25 364 mov w11,w25 632 add w11,w11,w25 958 mov w11,w25 1391 add w11,w11,w25 1446 mov w11,w25 1871 add w11,w11,w25
|
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/ |
H A D | sha256-armv8.S | 75 ldp w24,w25,[x0,#4*4] 92 and w17,w25,w24 118 bic w28,w25,w23 139 add w25,w25,w19 // h+=K[i] 143 add w25,w25,w5 // h+=X[i] 148 add w25,w25,w17 // h+=Ch(e,f,g) 150 add w25,w2 [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContext_mips.h | 354 MSAReg w25; member
|
H A D | RegisterInfos_mips.h | 267 DEFINE_MSA(w25, nullptr, dwarf_w25_mips, dwarf_w25_mips,
|
H A D | RegisterInfos_arm64_sve.h | 405 DEFINE_GPR32(w25, x25),
|
H A D | RegisterInfos_arm64.h | 610 DEFINE_GPR32(w25, x25),
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_aarch64_neon_common.h | 575 register unsigned char w25 asm("v25") __attribute__((vector_size(16))); \ 648 unsigned char w25 __attribute__((vector_size(16))); \
|
H A D | vdev_raidz_math_powerpc_altivec_common.h | 577 register unsigned char w25 asm("25") __attribute__((vector_size(16))); \ 650 unsigned char w25 __attribute__((vector_size(16))); \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.td | 91 def W25 : AArch64Reg<25, "w25">, DwarfRegNum<[25]>;
|
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/ |
H A D | b3_aarch64_sse2.S | 639 .cfi_offset w25, -56
|
H A D | b3_aarch64_sse41.S | 685 .cfi_offset w25, -56
|