Searched refs:xor (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/ginclude/
H A Diso646.h44 #define xor ^ macro
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Diso646.h39 #define xor ^ macro
/freebsd-9.3-release/include/
H A Diso646.h43 #define xor ^ macro
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot1.S75 xor %si,%si
91 xor %ax,%ax
129 xor %dx,%dx
141 xor %edi,%edi
149 xor %cx,%cx
156 boot_fd: xor %cx,%cx
163 xor %dx,%dx
181 xor %ax,%ax
200 read: xor %ax,%ax
240 xor
[all...]
/freebsd-9.3-release/sys/geom/eli/
H A Dpkcs5v2.c44 xor(uint8_t *dst, const uint8_t *src, size_t size) function
75 xor(keyp, md, bsize);
80 xor(keyp, md, bsize);
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dvr4120-div.S28 xor $3,$4,$5 /* t = x ^ y */ ; \
/freebsd-9.3-release/sys/i386/xbox/
H A Dpic16l.s47 1: xor %eax,%eax
85 xor %ecx,%ecx
129 1: xor %eax,%eax
173 xor %ecx,%ecx
/freebsd-9.3-release/sys/boot/pc98/boot0/
H A Dboot0.s43 xor %ax, %ax
56 xor %cx, %cx
57 xor %dx, %dx
58 xor %bp, %bp
73 xor %di, %di
81 xor %bp, %bp
/freebsd-9.3-release/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S104 { .mmi; xor s0=s0,t0
105 xor s1=s1,t1
107 { .mmi; xor s2=s2,t2
108 xor s3=s3,t3
162 (p0) xor t0=t0,te33 };; // 7/0:
165 (p0) xor t0=t0,te22 } // 8/0:
168 (p0) xor t1=t1,te30 };; // 8/1:
171 (p0) xor t0=t0,te00 };; // 9/0: !L2 scheduling
172 { .mmi; (p0) xor t1=t1,te23 // 10[9]/1:
173 (p0) xor t
[all...]
/freebsd-9.3-release/tools/tools/ath/athkey/
H A Dathkey.c138 int xor = 0; local
157 xor = 1;
188 setkey.dk_xor = xor;
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dmodf.S62 xor t1, t1, 0x2 # (i.e., 01)
/freebsd-9.3-release/lib/libz/contrib/gcc_gvmat64/
H A Dgvmat64.S271 xor edi,edi
444 xor rax, [rdi + rdx]
448 xor rax, [rdi + rdx + 8]
453 xor rax, [rdi + rdx + 8+8]
/freebsd-9.3-release/sys/powerpc/aim/
H A Dlocore32.S193 xor 3,3,3
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dsio.S59 xor %ecx,%ecx # Timeout
H A Dboot1.S103 xor %ax,%ax # Number of
121 xor %cx,%cx # Zero
170 main.4: xor %dx,%dx # Partition:drive
301 xor %edx,%edx # sectors
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S50 xor %cx,%cx # Zero
64 xor %eax,%eax # Read MBR
133 xor %dx,%dx # Back
170 read: xor %ecx,%ecx # Get
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/atomic/sparc64/
H A Dopensolaris_atomic.S81 xor %o4, 0x3, %g1 ! %g1 = byte offset, right-to-left
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S135 xor %ax,%ax
154 xor %dx,%dx
164 xor %ax,%ax
185 xor %ax,%ax
190 xor %dx,%dx /* head / sector */
193 xor %bp,%bp
205 machine_check: xor %edx,%edx
219 xor %al,%al
228 xor %eax,%eax
229 xor
[all...]
/freebsd-9.3-release/sys/compat/ndis/
H A Dwinx32_wrap.S353 xor %eax,%eax
364 xor %eax,%eax
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu.c203 * nand and xor parameters will be applied to the upper 32 bit word of the
210 u_int32_t xor)
214 __fpu_setreg(rd, (__fpu_getreg(rs2) & ~nand) ^ xor);
221 ~((u_int64_t)nand << 32)) ^ ((u_int64_t)xor << 32));
209 __fpu_mov(struct fpemu *fe, int type, int rd, int rs2, u_int32_t nand, u_int32_t xor) argument
/freebsd-9.3-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.S146 (p18) xor dat[2]=dat[2],rnd[1] // dat^=rnd
/freebsd-9.3-release/lib/libc/mips/string/
H A Dbcmp.S59 xor v0, a0, a1 # compare low two bits of addresses
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptldr.S60 start: xor %cx,%cx # Zero
/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dsio.s35 xor %ecx,%ecx # Timeout
/freebsd-9.3-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S242 xor %cx,%cx # Clear

Completed in 154 milliseconds

12