Home
last modified time | relevance | path

Searched refs:ecx (Results 1 – 4 of 4) sorted by relevance

/DragonStub/lib/x86_64/
H A Dmath.c52 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 Dmath.c52 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 Dsetjmp.S23 pop %ecx
31 jmp *%ecx
/DragonStub/inc/ia64/
H A Dsalproc.h44 UINT32 ecx; member