Searched refs:eax (Results 1 – 8 of 8) sorted by relevance
/DragonStub/lib/x86_64/ |
H A D | math.c | 50 mov eax, dword ptr Operand[0] in LShiftU64() 55 shld edx, eax, cl in LShiftU64() 56 shl eax, cl in LShiftU64() 61 mov edx, eax in LShiftU64() 62 xor eax, eax in LShiftU64() 65 mov dword ptr Result[0], eax in LShiftU64() 85 mov eax, dword ptr Operand[0] in RShiftU64() 90 shrd eax, edx, cl in RShiftU64() 96 mov eax, edx in RShiftU64() 100 mov dword ptr Result[0], eax in RShiftU64() [all …]
|
H A D | setjmp.S | 29 movl %esi, %eax
|
/DragonStub/lib/ia32/ |
H A D | math.c | 50 mov eax, dword ptr Operand[0] in LShiftU64() 55 shld edx, eax, cl in LShiftU64() 56 shl eax, cl in LShiftU64() 61 mov edx, eax in LShiftU64() 62 xor eax, eax in LShiftU64() 65 mov dword ptr Result[0], eax in LShiftU64() 85 mov eax, dword ptr Operand[0] in RShiftU64() 90 shrd eax, edx, cl in RShiftU64() 96 mov eax, edx in RShiftU64() 100 mov dword ptr Result[0], eax in RShiftU64() [all …]
|
H A D | setjmp.S | 30 xorl %eax, %eax 40 pop %eax 42 pop %eax
|
/DragonStub/gnuefi/ |
H A D | crt0-efi-ia32.S | 49 0: popl %eax 50 movl %eax,%ebx 52 addl $ImageBase-0b,%eax # %eax = ldbase 56 pushl %eax # pass ldbase as first argument 60 testl %eax,%eax
|
/DragonStub/inc/ia32/ |
H A D | efibind.h | 120 #define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al
|
/DragonStub/inc/ia64/ |
H A D | salproc.h | 43 UINT32 eax; member
|
/DragonStub/inc/x86_64/ |
H A D | efibind.h | 130 #define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al
|