Home
last modified time | relevance | path

Searched defs:Multiplicand (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DMultU64x32.c26 IN UINT64 Multiplicand, in MultU64x32()
49 mov eax, dword ptr Multiplicand[0] in MultU64x32() local
53 mov eax, dword ptr Multiplicand[4] in MultU64x32() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DMultU64x64.c28 IN UINT64 Multiplicand, in InternalMathMultU64x64()
DMultU64x32.c28 IN UINT64 Multiplicand, in InternalMathMultU64x32()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DMultU64x32.c35 IN UINT64 Multiplicand, in InternalMathMultU64x32()
DMultU64x64.c35 IN UINT64 Multiplicand, in InternalMathMultU64x64()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DMultS64x64.c44 IN INT64 Multiplicand, in MultS64x64()
DMultU64x64.c42 IN UINT64 Multiplicand, in MultU64x64()
DMultU64x32.c42 IN UINT64 Multiplicand, in GlueMultU64x32()
DMath64.c207 IN UINT64 Multiplicand, in InternalMathMultU64x32()
232 IN UINT64 Multiplicand, in InternalMathMultU64x64()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DMultS64x64.c37 IN INT64 Multiplicand, in MultS64x64()
DMultU64x32.c37 IN UINT64 Multiplicand, in MultU64x32()
DMultU64x64.c37 IN UINT64 Multiplicand, in MultU64x64()
DMath64.c197 IN UINT64 Multiplicand, in InternalMathMultU64x32()
222 IN UINT64 Multiplicand, in InternalMathMultU64x64()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
DMath.c58 IN UINT64 Multiplicand, in MultU64x32()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
DMath.c82 IN UINT64 Multiplicand, in MultU64x32()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
DMath.c53 IN UINT64 Multiplicand, in MultU64x32()
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/
DGcc.c140 long long __multi3(long long Multiplicand, long long Multiplier) in __multi3()