Home
last modified time | relevance | path

Searched refs:Operand (Results 1 – 9 of 9) sorted by relevance

/DragonStub/lib/arm/
H A Dmath.c22 IN UINT64 Operand, in LShiftU64() argument
27 return Operand << Count; in LShiftU64()
32 IN UINT64 Operand, in RShiftU64() argument
37 return Operand >> Count; in RShiftU64()
/DragonStub/lib/aarch64/
H A Dmath.c22 IN UINT64 Operand, in LShiftU64() argument
27 return Operand << Count; in LShiftU64()
32 IN UINT64 Operand, in RShiftU64() argument
37 return Operand >> Count; in RShiftU64()
/DragonStub/lib/mips64el/
H A Dmath.c22 IN UINT64 Operand, in LShiftU64() argument
27 return Operand << Count; in LShiftU64()
32 IN UINT64 Operand, in RShiftU64() argument
37 return Operand >> Count; in RShiftU64()
/DragonStub/lib/loongarch64/
H A Dmath.c22 IN UINT64 Operand, in LShiftU64() argument
27 return Operand << Count; in LShiftU64()
32 IN UINT64 Operand, in RShiftU64() argument
37 return Operand >> Count; in RShiftU64()
/DragonStub/lib/riscv64/
H A Dmath.c14 IN UINT64 Operand, in LShiftU64() argument
18 return Operand << Count; in LShiftU64()
26 IN UINT64 Operand, in RShiftU64() argument
30 return Operand >> Count; in RShiftU64()
/DragonStub/lib/ia64/
H A Dmath.c43 IN UINT64 Operand, in LShiftU64() argument
48 return Operand << Count; in LShiftU64()
53 IN UINT64 Operand, in RShiftU64() argument
58 return Operand >> Count; in RShiftU64()
/DragonStub/lib/x86_64/
H A Dmath.c40 IN UINT64 Operand, in LShiftU64() argument
46 return Operand << Count; in LShiftU64()
50 mov eax, dword ptr Operand[0] in LShiftU64()
51 mov edx, dword ptr Operand[4] in LShiftU64()
75 IN UINT64 Operand, in RShiftU64() argument
81 return Operand >> Count; in RShiftU64()
85 mov eax, dword ptr Operand[0] in RShiftU64()
86 mov edx, dword ptr Operand[4] in RShiftU64()
/DragonStub/lib/ia32/
H A Dmath.c40 IN UINT64 Operand, in LShiftU64() argument
46 return Operand << Count; in LShiftU64()
50 mov eax, dword ptr Operand[0] in LShiftU64()
51 mov edx, dword ptr Operand[4] in LShiftU64()
75 IN UINT64 Operand, in RShiftU64() argument
81 return Operand >> Count; in RShiftU64()
85 mov eax, dword ptr Operand[0] in RShiftU64()
86 mov edx, dword ptr Operand[4] in RShiftU64()
/DragonStub/inc/
H A Defilib.h442 IN UINT64 Operand,
448 IN UINT64 Operand,