Searched refs:orl (Results 1 – 15 of 15) sorted by relevance
/haiku/src/system/boot/platform/bios_ia32/ |
H A D | long_asm.S | 42 orl $(1 << 5) | (1 << 7), %eax 43 orl %ecx, %eax 53 orl $(1 << 8), %eax 59 orl $(1 << 31), %ecx
|
H A D | smp_trampoline.S | 29 orl $0x01,%eax 61 orl $0x80000000,%eax
|
H A D | bios_asm.S | 62 orl %eax, %eax // is there a paging directory at all? 68 orl $0x80000000, %eax
|
/haiku/src/system/boot/platform/efi/arch/x86_64/ |
H A D | long_smp_trampoline.S | 41 orl $0x01,%eax 64 orl $(1 << 5) | (1 << 7), %eax 74 orl $(1 << 8), %eax 80 orl $(1 << 31), %ecx
|
/haiku/src/system/boot/platform/pxe_ia32/ |
H A D | smp_trampoline.S | 29 orl $0x01,%eax 61 orl $0x80000000,%eax
|
/haiku/src/system/libroot/posix/glibc/arch/x86/ |
H A D | s_finitel.S | 9 orl $0xffff8000, %eax
|
/haiku/src/system/libroot/posix/glibc/arch/x86_64/ |
H A D | s_finitel.S | 10 orl $0xffff8000, %eax
|
/haiku/src/system/libroot/os/arch/x86/ |
H A D | atomic.S | 81 orl %eax, %ecx 206 orl 16(%esp), %ebx 207 orl 20(%esp), %ecx
|
/haiku/src/system/libroot/posix/glibc/arch/m68k/ |
H A D | lshift.S | 94 orl R(d3),R(d1) 101 orl R(d3),R(d2)
|
H A D | rshift.S | 83 orl R(d3),R(d1) 90 orl R(d3),R(d2)
|
/haiku/src/system/boot/platform/efi/arch/x86/ |
H A D | smp_trampoline.S | 46 orl $0x01, %eax
|
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/ |
H A D | asm-syntax.h | 94 #define orl or.l macro
|
/haiku/src/system/kernel/arch/x86/32/ |
H A D | interrupts.S | 504 orl $0x10000, IFRAME_flags(%ebp); 765 orl $(1 << 9), (%esp) // set the IF (interrupts) bit
|
/haiku/src/system/kernel/arch/x86/64/ |
H A D | entry_compat.S | 160 orl $(1 << 9), (%rsp) // set the IF (interrupts) bit
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | attrib.c | 1707 runlist_element *orl = na->rl; local 1739 if ((na->rl != orl) || ((*prl)->lcn != olcn)) {
|