Home
last modified time | relevance | path

Searched refs:xor (Results 1 – 25 of 56) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/sha1/
H A Dsha1-x86_64.S97 xor %ebp,%ebx
103 xor %ebp,%ebx
110 xor %edi,%ebx
116 xor %edi,%ebx
123 xor %esi,%ebx
129 xor %esi,%ebx
136 xor %edx,%ebx
142 xor %edx,%ebx
175 xor %ebp,%ebx
181 xor %ebp,%ebx
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_amd64.S444 xor %esi, p1; \
446 xor %edi, p4; \
453 xor %esi, p3; \
454 xor %edi, p2; \
461 xor %esi, p2; \
463 xor %edi, p1; \
470 xor %esi, p4; \
505 xor %edi, p1
683 xor %edi, p3
782 xor %rax, %rax
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/sha2/
H A Dsha256_impl.S125 xor %rdi,%rdi
136 xor %r14d,%r13d
157 xor %r13d,%r11d
182 xor %r14d,%r13d
203 xor %r13d,%r10d
249 xor %r13d,%r9d
295 xor %r13d,%r8d
341 xor %r13d,%edx
387 xor %r13d,%ecx
433 xor %r13d,%ebx
[all …]
H A Dsha512_impl.S126 xor %rdi,%rdi
137 xor %r14,%r13
158 xor %r13,%r11
183 xor %r14,%r13
204 xor %r13,%r10
229 xor %r14,%r13
250 xor %r13,%r9
275 xor %r14,%r13
296 xor %r13,%r8
618 xor %r13,%r9
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/marvell/
H A Darmada-ap810-ap0.dtsi73 xor@400000 {
74 compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
81 xor@420000 {
82 compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
89 xor@440000 {
90 compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
97 xor@460000 {
98 compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
H A Darmada-ap80x.dtsi170 xor@400000 {
171 compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
179 xor@420000 {
180 compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
188 xor@440000 {
189 compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
197 xor@460000 {
198 compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
/f-stack/freebsd/contrib/cloudabi/
H A Dcloudabi_vdso_i686.S44 xor %eax, %eax
56 xor %eax, %eax
79 xor %eax, %eax
92 xor %eax, %eax
109 xor %eax, %eax
120 xor %eax, %eax
131 xor %eax, %eax
142 xor %eax, %eax
160 xor %eax, %eax
189 xor %eax, %eax
[all …]
H A Dcloudabi_vdso_x86_64.S44 xor %eax, %eax
56 xor %eax, %eax
80 xor %eax, %eax
95 xor %eax, %eax
113 xor %eax, %eax
126 xor %eax, %eax
139 xor %eax, %eax
151 xor %eax, %eax
169 xor %eax, %eax
199 xor %eax, %eax
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dmv-xor.txt5 - "marvell,orion-xor"
6 - "marvell,armada-380-xor"
7 - "marvell,armada-3700-xor".
22 - dmacap,xor to indicate that the XOR channel is capable of xor operations
28 xor@d0060900 {
29 compatible = "marvell,orion-xor";
H A Dmv-xor-v2.txt5 "marvell,armada-7k-xor"
6 "marvell,xor-v2"
23 compatible = "marvell,xor-v2";
/f-stack/dpdk/lib/librte_table/
H A Drte_table_hash_lru.c547 if (xor == 0) \
554 uint64_t xor[2], or; \
556 xor[0] = (pkt_key[0] & key_mask[0]) ^ bkt_key[0]; \
557 xor[1] = (pkt_key[1] & key_mask[1]) ^ bkt_key[1]; \
558 or = xor[0] | xor[1]; \
567 uint64_t xor[4], or; \
569 xor[0] = (pkt_key[0] & key_mask[0]) ^ bkt_key[0]; \
573 or = xor[0] | xor[1] | xor[2] | xor[3]; \
582 uint64_t xor[8], or; \
592 or = xor[0] | xor[1] | xor[2] | xor[3] | \
[all …]
H A Drte_table_hash_ext.c610 if (xor == 0) \
617 uint64_t xor[2], or; \
619 xor[0] = (pkt_key[0] & key_mask[0]) ^ bkt_key[0]; \
620 xor[1] = (pkt_key[1] & key_mask[1]) ^ bkt_key[1]; \
621 or = xor[0] | xor[1]; \
630 uint64_t xor[4], or; \
632 xor[0] = (pkt_key[0] & key_mask[0]) ^ bkt_key[0]; \
636 or = xor[0] | xor[1] | xor[2] | xor[3]; \
645 uint64_t xor[8], or; \
655 or = xor[0] | xor[1] | xor[2] | xor[3] | \
[all …]
H A Drte_table_hash_key32.c628 xor[0][0] = k[0] ^ bucket->key[0][0]; \
629 xor[0][1] = k[1] ^ bucket->key[0][1]; \
630 xor[0][2] = k[2] ^ bucket->key[0][2]; \
631 xor[0][3] = k[3] ^ bucket->key[0][3]; \
633 xor[1][0] = k[0] ^ bucket->key[1][0]; \
634 xor[1][1] = k[1] ^ bucket->key[1][1]; \
635 xor[1][2] = k[2] ^ bucket->key[1][2]; \
648 or[0] = xor[0][0] | xor[0][1] | xor[0][2] | xor[0][3] | signature[0];\
649 or[1] = xor[1][0] | xor[1][1] | xor[1][2] | xor[1][3] | signature[1];\
650 or[2] = xor[2][0] | xor[2][1] | xor[2][2] | xor[2][3] | signature[2];\
[all …]
H A Drte_table_hash_key16.c608 xor[0][0] = k[0] ^ bucket->key[0][0]; \
609 xor[0][1] = k[1] ^ bucket->key[0][1]; \
611 xor[1][0] = k[0] ^ bucket->key[1][0]; \
612 xor[1][1] = k[1] ^ bucket->key[1][1]; \
614 xor[2][0] = k[0] ^ bucket->key[2][0]; \
615 xor[2][1] = k[1] ^ bucket->key[2][1]; \
617 xor[3][0] = k[0] ^ bucket->key[3][0]; \
620 or[0] = xor[0][0] | xor[0][1] | signature[0]; \
621 or[1] = xor[1][0] | xor[1][1] | signature[1]; \
622 or[2] = xor[2][0] | xor[2][1] | signature[2]; \
[all …]
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm_support.S149 xor %rbp, %rbp
150 xor %rdi, %rdi
151 xor %rsi, %rsi
152 xor %r8, %r8
153 xor %r9, %r9
154 xor %r10, %r10
155 xor %r11, %r11
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx_support.S105 xor %rax, %rax; \
106 xor %rcx, %rcx; \
107 xor %rdx, %rdx; \
108 xor %rsi, %rsi; \
109 xor %r8, %r8; \
110 xor %r9, %r9; \
111 xor %r10, %r10; \
112 xor %r11, %r11;
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Darmada-xp-98dx3236.dtsi172 xor1: xor@f0800 {
173 compatible = "marvell,orion-xor";
182 dmacap,xor;
187 dmacap,xor;
196 xor0: xor@f0900 {
197 compatible = "marvell,orion-xor";
206 dmacap,xor;
211 dmacap,xor;
H A Darmada-xp.dtsi130 xor1: xor@60900 {
131 compatible = "marvell,orion-xor";
140 dmacap,xor;
145 dmacap,xor;
178 xor0: xor@f0900 {
179 compatible = "marvell,orion-xor";
188 dmacap,xor;
193 dmacap,xor;
H A Dkirkwood.dtsi274 dma0: xor@60800 {
275 compatible = "marvell,orion-xor";
284 dmacap,xor;
289 dmacap,xor;
294 dma1: xor@60900 {
295 compatible = "marvell,orion-xor";
304 dmacap,xor;
309 dmacap,xor;
H A Darmada-370.dtsi191 xor0: xor@60800 {
192 compatible = "marvell,orion-xor";
200 dmacap,xor;
205 dmacap,xor;
210 xor1: xor@60900 {
211 compatible = "marvell,orion-xor";
219 dmacap,xor;
224 dmacap,xor;
H A Darmada-39x.dtsi320 xor@60800 {
321 compatible = "marvell,armada-380-xor", "marvell,orion-xor";
330 dmacap,xor;
335 dmacap,xor;
340 xor@60900 {
341 compatible = "marvell,armada-380-xor", "marvell,orion-xor";
350 dmacap,xor;
355 dmacap,xor;
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/4xx/
H A Dppc440spe-adma.txt64 - compatible : "amcc,xor-accelerator";
70 xor-accel@400200000 {
71 compatible = "amcc,xor-accelerator";
/f-stack/freebsd/mips/mips/
H A Dsupport.S584 xor a0, a0, t0 # align pointer
611 xor a0, a0, t0 # align pointer
640 xor a0, a0, t0 # align pointer
652 xor t1, t0, t1
654 xor t0, t0, t1
685 xor t1, t0, t1
687 xor t0, t0, t1
717 xor t1, t0, t1
719 xor t0, t0, t1
750 xor t1, t0, t1
[all …]
/f-stack/app/redis-5.0.5/tests/unit/
H A Dbitops.tcl33 xor {set bit [expr {$bit ^ $bit2}]}
145 r bitop xor res3 a
153 r bitop xor res3 no-such-key a
162 r bitop xor res3 a b
166 foreach op {and or xor} {
198 r bitop xor dest a b a
207 catch {r bitop xor dest a b c d} e
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe51_pack.S112 xor %rdx,%rax label
139 xor %rdx,%rcx label
169 xor %rdx,%rcx label
196 xor %rdx,%rcx label

123