Searched refs:or (Results 201 - 225 of 551) sorted by relevance

1234567891011>>

/linux-master/arch/x86/math-emu/
H A Dwm_sqrt.S23 | Does not check the sign or tag of the argument. |
24 | Sets the exponent, but not the sign or tag of the result. |
132 * to 30 bits or so. This will then allow two iterations at better
157 * we improve it to 60 bits or so.
365 * above, below, or exact. We use the fact that the estimate
391 or %ebx,%ebx
396 or %ebx,%edx
451 or %ebx,%ebx
456 or %ebx,%ecx
/linux-master/arch/hexagon/lib/
H A Ddivsi3.S27 p0 = or(p0,p1)
/linux-master/include/asm-generic/
H A Datomic64.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
39 ATOMIC64_OPS(or)
/linux-master/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S43 or r6,r6,r0; \
56 or r6,r6,r0; \
94 or r6,r6,r0; \
98 or r6,r6,r0; \
/linux-master/arch/arm/lib/
H A Dbacktrace-clang.S13 /* fp is 0 or stack frame */
31 * Clang does not store pc or sp in function prologues so we don't know exactly
104 tst r1, #0x10 @ 26 or 32-bit mode?
193 * If we are out of frames or if the next frame is invalid.
/linux-master/tools/pci/
H A DMakefile45 find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
/linux-master/tools/usb/
H A DMakefile41 find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete -o -name '\.*.o.cmd' -delete
/linux-master/Documentation/tools/rtla/
H A DMakefile29 $(info ** or from source:)
/linux-master/arch/powerpc/kernel/
H A Didle_85xx.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
36 /* Check if we can nap or doze, put HID0 mask in r3 */
58 /* Go to NAP or DOZE now */
61 or r4,r4,r3
/linux-master/Documentation/tools/rv/
H A DMakefile28 $(info ** or from source:)
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h5 Redistribution and use in source and binary forms, with or without
12 and/or other materials provided with the distribution.
14 nor the names of its contributors may be used to endorse or promote
98 #error At least one of short- or long-addressing format must be allowed.
134 * Comments about DRXDAP_MAX_WCHUNKSIZE in single or multi master mode and
140 * first, then two or four bytes of data in the next packet.
150 * or
160 * The 7-bit or 10-bit i2c address parameters is a runtime parameter.
/linux-master/arch/riscv/lib/
H A Dstrcmp.S64 or t2, a0, a1
H A Dmemcpy.S24 * greater than or equal to start address
86 or a5, a1, t6
87 or a5, a5, a3
/linux-master/arch/hexagon/include/asm/
H A Datomic.h97 ATOMIC_OPS(or)
/linux-master/arch/sparc/include/asm/
H A Datomic_64.h54 ATOMIC_OPS(or)
/linux-master/arch/arm64/include/asm/
H A Datomic_lse.h25 ATOMIC_OP(or, stset)
60 ATOMIC_FETCH_OPS(or, ldset)
132 ATOMIC64_OP(or, stset)
167 ATOMIC64_FETCH_OPS(or, ldset)
/linux-master/arch/powerpc/include/asm/
H A Datomic.h117 ATOMIC_OPS(or, or, "", K)
285 ATOMIC64_OPS(or, or)
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S6 # The GNU MP Library is free software; you can redistribute it and/or modify
8 # the Free Software Foundation; either version 2 of the License, or (at your
21 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
96 or tmp,n0,n0
/linux-master/arch/loongarch/include/asm/
H A Datomic.h108 ATOMIC_OPS(or, i, or)
267 ATOMIC64_OPS(or, i, or)
/linux-master/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c16 * kind, whether express or implied.
236 or0 = in_be32(&lbc->bank[0].or);
237 or1 = in_be32(&lbc->bank[1].or);
241 pr_err("p1022ds: CS0 and/or CS1 is not programmed\n");
254 out_be32(&lbc->bank[0].or, or0);
260 out_be32(&lbc->bank[1].or, or1);
/linux-master/arch/loongarch/kvm/
H A Dswitch.S142 or t0, t0, t1
174 or a0, s0, zero
175 or a1, s1, zero
179 or a2, s1, zero
/linux-master/arch/riscv/include/asm/
H A Datomic.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
50 * have the AQ or RL bits set. These don't return anything, so there's only
76 ATOMIC_OPS( or, or, i)
174 ATOMIC_OPS( or, or, i)
/linux-master/scripts/
H A DMakefile15 ifneq ($(or $(CONFIG_X86_64),$(CONFIG_LOONGARCH)),)
/linux-master/arch/arc/include/asm/
H A Dirqflags-compact.h33 #define AUX_IRQ_LEV 0x200 /* IRQ Priority: L1 or L2 */
106 " or %0, %0, %1 \n"
195 or \scratch, \scratch, (STATUS_E1_MASK | STATUS_E2_MASK)
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h38 or v0, v0, 0x5001
64 or v0, v0, 0x2000 # Set IPREF bit.
82 # OCTEON II or better have bit 15 set. Clear the error bits.

Completed in 409 milliseconds

1234567891011>>