Home
last modified time | relevance | path

Searched refs:w20 (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/crypto/openssl/aarch64/
H A Dsha1-armv8.S29 ldp w20,w21,[x0]
49 ror w27,w20,#27
61 bic w25,w22,w20
62 and w26,w21,w20
67 ror w20,w20,#2
73 and w26,w20,w24
86 bic w25,w20,w23
89 add w20,w20,w28 // future e+=K
93 add w20,w20,w7 // future e+=X[i]
102 add w20,w20,w27 // e+=rot(a,5)
[all …]
H A Dchacha-armv8.S76 mov w20,w30
89 eor w20,w20,w7
93 ror w20,w20,#16
97 add w15,w15,w20
113 eor w20,w20,w7
117 ror w20,w20,#24
121 add w15,w15,w20
138 eor w20,w20,w8
142 ror w20,w20,#16
146 add w14,w14,w20
[all …]
H A Dsha256-armv8.S91 ldp w20,w21,[x0] // load context
114 eor w19,w20,w21 // a^b, b^c in next round
116 ror w6,w20,#2
118 eor w17,w20,w20,ror#9
139 eor w28,w27,w20 // a^b, b^c in next round
147 eor w19,w19,w20 // Maj(a,b,c)
195 add w20,w20,w24 // d+=h
205 ror w16,w20,#6
207 eor w10,w20,w20,ror#14
208 and w17,w21,w20
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/
H A Dsha256-armv8.S73 ldp w20,w21,[x0] // load context
96 eor w19,w20,w21 // a^b, b^c in next round
98 ror w6,w20,#2
100 eor w17,w20,w20,ror#9
121 eor w28,w27,w20 // a^b, b^c in next round
129 eor w19,w19,w20 // Maj(a,b,c)
177 add w20,w20,w24 // d+=h
187 ror w16,w20,#
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h349 MSAReg w20; member
H A DRegisterInfos_mips.h257 DEFINE_MSA(w20, nullptr, dwarf_w10_mips, dwarf_w20_mips,
H A DRegisterInfos_arm64_sve.h400 DEFINE_GPR32(w20, x20),
H A DRegisterInfos_arm64.h605 DEFINE_GPR32(w20, x20),
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_aarch64_neon_common.h568 register unsigned char w20 asm("v20") __attribute__((vector_size(16))); \
641 unsigned char w20 __attribute__((vector_size(16))); \
H A Dvdev_raidz_math_powerpc_altivec_common.h570 register unsigned char w20 asm("20") __attribute__((vector_size(16))); \
643 unsigned char w20 __attribute__((vector_size(16))); \
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse2.S573 .cfi_offset w20, -16
634 .cfi_offset w20, -16
733 dup v0.4s, w20
H A Db3_aarch64_sse41.S583 .cfi_offset w20, -16
680 .cfi_offset w20, -16
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td86 def W20 : AArch64Reg<20, "w20">, DwarfRegNum<[20]>;