Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/
H A Dsha256-armv8.S312 eor w15,w23,w23,ror#14
318 eor w16,w16,w15,ror#11 // Sigma1(e)
319 ror w15,w27,#2
326 eor w17,w15,w17,ror#13 // Sigma0(a)
357 ldp w15,w0,[x1],#2*4
381 rev w15,w15 // 12
390 add w23,w23,w15 // h+=X[i]
579 add w6,w6,w15
618 str w15,[s
[all...]
/freebsd/sys/crypto/openssl/aarch64/
H A Dsha256-armv8.S330 eor w15,w23,w23,ror#14
336 eor w16,w16,w15,ror#11 // Sigma1(e)
337 ror w15,w27,#2
344 eor w17,w15,w17,ror#13 // Sigma0(a)
375 ldp w15,w0,[x1],#2*4
399 rev w15,w15 // 12
408 add w23,w23,w15 // h+=X[i]
597 add w6,w6,w15
636 str w15,[sp,#0]
643 ror w15,w24,#2
[all …]
H A Dsha1-armv8.S193 add w22,w22,w15 // future e+=X[i]
277 eor w7,w7,w15
349 eor w13,w13,w15
373 eor w15,w15,w17
377 eor w15,w15,w7
381 eor w15,w15,w12
384 ror w15,w15,#31
394 add w21,w21,w15 // future e+=X[i]
417 eor w19,w19,w15
473 eor w7,w7,w15
[all …]
H A Dchacha-armv8.S72 mov w15,w27
97 add w15,w15,w20
101 eor w11,w11,w15
121 add w15,w15,w20
125 eor w11,w11,w15
143 add w15,w15,w21
147 eor w10,w10,w15
167 add w15,w15,w21
171 eor w10,w10,w15
191 add w15,w15,w27
[all …]
H A Dpoly1305-armv8.S218 add w14,w15,w15,lsl#2 // r3*5
220 str w15,[x0,#16*5] // r3
221 add w15,w16,w16,lsl#2 // r4*5
224 str w15,[x0,#16*8] // s4
H A Daesv8-armx.S2465 ldrb w15,[x1,x21]
2467 strb w15,[x13,x21]
3151 ldrb w15,[x1,x21]
3153 strb w15,[x13,x21]
/freebsd/lib/libc/aarch64/string/
H A Dstrcspn.S43 strb w15, [sp, x4] // register first chars in the set
44 strb w15, [sp, x5]
51 strb w15, [sp, x5]
55 strb w15, [sp, x5]
H A Dstrspn.S37 strb w15, [sp, x4] // register first character in set
45 strb w15, [sp, x5] // register previous char
50 strb w15, [sp, x4]
H A Dmemccpy.S260 ldrb w15, [x5]
264 strb w15, [x4]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-abi.S101 ldr za[w15,0], [x16]
142 str za[w15,0], [x16]
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c177 w15 = 5.06201257747865138432663574251462485e+05L, 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.h344 MSAReg w15; member
H A DRegisterInfos_mips.h247 DEFINE_MSA(w15, nullptr, dwarf_w15_mips, dwarf_w15_mips,
H A DRegisterInfos_arm64_sve.h395 DEFINE_GPR32(w15, x15),
H A DRegisterInfos_arm64.h600 DEFINE_GPR32(w15, x15),
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_aarch64_neon_common.h560 register unsigned char w15 asm("v15") __attribute__((vector_size(16)));
633 unsigned char w15 __attribute__((vector_size(16)));
H A Dvdev_raidz_math_powerpc_altivec_common.h562 register unsigned char w15 asm("15") __attribute__((vector_size(16)));
635 unsigned char w15 __attribute__((vector_size(16)));
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse41.S705 mov w15, #58983
707 movk w15, #27145, lsl #16
719 dup v14.4s, w15
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td81 def W15 : AArch64Reg<15, "w15">, DwarfRegNum<[15]>;