Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/arm64/arm64/
HDmemset.S55 ands A_lw, val, #255
69 ands tmp1, count, #0x30
109 ands tmp2, tmp2, #15
142 ands tmp2, tmp2, #15
167 ands tmp2, tmp2, zva_bits_x
194 ands count, count, zva_bits_x
HDcopyinout.S151 ands x3, x3, 0x07
/freebsd-14-stable/lib/libc/arm/string/
HDstrlen.S33 ands r3, r0, #3
48 ands r3, r2, #0x000000ff
HDmemmove.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
HDmemcmp.S86 ands r3, r3, #0x03
HDmemset.S98 ands r2, ip, #0x03 /* Get the bottom two bits */
HDmemcpy.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
/freebsd-14-stable/sys/arm/arm/
HDcpu_asm-v6.S56 ands r0, r0, #0x07000000
111 ands r0, r0, #0x38000000
165 ands r0, r0, #0x07000000
202 ands r1, r1, #0x07000000
HDsupport.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
747 ands ip, r3, #0x03 /* Already word aligned? */
762 ands ip, r1, #0x03 /* Is src also word-aligned? */
[all …]
HDin_cksum_arm.S121 ands r7, r0, #0x03
147 ands r7, r0, #0x04
HDbcopyinout_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? */
HDblockio.S67 ands r12, r1, #3
120 ands r12, r1, #3
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
HDaddsf3.S120 ands r7, r6
126 ands r7, r6 // sticky = aSignificand & 1;
149 ands r1, r2
248 ands r0, r1 // +0 + -0 = +0
/freebsd-14-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_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-14-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_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-14-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_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-14-stable/sys/contrib/openzfs/config/
HDkernel-vfs-file_range.m48 dnl # 4.5: BTRFS_IOC_CLONE and BTRFS_IOC_CLONE_RANGE renamed to FICLONE ands
/freebsd-14-stable/sys/libkern/arm/
HDdivsi3.S90 ands ip, r0, #0x80000000
92 ands r2, r1, #0x80000000
/freebsd-14-stable/lib/libc/arm/gen/
HDdivsi3.S84 ands ip, r0, #0x80000000
86 ands r2, r1, #0x80000000
/freebsd-14-stable/sys/crypto/openssl/aarch64/
HDpoly1305-armv8.S70 ands x2,x2,#-16
246 ands x2,x2,#-16
/freebsd-14-stable/sys/crypto/openssl/arm/
HDpoly1305-armv4.S132 ands r2,r2,#-16
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64SVEInstrInfo.td960 defm ANDS_PPzPP : sve_int_pred_log<0b0100, "ands", null_frag>;
HDAArch64InstrInfo.td2722 defm ANDS : LogicalImmS<0b11, "ands", AArch64and_flag, "bics">;
2737 defm ANDS : LogicalRegS<0b11, 0, "ands", AArch64and_flag>;