/haiku/src/system/boot/platform/bios_ia32/ |
H A D | shell.S | 63 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 D | stage1.nasm | 298 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 D | bios_asm.S | 115 xor %eax, %eax // clear page directory to flush TLBs 150 xor %ax, %ax // stack in segment 0x0
|
H A D | long_asm.S | 73 xor %ax, %ax
|
/haiku/src/bin/unzip/ |
H A D | crctab.c | 105 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 D | remquo.s | 8 xor 7(%esp),%dh 18 xor 13(%esp),%dh 28 xor 11(%esp),%dh
|
H A D | scalbn.s | 20 xor $0xfff,%eax 27 xor %eax,%eax
|
H A D | scalbnf.s | 20 xor $0x1ff,%eax 26 xor %eax,%eax
|
H A D | scalbnl.s | 23 xor %eax,%eax
|
H A D | exp.s | 131 3: xor %eax,%eax
|
/haiku/headers/build/gcc-2.95.3/ |
H A D | iso646.h | 13 #define xor ^ macro
|
/haiku/src/system/libroot/posix/musl/math/x86_64/ |
H A D | fabs.s | 4 xor %eax,%eax
|
H A D | exp2l.s | 68 3: xor %eax,%eax
|
/haiku/src/apps/bootmanager/ |
H A D | bootman.S | 194 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 D | arch.S | 171 xor %eax,%eax 206 xor %eax,%eax 268 xor %al,%al
|
H A D | interrupts.S | 161 xor %edx, %edx; \ 673 xor %edx, %edx
|
/haiku/src/system/boot/platform/efi/arch/x86_64/ |
H A D | entry.S | 38 xor %ax, %ax
|
H A D | long_smp_trampoline.S | 98 xor %ax, %ax
|
/haiku/headers/cpp/std/ |
H A D | slice_array.h | 142 _DEFINE_VALARRAY_OPERATOR(^, xor)
|
H A D | gslice_array.h | 155 _DEFINE_VALARRAY_OPERATOR(^, xor)
|
H A D | indirect_array.h | 143 _DEFINE_VALARRAY_OPERATOR(^, xor)
|
H A D | mask_array.h | 140 _DEFINE_VALARRAY_OPERATOR(^, xor)
|
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/ |
H A D | Assembly.nasm | 165 xor eax, 0x200000
|
/haiku/src/system/kernel/arch/x86/64/ |
H A D | entry_compat.S | 227 xor %rcx, %rcx
|
/haiku/headers/libs/agg/ |
H A D | agg_math.h | 281 xor eax, eax in fast_sqrt()
|