Home
last modified time | relevance | path

Searched refs:w14 (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-abi.S86 ldrh w14, [x0, #10]
87 cbnz w14, 2f
88 ldr w14, [x0, #12]
89 cbnz w14, 2f
96 ldrh w14, [x0, #8]
118 ldrb w14, [x14, TPIDR2_SYMBOL_OFFSET]
119 cbz w14, 1f
127 ldrh w14, [x16, #10]
128 cbnz w14, 2f
129 ldr w14, [x16, #12]
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/sha2/
H A Dsha256-armv8.S287 eor w14,w24,w24,ror#14
293 eor w16,w16,w14,ror#11 // Sigma1(e)
294 ror w14,w20,#2
301 eor w17,w14,w17,ror#13 // Sigma0(a)
308 ldp w13,w14,[x1],#2*4
355 rev w14,w14 // 11
365 add w24,w24,w14 // h+=X[i]
548 add w5,w5,w14
587 str w14,[s
[all...]
/freebsd/sys/crypto/openssl/aarch64/
H A Dsha256-armv8.S305 eor w14,w24,w24,ror#14
311 eor w16,w16,w14,ror#11 // Sigma1(e)
312 ror w14,w20,#2
319 eor w17,w14,w17,ror#13 // Sigma0(a)
326 ldp w13,w14,[x1],#2*4
373 rev w14,w14 // 11
383 add w24,w24,w14 // h+=X[i]
566 add w5,w5,w14
605 str w14,[sp,#12]
612 ror w14,w25,#2
[all …]
H A Dsha1-armv8.S179 add w23,w23,w14 // future e+=X[i]
264 eor w6,w6,w14
337 eor w12,w12,w14
361 eor w14,w14,w16
365 eor w14,w14,w6
369 eor w14,w14,w11
372 ror w14,w14,#31
382 add w22,w22,w14 // future e+=X[i]
405 eor w17,w17,w14
461 eor w6,w6,w14
[all …]
H A Dchacha-armv8.S96 add w14,w14,w19
100 eor w10,w10,w14
120 add w14,w14,w19
124 eor w10,w10,w14
146 add w14,w14,w20
150 eor w9,w9,w14
170 add w14,w14,w20
174 eor w9,w9,w14
416 add w14,w14,w19
424 eor w10,w10,w14
[all …]
H A Dpoly1305-armv8.S215 add w13,w14,w14,lsl#2 // r2*5
217 str w14,[x0,#16*3] // r2
218 add w14,w15,w15,lsl#2 // r3*5
222 str w14,[x0,#16*6] // s3
253 ldr w14,[x0,#16]
304 str w14,[x0,#16]
828 ldr w14,[x0,#16]
H A Daesv8-armx.S1558 add w14,w8,#2
1562 rev w14,w14
1565 mov v25.s[3],w14
1631 add w14,w8,#5
1640 rev w14,w14
1700 mov v25.s[3],w14
2466 ldrb w14,[x20,x21]
2468 strb w14,[x1,x21]
3152 ldrb w14,[x20,x21]
3154 strb w14,[x1,x21]
/freebsd/sys/dev/sound/midi/
H A Dsequencer.c1765 u_short w14; in seq_chncommon()
1772 w14 = *(u_short *)&event[6]; in seq_chncommon()
1775 " p1 %d, w14 %d.\n", scp->unit, event[1], in seq_chncommon()
1776 midi_cmdname(cmd, cmdtab_seqccmn), chn, p1, w14)); in seq_chncommon()
1786 chn, p1, w14)); in seq_chncommon()
1787 SYNTH_CONTROLLER(md, chn, p1, w14); in seq_chncommon()
1796 md->synth.chn_info[chn].bender_value = w14; in seq_chncommon()
1807 if (md->synth.bender(md, i, w14) == EAGAIN) { in seq_chncommon()
1816 if (md->synth.bender(md, chn, w14) == EAGAIN) { in seq_chncommon()
1824 SYNTH_BENDER(md, chn, w14); in seq_chncommon()
1766 u_short w14; seq_chncommon() local
[all...]
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c176 w14 = -3.28636067474227378352761516589092334e+04L, 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.h343 MSAReg w14; member
H A DRegisterInfos_mips.h245 DEFINE_MSA(w14, nullptr, dwarf_w14_mips, dwarf_w14_mips,
H A DRegisterInfos_arm64_sve.h394 DEFINE_GPR32(w14, x14),
H A DRegisterInfos_arm64.h599 DEFINE_GPR32(w14, x14),
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_aarch64_neon_common.h559 register unsigned char w14 asm("v14") __attribute__((vector_size(16))); \
632 unsigned char w14 __attribute__((vector_size(16))); \
H A Dvdev_raidz_math_powerpc_altivec_common.h561 register unsigned char w14 asm("14") __attribute__((vector_size(16))); \
634 unsigned char w14 __attribute__((vector_size(16))); \
/freebsd/sys/sys/
H A Dsoundcard.h1374 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) { \ argument
1382 *(short *)&_seqbuf[_seqbufptr+6] = (w14);\
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse41.S713 mov w14, #62778
718 movk w14, #42319, lsl #16
855 dup v20.4s, w14
1957 mov w14, w11
1963 orr w14, w14, w9
1967 and w14, w14, #0xff
1970 mov v16.s[3], w14
1984 mov w14, w
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td80 def W14 : AArch64Reg<14, "w14">, DwarfRegNum<[14]>;