Searched refs:xor (Results 101 - 125 of 214) sorted by relevance

123456789

/linux-master/arch/parisc/include/asm/
H A Datomic.h133 ATOMIC_OPS(xor, ^=)
205 ATOMIC64_OPS(xor, ^=)
/linux-master/arch/alpha/lib/
H A Dstrrchr.S36 xor t0, a1, t2 # e0 : make bytes == c zero
49 xor t0, a1, t2 # e0 :
H A Dev67-strrchr.S57 xor t0, a1, t2 # E : make bytes == c zero
75 xor t0, a1, t2 # E :
H A Ddivide.S67 #define GETSIGN(x) xor $24,$25,x
/linux-master/arch/sparc/lib/
H A Dffs.S64 xor %g1, 0x1, %g1
H A DGENmemcpy.S87 xor %o0, %o1, %o4
H A DMakefile51 lib-$(CONFIG_SPARC64) += mcount.o ipcsum.o xor.o hweight.o ffs.o
/linux-master/arch/powerpc/include/asm/
H A Dbitops.h83 DEFINE_BITOP(change_bits, xor, "")
175 DEFINE_TESTOP(test_and_change_bits, xor, PPC_ATOMIC_ENTRY_BARRIER,
244 "xor %1,%0,%2\n"
/linux-master/arch/powerpc/crypto/
H A Dsha1-spe-asm.S81 xor r0,r0,r0; \
134 evxor w0,w0,rT0; /* W = W[-16] xor W[-3] */ \
136 evxor w0,w0,w4; /* W = W xor W[-8] */ \
138 evxor w0,w0,w1; /* W = W xor W[-14] */ \
158 xor rT2,b,c; /* 1: F' = B xor C */ \
159 evxor w0,w0,rT0; /* W = W[-16] xor W[-3] */ \
160 xor rT2,rT2,d; /* 1: F = F' xor D */ \
161 evxor w0,w0,w4; /* W = W xor
[all...]
H A Dchacha-p10le-8x.S19 # row1 = (row1 + row2), row4 = row1 xor row4, row4 rotate each word by 16
20 # row3 = (row3 + row4), row2 = row3 xor row2, row2 rotate each word by 12
21 # row1 = (row1 + row2), row4 = row1 xor row4, row4 rotate each word by 8
22 # row3 = (row3 + row4), row2 = row3 xor row2, row2 rotate each word by 7
/linux-master/drivers/dma/
H A Dfsl_raid.c322 struct fsl_re_xor_cdb *xor; local
345 /* Filling xor CDB */
351 xor = desc->cdb_addr;
352 xor->cdb32 = cdb;
357 xor->gfm[i] = scf[i];
359 xor->gfm[i++] = 1;
363 xor->gfm[i] = 1;
368 fill_cfd_frame(cf, 0, sizeof(*xor), desc->cdb_paddr, 0);
/linux-master/net/sched/
H A Dcls_flow.c51 u32 xor; member in struct:flow_filter
328 classid = (classid & f->mask) ^ f->xor;
465 fnew->xor = fold->xor;
532 fnew->xor = nla_get_u32(tb[TCA_FLOW_XOR]);
639 if (f->mask != ~0 || f->xor != 0) {
641 nla_put_u32(skb, TCA_FLOW_XOR, f->xor))
/linux-master/arch/sh/lib/
H A Dudivsi3_i4i.S122 xor r4,r0
125 xor r4,r0
289 xor r4,r0
292 xor r4,r0
H A Dudivsi3_i4i-Os.S75 xor r4,r0
/linux-master/arch/hexagon/mm/
H A Dcopy_user_template.S22 r4 = xor(dst,src)
/linux-master/tools/testing/selftests/bpf/progs/
H A Datomics.c115 int xor(const void *ctx) function
/linux-master/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S281 /* W is W_minus_32 before xor */
362 xor T1, TB
398 xor T1, A /* F1 = (b&c) ^ (~b&d) */
415 xor B, A
421 xor C, A
/linux-master/arch/xtensa/include/asm/
H A Datomic.h258 ATOMIC_OPS(xor)
/linux-master/arch/m68k/include/asm/
H A Datomic.h121 ATOMIC_OPS(xor, ^=, eor)
/linux-master/fs/omfs/
H A Dinode.c85 int xor, i, ofs = 0, count; local
95 xor = ptr[0];
97 xor ^= ptr[i];
99 oi->i_head.h_check_xor = xor;
/linux-master/arch/x86/platform/pvh/
H A Dhead.S101 xor %edx, %edx
/linux-master/arch/csky/abiv2/
H A Dstrcmp.S10 xor a2, a3, a1
/linux-master/lib/
H A Datomic64_test.c120 TEST(, xor, ^=, v1);
172 TEST(64, xor, ^=, v1);
/linux-master/drivers/misc/cb710/
H A Dcore.c18 int reg, uint32_t mask, uint32_t xor)
23 rval = (rval & mask) ^ xor;
17 cb710_pci_update_config_reg(struct pci_dev *pdev, int reg, uint32_t mask, uint32_t xor) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dclip_tbl.c31 u32 xor = key[0] ^ key[1] ^ key[2] ^ key[3]; local
34 (jhash_1word(xor, 0) % clipt_size_half);

Completed in 159 milliseconds

123456789