Home
last modified time | relevance | path

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

12

/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S63 xor %ax, %ax
78 xor %dh, %dh // head 0, don't change BIOS boot device
100 xor %dx, %dx // boot device ID and partition offset to 0
101 xor %eax, %eax
148 xor %ax, %ax // only read up to the 64kB boundary
160 xor %ax, %ax
173 xor %ah, %ah
196 xor %dh, %dh // next cylinder
209 xor %ax, %ax
214 xor %al, %al
[all …]
H A Dstage1.nasm298 xor eax, eax ; block offset (1) to eax
383 xor eax, eax
416 xor dh, dh ;
418 xor edx, edx
427 xor dx, dx
428 xor ch, ch ; cl only
482 xor ax, ax ; the default result (end)
512 xor esi, esi
528 xor edx, edx
586 xor bx, bx
[all …]
H A Dbios_asm.S115 xor %eax, %eax // clear page directory to flush TLBs
150 xor %ax, %ax // stack in segment 0x0
H A Dlong_asm.S73 xor %ax, %ax
/haiku/src/bin/unzip/
H A Dcrctab.c105 ulg xor; /* polynomial exclusive-or pattern */ in make_crc_table() local
110 xor = 0L; in make_crc_table()
112 xor |= 1L << (31 - p[i]); in make_crc_table()
114 # define xor 0xedb88320L in make_crc_table() macro
127 c = c & 1 ? xor ^ (c >> 1) : c >> 1; in make_crc_table()
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dremquo.s8 xor 7(%esp),%dh
18 xor 13(%esp),%dh
28 xor 11(%esp),%dh
H A Dscalbn.s20 xor $0xfff,%eax
27 xor %eax,%eax
H A Dscalbnf.s20 xor $0x1ff,%eax
26 xor %eax,%eax
H A Dscalbnl.s23 xor %eax,%eax
H A Dexp.s131 3: xor %eax,%eax
/haiku/headers/build/gcc-2.95.3/
H A Diso646.h13 #define xor ^ macro
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dfabs.s4 xor %eax,%eax
H A Dexp2l.s68 3: xor %eax,%eax
/haiku/src/apps/bootmanager/
H A Dbootman.S194 xor al, al
196 xor cx, cx
209 xor bh, bh ; write on page 0
460 xor ax, ax ; Then jump to first entry
482 xor ax, ax
493 xor cx, cx ; The index of the current item
513 xor bl, BRIGHT_COLOR_MASK ; Highlight it
581 xor bh, bh
612 xor ah, ah ; The high-byte of the string length
628 xor ah, ah
[all …]
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S171 xor %eax,%eax
206 xor %eax,%eax
268 xor %al,%al
H A Dinterrupts.S161 xor %edx, %edx; \
673 xor %edx, %edx
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dentry.S38 xor %ax, %ax
H A Dlong_smp_trampoline.S98 xor %ax, %ax
/haiku/headers/cpp/std/
H A Dslice_array.h142 _DEFINE_VALARRAY_OPERATOR(^, xor)
H A Dgslice_array.h155 _DEFINE_VALARRAY_OPERATOR(^, xor)
H A Dindirect_array.h143 _DEFINE_VALARRAY_OPERATOR(^, xor)
H A Dmask_array.h140 _DEFINE_VALARRAY_OPERATOR(^, xor)
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAssembly.nasm165 xor eax, 0x200000
/haiku/src/system/kernel/arch/x86/64/
H A Dentry_compat.S227 xor %rcx, %rcx
/haiku/headers/libs/agg/
H A Dagg_math.h281 xor eax, eax in fast_sqrt()

12