Home
last modified time | relevance | path

Searched refs:ands (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/arm64/arm64/
H A Dmemset.S57 ands A_lw, val, #255
71 ands tmp1, count, #0x30
111 ands tmp2, tmp2, #15
144 ands tmp2, tmp2, #15
169 ands tmp2, tmp2, zva_bits_x
196 ands count, count, zva_bits_x
H A Dcopyinout.S213 ands x3, x3, 0x07
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dstrrchr-mte.S57 ands nul_match, synd, 0xcccccccccccccccc
89 ands nul_match, synd, 0xcccccccccccccccc
94 ands chr_match, chr_match, nul_match
127 ands tmp, tmp, nul_match
H A Dstrrchr.S67 ands tmp1, srcin, #31
129 ands chr_match, chr_match, tmp4
H A Dstrchrnul.S57 ands tmp1, srcin, #31
H A Dstrchr.S62 ands tmp1, srcin, #31
H A Dmemchr.S62 ands soff, srcin, #31
/freebsd/lib/libc/arm/string/
H A Dstrlen.S33 ands r3, r0, #3
48 ands r3, r2, #0x000000ff
H A Dmemmove.S69 ands r12, r0, #3
71 ands r12, r1, #3
158 ands r12, r1, #3
278 ands r12, r0, #3
280 ands r12, r1, #3
359 ands r12, r1, #3
H A Dmemcmp.S86 ands r3, r3, #0x03
H A Dmemcpy.S49 ands ip, r3, #0x03 /* Already word aligned? */
64 ands ip, r1, #0x03 /* Is src also word-aligned? */
391 ands r2, r2, #0x0f
591 ands r2, r2, #0x0f
818 ands r2, r2, #0x0f
1071 ands r2, r2, #0x0f
H A Dmemset.S98 ands r2, ip, #0x03 /* Get the bottom two bits */
/freebsd/sys/arm/arm/
H A Dcpu_asm-v6.S51 ands r0, r0, #0x07000000
100 ands r0, r0, #0x38000000
148 ands r0, r0, #0x07000000
185 ands r1, r1, #0x07000000
H A Dsupport.S115 ands r2, ip, #0x03 /* Get the bottom two bits */
227 ands r3, r3, #0x03
340 ands r12, r0, #3
342 ands r12, r1, #3
420 ands r12, r1, #3
540 ands r12, r0, #3
542 ands r12, r1, #3
612 ands r12, r1, #3
736 ands ip, r3, #0x03 /* Already word aligned? */
751 ands ip, r1, #0x03 /* Is src also word-aligned? */
[all …]
H A Din_cksum_arm.S121 ands r7, r0, #0x03
147 ands r7, r0, #0x04
H A Dbcopyinout_xscale.S93 ands ip, r1, #0x03 /* Already word aligned? */
113 ands ip, r0, #0x03 /* Is src also word-aligned? */
456 ands ip, r1, #0x03 /* Already word aligned? */
476 ands ip, r0, #0x03 /* Is src also word-aligned? */
H A Dblockio.S67 ands r12, r1, #3
120 ands r12, r1, #3
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daddsf3.S120 ands r7, r6
126 ands r7, r6 // sticky = aSignificand & 1;
149 ands r1, r2
248 ands r0, r1 // +0 + -0 = +0
/freebsd/lib/libc/aarch64/string/
H A Dmemccpy.S39 ands x8, x8, x5
184 ands x8, x8, x5 // if match always fall through
216 ands x7, x7, x5 // was the terminator present?
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c211 struct ar5211_desc *ands = AR5211DESC(nds); in ar5211ProcRxDesc() local
220 if ((ands->ds_status1 & AR_Done) == 0 && OS_REG_READ(ah, AR_RXDP) == pa) in ar5211ProcRxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c217 struct ar5210_desc *ands = AR5210DESC(nds); in ar5210ProcRxDesc() local
227 if ((ands->ds_status1 & AR_Done) == 0 && OS_REG_READ(ah, AR_RXDP) == pa) in ar5210ProcRxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c251 struct ar5212_desc *ands = AR5212DESC(nds); in ar5212ProcRxDesc() local
260 if ((ands->ds_rxstatus1&AR_Done) == 0 && OS_REG_READ(ah, AR_RXDP) == pa) in ar5212ProcRxDesc()
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dstrcmp.S227 ands tmp1, src1, #3
269 ands tmp1, src1, #3
407 ands syndrome, syndrome, const_m1, S2LO #16
H A Dstrcmp-armv6m.S46 ands r4, r6
H A Dstrlen-armv6t2.S53 ands tmp1, srcin, #7 /* (8 - bytes) to alignment. */

12