Searched refs:edx (Results 1 – 4 of 4) sorted by relevance
/DragonStub/lib/ia32/ |
H A D | setjmp.S | 24 movl (%esp), %edx 25 movl %ebx, (%edx) 26 movl %esi, 4(%edx) 27 movl %edi, 8(%edx) 28 movl %ebp, 12(%edx) 29 movl %esp, 16(%edx) 41 pop %edx 43 movl (%edx), %ebx 44 movl 4(%edx), %esi 45 movl 8(%edx), %edi
|
H A D | math.c | 51 mov edx, dword ptr Operand[4] in LShiftU64() 55 shld edx, eax, cl in LShiftU64() 61 mov edx, eax in LShiftU64() 66 mov dword ptr Result[4], edx in LShiftU64() 86 mov edx, dword ptr Operand[4] in RShiftU64() 90 shrd eax, edx, cl in RShiftU64() 91 shr edx, cl in RShiftU64() 96 mov eax, edx in RShiftU64() 97 xor edx, edx in RShiftU64() 101 mov dword ptr Result[4], edx in RShiftU64() [all …]
|
/DragonStub/lib/x86_64/ |
H A D | math.c | 51 mov edx, dword ptr Operand[4] in LShiftU64() 55 shld edx, eax, cl in LShiftU64() 61 mov edx, eax in LShiftU64() 66 mov dword ptr Result[4], edx in LShiftU64() 86 mov edx, dword ptr Operand[4] in RShiftU64() 90 shrd eax, edx, cl in RShiftU64() 91 shr edx, cl in RShiftU64() 96 mov eax, edx in RShiftU64() 97 xor edx, edx in RShiftU64() 101 mov dword ptr Result[4], edx in RShiftU64() [all …]
|
/DragonStub/inc/ia64/ |
H A D | salproc.h | 45 UINT32 edx; member
|