Searched refs:ecx (Results 1 – 4 of 4) sorted by relevance
/DragonStub/lib/x86_64/ |
H A D | math.c | 52 mov ecx, Count in LShiftU64() 53 and ecx, 63 in LShiftU64() 58 cmp ecx, 32 in LShiftU64() 87 mov ecx, Count in RShiftU64() 88 and ecx, 63 in RShiftU64() 93 cmp ecx, 32 in RShiftU64()
|
/DragonStub/lib/ia32/ |
H A D | math.c | 52 mov ecx, Count in LShiftU64() 53 and ecx, 63 in LShiftU64() 58 cmp ecx, 32 in LShiftU64() 87 mov ecx, Count in RShiftU64() 88 and ecx, 63 in RShiftU64() 93 cmp ecx, 32 in RShiftU64()
|
H A D | setjmp.S | 23 pop %ecx 31 jmp *%ecx
|
/DragonStub/inc/ia64/ |
H A D | salproc.h | 44 UINT32 ecx; member
|